Simo Elalj
Simo Elalj
Thanks for developing and maintaining this tool. Is there a way to trigger a queue right on bull-board?
I have world map projected with a specific scale and some arc with another scale. Do you think it's possible with the current code base to affect both projections when...
I followed all instructions on the README to show up the "Delayed" and "Schedule" tabs on the resque-web interface, but nothing! Here's the imported gems: ``` gem 'resque', '~> 1.25.2',...
Thanks for this guide! I'm wondering if we can scale up the nodes without rebuilding the whole stack from scratch?
**Module version** 1.12.1 **Describe the bug** Pages that contain a v-data-table are rendered on the server with the mobile layout (class `v-data-table--mobile`). There's no way to change that behavior **To...
That would be awesome if there was a link with a demo of the boilerplate, or at least screenshots
Thank you for building this. As I would like to liberate space on my Google account, I'd like only to delete photos and videos that are not part of a...
I want to be able to hide the homepage, and only support reading the uploaded files, and upload files using a secret token. Is that something possible?
Here's the GraphQL query: ``` query Blog { post(id: "my-post-slug-in-spanish", idType: SLUG) { slug excerpt date author { node { description } } } } ``` The author description is...
Is it possible to provide an image to the command instead of having to take a screenshot. For example `ocr < cat ./myfile.png` or `ocr -f ./myfile.png`