Steve Axtmann
Steve Axtmann
## Summary Add support for `like`/`ilike`/`not like`/`not ilike` filtering to get a collection of records that matches the given filter string. E.g. `filter: { label: { like: "Egg%" } }`...
**Describe the bug** We have some queries that request a lot of nested data through various relationships and pivot tables. When running these large queries in our app (aka going...
# Summary [summary]: #summary Make views available in the GQL schema so they can be queried. # Rationale [rationale]: #rationale I have a view with some complex filtering not available...
# Description This allows the fastdl command to be used on hldm servers. It also disables bzip2 compression for hldm as these servers do not support downloading the compressed files....
### User story As a hldm server host, I'd like to be able to use the fastdl command to easily sync my downloads to the web server ### Game Half...
From my testing with my own Quasar app, this is all that's needed to change to support the app-vite beta.
Part of https://github.com/GameServerManagers/LinuxGSM/issues/4471
## Proposed changes I've replaced the error inside Connection.makeEventPacket to a debug message as this was blocking broadcasts from being sent when a socket connection was closed. As far as...
Reproduction repo: https://github.com/Flambe/gotenberg-header-rendering-issue In v8.8.1 of Gotenberg the header does not extend the page width as expected. Since v.8.9.0 the header is too wide, even though the css width is...
Some of the props for the alert component are only parsed on init so any changes aren't reflect unless the component is rerendered. Switched those bits to use computed refs...