Henrik Hall

Results 31 issues of Henrik Hall

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ``` const m = moment(null); const json = moment.toJSON(); assert(typeof...

Hi, Any thoughts on supporting invoking yaml-import with parsed objects instead of only with file paths? Or even invoking the different import modes directly, programmatically? In my use-case I want...

When merging multiple items, properties being null will overwrite any existing objects from previously imported files. Example: ``` sub1.yml: foo: name: foo age: 42 bar: name: bar ``` ``` sub2.yml:...

Using `node-jose 1.1.3`. According to the documentation, it should be possible to pass the `{allowEmbeddedKey: true}` option to the verifier constructor rather than in each `verify()` call: > Alternatively, a...

Hi, I'm working on a solution where JWE is needed between an Android app and a backend, using `node-jose`. I've been struggling a lot since it seems there is no...

``` $ slackcat Traceback (most recent call last): File "c:\users\foo\appdata\local\programs\python\python35\lib\runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "c:\users\foo\appdata\local\programs\python\python35\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\foo\AppData\Local\Programs\Python\Python35\Scripts\slackcat.exe\__main__.py", line 5, in File...

Hi, If sending a non-ASCII 7-bit string, I get character encoding issues with slackcat. Example: `$ echo "åäö" | slackcat @myuser` This is received in Slack as `åäö` What character...

I've been using winston-papertrail with winston 1.1.2 for some time, working fine. However, a module requiring winston 2.1.1 resulted in winston.transports not being assigned Papertrail as a transport. It seems...

New user of fancy-git here and loving it. However, before using fancy-git I used my homemade bash script to modify `PS1` with some data from git. Specifically, my prompt would...

So I guess `gaxios` wraps `axios`, but when I try to enable debug logs for all requests using `axios-debug-log`, nothing happens. Is there another way to globally turn on HTTP...

type: question
priority: p3