question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No support for tags or type STRING, ARRAY, or LINT.

See original GitHub issue

Current Behavior

Currently, there is no support for tags of type String, Array, or LINT.

Expected Behavior

Proposed API Usage

Array

const arr = new Tag("ArrayName[1:5]"); // To read elements 1 through 5

String

const arr = new Tag("StringName");

Lint

const arr = new Tag("LintName");

Your Environment

  • Package version (Use npm list - e.g. 1.0.6): latest
  • Node Version (Use node --version - e.g. 9.8.0): 9.10.0
  • Operating System and version: win7x64
  • Controller Type (eg 1756-L83E/B): n/a
  • Controller Firmware (eg 30.11): n/a

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
seth350commented, Nov 28, 2018

+5 for STRINGs! 😀

2reactions
cmseaton42commented, Sep 10, 2018

I am picking up development of this functionality now. Updates to come as I make progress!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defining array with multiple types in TypeScript
Defining array with multiple types in TypeScript. Use a union type (string|number)[] demo: const foo: (string|number)[] = [ 1, "message" ];.
Read more >
JavaScript Type Linting
Many people are benefiting from type safety through TypeScript. But you can achieve the same type safety by instead using TypeScript to lint...
Read more >
Logix 5000 Controllers I/O and Tag Data
A controller using a listen-only connection only monitors the module. It does not write configuration data and can only maintain a connection to...
Read more >
Resolve template validation or template format errors in ...
Validate parameter definitions. 1. Set Type to one of the following supported properties: String, Number, List , or CommaDelimitedList; AWS- ...
Read more >
Linters | golangci-lint
Name Description Presets Since asasalint ⚙️ check for pass any as any in variadic func(...any) bugs 1.47.0 bidichk ⚙️ Checks for dangerous unicode character sequences...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found