Ben Hanna

Results 5 issues of Ben Hanna

I'm using Node 4.4.5. When trying to encrypt or decrypt Node crashes because it's trying to call `slice` on `rl.history` which hasn't been defined yet. ``` C:\Users\benhanna\Git\project\node_modules\config-leaf\index.js:34 rl.history = rl.history.slice(1);...

I have a custom exception that my grain will sometimes get thrown. The type is unknown to the client though. Right now when the client receives this exception it will...

area-serialization

I'm trying to figure out the how I can prevent the content and closing key in a 'here string' from getting indented. In particular the following is an example in...

The `8.0.0` version of `ws` introduced some breaking changes around protocols. Attempting to create a connection with this version yields the following error. ```js could not create WAMP transport 'websocket':...

bug
needs-investigation
CI-CD

I've currently got an issue when using Luxon for date time. My project `tsconfig.json` is set to `noUnusedLocals: true`. As a result the generated file is unable to be compiled...