Hector Parra
Hector Parra
Hi, Since `delorean.parse()` fills missing info from the string with the current date, it will fail if trying to parse a date with month if your current day is out...
With the upgrade of devise_token_auth from 0.1.42 to 0.1.43 request do not return an auth_token header if in batch mode, as explained in this issue: https://github.com/lynndylanhurley/devise_token_auth/issues/702 Since the upgrade of...
Hi, When you try to `bundle install` this plugin should not add `bundle exec`. So, if you do: ``` git clone myproject cd myproject bundle install # it detects Gemfile...
I have a Rails API serving a React SPA. It works perfect but I had to do a modification to use ActiveStorage's direct uploads. The problem appears when trying to...
I believe Resque hooks are clashing with ActiveJob ones. Let 's see an example with the `before_enqueue` hook. In a Resque job you can *define* the `before_enqueue` method as a...
When using ClientStyle it will only render the CSS string provided the first time. If you change it in later renders it does not update the styles. This works correctly...
Is there a way to mix two files into one with RSox (or libsox)? With the command line would be just that: `sox -m input1.mp3 input2.mp3 output.mp3`
When you "lunchy start -w myservice" or "lunchy stop -w myservice" the state is saved for next boots. In the past days launchctel was adding a key to the .plist...
### Link to the code that reproduces this issue https://github.com/hector/middleware-web ### To Reproduce The basic code to trigger this bus is simply to use a rewrite in the middleware of...
### Describe the bug I am using the new mechanism to suspend explained here: https://tanstack.com/query/latest/docs/framework/react/guides/suspense#using-usequerypromise-and-reactuse-experimental Disabled queries return a pending promise (which is ok), but the promise does not resolve...