SHAYDED
SHAYDED
Without this fix, the transform context holds a lot of detached nodes in memory
Ah, looks like you have to save the query in the project for it to work. When a query isn't part of a project we should still be able to...
Could we also have the ability to set headers globally for a project environment? When I make a new tab I have to specify the auth header every time.
Would you be open to a PR to improve the built-in types based on `@types/binary-parser`?
It should also ignore method calls to libraries when typescript says they're valid.
@Jason3S Thanks, I'll check it out!
@JuanVqz No, instead you need to add the Duration constructor to the top level moment export. [`src/moment.js`](https://github.com/moment/moment/blob/develop/src/moment.js) ```js moment.Duration = Duration; ``` [`src/lib/duration/duration.js`](https://github.com/moment/moment/blob/develop/src/lib/duration/duration.js) will likely need to re-export it.
How about an option in the settings (disabled by default) to allow the UI to be hidden by F4?
Also experiencing this. I have to enable space around zones, but set it to zero for it to work properly.
@jackturnbull Interesting note about the rounding. I suppose that would only be an issue if you're generating ids both on Postgres and in your application and storing them in the...