hos
hos
It seems that `monitor-inspect` script not working as expected. I found that `nodemon` command trying to run file `src/main.js` [here](https://github.com/GoogleChrome/rendertron/blob/main/package.json#L22) which seems does not exist. Locally I was able to...
In some cases it may be useful to have an option to append another query to automatically generated one. For example when I want to set `update_at` on update mutation....
### Check for existing issues - [X] Completed ### Describe the feature One of the very useful features of `vscode` is the built-in port forwarding, which persists URLs. This functionality...
In the TableFilter type for domains, the type name sometimes is a string and sometimes it's the domain name. In v4 the type is always named as the domain. For...
This will allow to use syntax highlighting, without linting. Linting don't work very well in all projects and for all queries. For example if there is multiple statements in the...
As describe in [specification](https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface), the instance of `EventSource` must have methods `onopen`, `onmessage` , `onerror`. This PR will add check in `dispatch` method, to call handlers added as `eventSource.method`.
### Feature description When adding order by plugin using `makeAddPgTableOrderByPlugin`, we call steps other than the one passed as first argument to the `orderByAscDesc`. ### Motivating example We access locale...
### Summary I'm not sure I get all the steps correctly, but if so: As discussed in [discord thread](https://discord.com/channels/489127045289476126/1346789719954161756), setFirst is not very expected on pg class steps. In the...
### Summary [discord context](https://discord.com/channels/489127045289476126/1346789719954161756/1346915146551005306) How to create custom implementation of `totalCount`, where I want to cap the number of rows, to avoid scanning very large tables. What I want to...
### Feature description It would be very helpful to be able to replace the logic how `nodeId` is generated for tables or any other autogenerated resources. This will allow us...