Christopher Dieringer

Results 213 comments of Christopher Dieringer

Hello, i did look, but this is what comes bundled in the pg14 latest tag. The pg + tsdb migration in dockerland felt like a bit of intimidating work that...

closing for now, just to halt the constant auto-merges 😄

> yarn tsc --init --extends @tsconfig/node14 i skim read the above post, got super stoked, and was so disappointed that it wasn't real! 😉 i create a new TS project...

Thanks for sharing @broofa! The site is helpful, and I love the suggestion too

Super interesting. Both of those key bindings are already used on my computer (cmd + space === spotlight search, ctrl + space === switch keyboard layout). ill look for the...

https://stackoverflow.com/questions/51341555/visual-studio-code-shortcut-to-display-autocomplete-list-before-typing Thx again

Thanks for the thoughtful response. I acknowledge that the YAML spec nods to non-string native types being supported on parse. I’m curious from your perspective, as the library author, why...

> explicitly allows and supports non-string keys sure, but just because yaml supports it doesn’t mean it must be processed. Some languages dont even have null. I presume they get...

for those interested, here's my (maybe correct? i dunno) scanmap generator: ```js const alphabet = 'cbdefghijklnrtuvCBDEFGHIJKLNRTUV0123456789' // \t\r'; const alphabetColemak = 'cbsftdhuneikpglvCBSFTDHUNEIKPGLV0123456789' // cbsftdhuneikpglvCBSFTDHUNEIKPGLV const trSuffix = '9e2b28'; // because...

The prior presence of “set” to me unambiguously implied unordered. Your switch to “list” i think is likely? a weaker implicit association with ordering for serialized content via introspection. This...