Sam Clopton
Sam Clopton
Hi, love this gem, been using it for years. Recently, I started using the [solargraph](https://solargraph.org/) ruby language server in my editor, which uses YARD documentation to provide intellisense like features...
This commit updates Graphiti to be able to nullify relations only if `null` is specified in the association payload. This will still need feedback from the library maintainers, and after...
## Describe the bug When viewing the documentation at https://dry-rb.org/gems/dry-types/, it only shows version 1.2 and below. ## To Reproduce - Navigate to the documentation at https://dry-rb.org/gems/dry-types/ - Look at...
Hi, thanks for making PostgresApp! I have one feature request, not sure if you are interested in implementing this or not. It would be nice to have a folder that...
Hello, First wanted to say thank you for building this library, it is very useful. I've been encountering a bug when using fragments where the ObjectType class is returning a...
I am on `1.6.0`, but it appears that this is still an issue on master due to sets being done inside `then` instead of using `yield` and letting ember-concurrency cancel...
Hi, we are encountering a validation error on a contact when batch creating a set of invoices, apparently this requires that the email address is valid if one is present....
This never goes away: The editor will send RPC messages, but it never seems to get a response. LSP Logs: ``` // Receive: {"method":"$/progress","params":{"token":"indexing-progress","value":{"kind":"report","message":"97% completed","percentage":97}},"jsonrpc":"2.0"} // Receive: {"method":"$/progress","params":{"token":"indexing-progress","value":{"kind":"report","message":"98% completed","percentage":98}},"jsonrpc":"2.0"} //...
### Step To Reproduce / Observed behavior Install ruby v3.4.x Install `playwright-ruby-client` Try to load playwright `require 'playwright` Thankfully ruby yells about the missing dependency in a clear way: ```sh...