ukazap

Results 6 issues of ukazap

When I run `rails g component button`, it creates js file, and also appends to index.js, both contains semicolons. In my project I don't use semicolons, wouldn't it be nice...

enhancement
help wanted
generator

Fixes https://github.com/collectiveidea/interactor-rails/issues/22 ![](https://media.giphy.com/media/Ge86XF8AVY1KE/giphy.gif)

Hi, Does commanded currently support event retention policies/pruning of old events out of the box? If not, what are the recommended approaches or best practices for implementing event retention policies...

Hi, Does commanded currently support event retention policies/pruning of old events out of the box? If not, what are the recommended approaches or best practices for implementing event retention policies...

## Building image ``` cd safaribooks docker build . -t safaribooks ``` ## Usage Unlike other PRs (#242, #25, #328), the proposed Dockerfile takes a minimal approach (setting the entrypoint...

In scenarios where multiple tasks are running concurrently, and I need to stop all other tasks prematurely when one of them finishes; Is there a built-in mechanism or an established...