melbourne2991
melbourne2991
`winston.add(WinstonCloudWatch);`
If you don't allow an empty object it fails but the error message is unclear and not relevant to the actual problem - "cannot get property level of undefined", when...
👍 I think the API naming is a little confusing, a "step" (at least to me) implies a sequence of which each item is dependent on the previous. "unit" may...
My understanding is: Given: ``` { "tasks": { "compile": "deno compile --unstable-kv main.ts --output out" } } ``` 1. Run compile, which outputs the `out` binary 2. Run `./out --unstable-kv`...
Are you guys still able to reproduce with other extensions disabled? I am only able to reproduce this when I have the MDX extension enabled in VS Code. When I...
Here's my thinking (happy to contribute to the below - have already started a rough draft). It's _similar_ to docker's login/logout concept, but closer to docker's concept of "contexts". Keen...
> @melbourne299 aws cli use '--profile' explicitely on command, only the "default" is persisting. i think "profile" are an override applied over default (e.g. if your profile does not override...
> this all looks really good to me. > > * I'd love to see some tests on "what happens when you partition by something other than a date" >...
hey @tychoish, apologies, I've been swamped lately - I'm not sure if I'll have time to get around to this in any reasonable time frame - happy for someone else...
I've picked this up - wip branch (https://github.com/GlareDB/glaredb/pull/2634)