Julian Scheid
Julian Scheid
**Describe the bug** Cursor-based pagination fails when there is whitespace after an order literal, see repro. **Versions** `graphql` version: 2.0.16 `rails` (or other framework): 6.0.6.1 other applicable versions (`graphql-batch`, etc):...
It would be useful to be able to use Liquid conditions outside of templating. This can be hacked by using private APIs like so: ```ruby cond = Liquid::If .send( :new,...
Kia Ora, I have a question: why does each member of the generated `oneOf` specify only what's `required` -- doesn't it mean that multiple members are allowed (one is required...
Thanks for an extremely useful library. Having the index in the `forEach` callback would be handy, and make it more like [Array.forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach). Workaround is to cast to an array first,...
**Describe the bug:** Doesn't currently seem to support [T::Struct prop `name`s](https://sorbet.org/docs/tstruct#custom-serializations-with-name). **Steps to reproduce:** ```ruby [1] pry(main)> class X < T::Struct; const :foo, Integer, name: 'bar'; end => T::Private::Types::Void::VOID [2]...
- Ensure default tag is max 32 characters long - Split long lines into chunks so they aren't truncated by Syslog max message size
RFC 5424 says that the [hostname should be fully-qualified](https://tools.ietf.org/html/rfc5424#section-6.2.4). The default hostname [is currently determined using `Socket.gethostname`](https://github.com/papertrail/remote_syslog_logger/blob/5679fc907655fb7e5dcefe3ec5c595301b081798/lib/remote_syslog_logger/udp_sender.rb#L14), which returns the unqualified hostname. It should use something like [this](http://stackoverflow.com/a/151570/2778142) instead to...
It's sometimes necessary to add `pg_catalog` explicitly to the search path (if you don't want it added implicitly at the beginning of the search path). It then gets picked up...
**Is your feature request related to a problem? Please describe.** I'm working with a large database (hundreds of GB). A while ago I've experimented with keeping it on a ZFS...
I've got a number of interactive recipes that use readline, e.g. `rails console` (a REPL for Ruby on Rails). If I run this from `M-x shell` then I can use...