Vojtěch Kusý

Results 7 issues of Vojtěch Kusý

@apotonick Some offtopic at the beginning. Thanks for this framework! I can't wait to use it in production at https://inlinemanual.com. Maybe tweak the Operation bit (I am now bit influenced...

Controller.loaded doesn't work for templates with multiple root nodes, especially when there are some DynamicNodes. template.serenade: ``` form[class="form-inline" event:submit=search!] ... - if @searchTopicsCount ... - else "No results were found."...

Fixes issue #2 ``` Transflow(container: operations) { steps(:aggregate, :persist) } # order is :aggregate, :persist Transflow(container: operations) { step(:aggregate, publish: true) step(:persist, publish: true) } # order is :persist, :aggregate...

Hi Avdi, I was doing some research about this gem and I've found unexpected behavior when using the `on` shortcut syntax. I've expected full event as the block argument but...

With my findings in last PR https://github.com/adamcooke/json-vat/pull/7 caching invalidation needs more complex handling so I've decided to do a significant rewrite to extract `Configuration`, `PlainClient` and `CachedClient` from the procedural...

When calling `JSONVAT.cache` the rates collection isn't affected as it is memoized inside the `rates` method and JSONVAT serves old data. I've added `reset_rates` which allows manual cleanup of memoized...

When calling `JSONVAT.cache` the rates collection isn't affected as it is memoized inside the `rates` method and JSONVAT serves old data. See PR https://github.com/adamcooke/json-vat/pull/7