Travis DePrato
Travis DePrato
See title. Allows for deadcode elimination when not the module is imported but not actually used. This comes up for me when using NextJS where one frequently writes server side...
Just spent an embarrassing amount of time trying to determine why the wsk CLI was working on one machine and not on another. The ultimate issue was that I ended...
Example includes something like this: ```julia showtable([ (a=1, b=2), (c=3, b=4), ]) ``` Results in error in console: ``` Uncaught TypeError: e.cacheParams.datasource.getRows is not a function ``` This works though:...
#### Do you want to request a _feature_ or report a _bug_? Bug. #### What's the current behavior? Nesting a `contenteditable` within a Slate editor makes that editable not actually...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug I'd like to be able to run `yarn up "*"` but it currently fails...
I misunderstood that way that `node-postgres` does pooling. Essentially, `pool.connect()` creates a new connection that can then be re-used later, whereas I thought that it just connected the pool to...
It felt mildly forced to have a whole separate structure for Expr but now it's starting to become a bit of an issue. For example, ```ts db.users.age.gte(21) ``` yields an...
Follow up of nteract/nteract#4875. We need to implement the same functionality when not using class names (_i.e.,_ when using the `style` prop). We'll probably support just a few (_e.g._, bold,...
Reproduction: ```yaml # config.yaml networkPolicy: enabled: true ingress: grpc: - podSelector: matchLabels: foo: bar ``` ``` helm lint --debug -n cockroachdb ./cockroachdb -f ./config.yaml ==> Linting ./cockroachdb [ERROR] templates/: template:...