chelliwell

Results 10 issues of chelliwell

I've dabbled with this library in the past and, like others have mentioned, was concerned (and put off) that the amount of maintenance was decreasing. I'm impressed by how much...

(Me again lol) An area I'm concerned about is if a subscription websocket gets disconnected - loss of network, server restart etc. I will be supplying an intermediate library for...

enhancement

The 'parsing' of query classes etc cannot retain uppercase letters in the names e.g. ``` public class Query { public CharacterOrPerson Hero { get; set; } } ... ``` becomes...

enhancement

I see that some of the classes make use of LoggerFactory, and that an example app has a section "Using dependency injection and console logging". Is it possible to use...

question

One of my client apps will be authorised for subscriptions only (i.e. only websocket connections allowed by the server), but I may wish to make use of introspection [admittedly I...

enhancement

I've installed the npm package for this, which reports 0.1.4, yet I don't see that in the tags here - in fact, not even in the master history. Is 0.2.4...

Hi. I'm working through our shim between AisParser and our database and have noticed some inconsistency. I'd got the impression (probably from looking at one particular parameter yesterday) that you...

Hi, I think the setupLoRaOTAA() function is missing an init step, otherwise the app seems to hang on start-up: lora.init(); and perhaps lora.setDeviceDefault();

The Frame Analysis page is very useful, but it'd be even better if it were possible to filter on a date range.