Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

i2group/analyze-connect-node-sdk

stvdo opened an issue on i2group/analyze-connect-node-sdk
User name AND token in service
Good morning, In the example only the token is passed in the service (https://i2group.github.io/analyze-connect-node-sdk/guide/miscellaneous/auth-config.html). Beside the token I have to pass...
Timon-IW created a comment on an issue on i2group/analyze-connect-node-sdk
Hello, I see that you are doing the same thing with the reassignment, just divided by the type. And yes, I am aware that this is not how it should be done later, but it's sufficient for my test...

View on GitHub

Timon-IW closed an issue on i2group/analyze-connect-node-sdk
Better VisualQueryCondition handling
Greetings, I was wondering if there is a better way of handling the VisualQueryCondition array. Currently, I'm doing this: ``` var cond: spi.VisualQueryNumericCondition | spi.VisualQueryB...
Jonny-Cornwell-i2 created a comment on an issue on i2group/analyze-connect-node-sdk
Hi @Timon-IW, So in this instance we'll need to write the code which handles the various different types of condition values. These values should be treated as immutable . One approach is to do ...

View on GitHub

stvdo created a comment on an issue on i2group/analyze-connect-node-sdk
@Mark-Falconbridge-i2 thanks a lot Mark!

View on GitHub

stvdo closed an issue on i2group/analyze-connect-node-sdk
Question about authentication token expiration
Good morning, I followed the instruction for the authentication, https://i2group.github.io/analyze-connect-node-sdk/guide/miscellaneous/auth-config.html?q=createAuthenticator. This works perf...
Mark-Falconbridge-i2 created a comment on an issue on i2group/analyze-connect-node-sdk
I think you've hit the nail on the head, the documentation you linked to states that: "To mark a service as requiring authentication, you specify the authenticator as a property of the service c...

View on GitHub

stvdo created a comment on an issue on i2group/analyze-connect-node-sdk
In the mean time I found out that throwing a AuthenticationRequiredError will trigger the login form. But maybe there is a better way:) ``` addService( { id: 'dummyService', name: ...

View on GitHub

stvdo opened an issue on i2group/analyze-connect-node-sdk
Question about authentication token expiration
Good morning, I followed the instruction for the authentication, https://i2group.github.io/analyze-connect-node-sdk/guide/miscellaneous/auth-config.html?q=createAuthenticator. This works perf...
Timon-IW opened an issue on i2group/analyze-connect-node-sdk
Better VisualQueryCondition handling
Greetings, I was wondering if there is a better way of handling the VisualQueryCondition array. Currently, I'm doing this: ``` var cond: spi.VisualQueryNumericCondition | spi.VisualQueryB...
Timon-IW opened an issue on i2group/analyze-connect-node-sdk
Get the entity and property by ID for Visual query.
Greetings, I am trying to make a connector with a visual query. The problem that I am facing now is that I need to get the entity type and property type for my request to the database. But the...