Julian Scheid
Julian Scheid
Thanks for this gem, we're using it for all our long-running (data migration) Rake tasks to get a better idea of progress. Current Problem -------------------------------------------------------------------------------- The ETA and rate display...
**Is your feature request related to a problem? Please describe.** When using graphql-ruby-client with Ably, after a subscription terminates, it takes about a minute before the graphql-ruby server is notified....
This is work in progress, for now I'm putting it up here only to start a conversation. The aim of this change is to enable use of message brokers for...
Perhaps it's just me but quite often I find myself wanting to replace a subword, for example: `addFoo|Prop` ▶️ `DEL` `DEL` `DEL` `Bar` ▶️ `addBar|Prop` (or using `backward-kill-word` with `subword-mode`.)...
## Expected Behavior Default setting for `commentchar` is the output of `git config core.commentchar`. ## Current Behavior Default setting for `commentchar` is `#`. ## Affected packages - [x] cli -...
tl;dr backtrace formatting took around ~40 seconds for 10 failed tests and then didn't output any stack. It's more or less instant and prints a useful stack with this: ```el...
### Describe the problem `Strings.wrap` throws an `IndexError`. ### Steps to reproduce the problem ```ruby Strings.wrap( "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz \e[1m\e[35m zzzzzzz\e[0m \e[1m\e[35mzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz", 62 ) ``` ### Actual behaviour ``` [snip] 8: from...
# This is a Bug Report ## Description The request body potentially gets modified (with different white-space) [here](https://github.com/serverless-community-labs/serverless-plugin-simulate/blob/0278523f6a14fcb170bfba04382917ca1f836b5b/lib/integration/lambda-proxy.js#L32) but the Content-Length header isn't updated to reflect any changes to the...
- No functional changes - Generate ESM modules - Upgrade dependencies - Remove runtime dependency on `typed-assert` - Restructure for cleaner main directory - Improve code readability - Add more...
It would be useful if `importFrom` could accept a CSS string or buffer, rather than a file. Would you accept a PR for this feature?