Andrée Hansson
Andrée Hansson
Hey @konne! Thanks for the suggestion, it looks interesting and we have discussed similar approaches before. There are a few tricky things we need to figure out: * There needs...
@ralfbecher If you connect a new websocket to an existing session you'll cause invalidations in the other websocket anyway, but maybe I'm misunderstanding you? We are currently looking into how...
As you know you create an enigma session by `enigma.create()`, if you want access to this instance it's something that the sense client needs to expose (and working on exposing)....
thanks @konne — the idea here is that these mixins are provided in an opt-in manner. It's not all or none so it's up to you what you want to...
Hi @AthmaneQlik — sorry about that, we've been in vacation mode, just getting back (and catching up). There is a new version of enigma.js published to npm just now: v2.3.0,...
@provelu-bram No plans currently, is there any specific version you're after?
Hi Vincent, sorry for the late response. Your issue got lost in all the post-vacation emails. Thanks for the issue, you're highlighting something we've been talking about for quite some...
I agree, I actually thought this was the default behavior when I first started using grunt, it just made sense. `options` is a grunt reserved keyword now, maybe `defaults` could...
@MACKAT05 The current README instructions include how to build/run it locally without Docker, I don't see how packaging it as a node-windows package would reduce security concerns, it would still...
# Logging This is a suggestion how we should implement logging in command line tools. Note that the commands and their output here might be _fictional_. ## Configuration We should...