JBWL

Results 8 issues of JBWL

I've read the documentation but I have not found an obvious way to transform one specifically named field, for example to do a `.to_i` on a numeric string. So, I...

Installation of the plugin fails on Logstash 7.2 due to the gemspec. ``` $ logstash-plugin install logstash-output-clickhouse 1 ↵ 2.6.3 Validating logstash-output-clickhouse Installing logstash-output-clickhouse Plugin version conflict, aborting ERROR: Installation...

I am trying to apply a limit_by to my cube. I'm having a hard time figuring out the arguments to pass. My dimension is called product_id, and I want to...

I am using this nice helper class. Thank you. One thing that I would like to figure is there is any way to get the loading state for each request,...

The issue is that Kamal connects to the server without setting Net:SSH option `append_all_supported_algorithms: true` which leads to no supported SSH key algorithms. Tested with Ubuntu 24.04 and Debian 12...

Hello Lazaro, thank you for the great gem. I am using it in a non-api Rails app and it was a breeze to set up. Now I would like to...

enhancement

**Describe the bug** The mega menu does not close when a user clicks outside of it, but only when the triggering element, e.g. a button is clicked again. **To Reproduce**...

I think it's a good idea to decorate all user-facing strings for i18n. This is my attempt to integrate it into the generator logic as an option. This does not...