Jan Potoms

Results 296 comments of Jan Potoms

> Sounds good! The prompt for highlights I would still prefer to do it in VS Code than in the CLI, should be fine as long as it's easily skipped....

> I'm not sure why exactly that is needed though So that when someone somewhere sometime in the future defines the Cmd+Shift+Enter shortcut, this one doesn't accidentally fire?

I want to be able to get insight into the requests that are made from the backend to external hosts. To be able to gain insight into load and spot...

Ideally 1. we log to stdout, the host environment is responsible for collecting logs. This is important for self-hosters. 2. each log line is a json message, in a standard...

To clarify, I like `pino`, but I'm fine with `winston` if the team prefers. I think the main thing I would change is to remove the log formatting from the...

> All app related menu options should be at one place If that is so, then I believe it should live inside the editor then and not on the home...

Additionally, autocomplete in the SQL editor. Should autocomplete on: * keywords * tables * columns * parameters

> But it seems that for demo purposes all we gonna allow us a short list of allowed URLs that users can try to use for fetching in fetch or...

* `monaco-editor` is needed for the code editors. It's big because it contains a language server. It's in its own chunk and loaded asynchronously as a worker. I don't see...

@WangLarry Are there any specific problems you'd like to point out?