Kamil Kukura

Results 9 issues of Kamil Kukura

Maybe it happens only to me, but after block #305000 the validation Block#coinbase_value fails.

If [rails-i18n](https://github.com/svenfuchs/rails-i18n) gem is used, the formatting of _detail_ member of error object https://github.com/tiagopog/jsonapi-utils/blob/a2c2b0e3843376718929723d9f609611f68b665e/lib/jsonapi/utils/exceptions/active_record.rb#L151 should reflect locale's configuration: ```ruby I18n.t('errors.format', attribute: translation_for(resource_key), message: message) ```

The list of peers contains only information about TCP and SSL services. There is no indication of WS or WSS service tough it is enabled and reported by server (server.features)

When HTML/JS bundle is served from web server, reload on links prefixed with "t" or "r" (possibly others) gives _404 Not found_.

Is there a proposal to have very last section of blueprint as place for things such as citation references, footnotes, trademarks acknowledgments and other similiar informations?

I've copied flat theme's `_styles.scss` file to `source/theme//scss` according to [this guide](https://qooxdoo.org/documentation/6.0/#/mobile/theming?id=using-qxmobile-flat-theme). After `qx compile -D` there's no change in the application's theme and both following files are the same:...

With the thin server and event_machine_flush gem it's working okay. However with passenger 3.0.2 I had no success, it returned just blank page and there were no errors in both...

When installing there's deprecation error: ``` zdir.c: In function ‘zdir_new’: zdir.c:156:9: error: ‘readdir_r’ is deprecated [-Werror=deprecated-declarations] int rc = readdir_r (handle, entry, &result); ^~~ In file included from ../include/czmq_prelude.h:257:0, from...

### Description When `(before|after)_all` filter is specified for all paths (no argument) then any subsequent _all_ filters are called ignoring path matching argument. ### Steps to Reproduce ```crystal require "kemal"...

bug