Nikolay Murha
Nikolay Murha
## Detailed description Horizon dashboard not work with `InlineCss` middleware. ## Possible implementation Related to https://github.com/renatomarinho/laravel-page-speed/issues/75 and can be fixed by replacing: ```php $replaceClass = [ '/class="(.*?)"/' => "", ];...
**Describe the bug** When I call `$page->setContent($html)` for large page, I have error `Unexpected end of JSON input` After investigation I found problem in the "@nesk/rialto" packge: https://github.com/nesk/rialto/blob/dev/src/node-process/Connection.js#L49 socket.on('data', data...
Hello. I try to add `error` root for errors. ```ruby class API::Error < Grape::Entity root 'errors', 'error' expose :code expose :message end ``` ```root error!({ message: "Some error", code: 123,...
Hello First of all thanks for helpful provider! Is it possible to update the ansible vault? For example: I created a linode token using the linode_token resource, and I want...
Hello. I found problem with hasOne relation with snakeCased method. For example, when I have class like this: ```php class CartItem { public function productVariant() { return $this->belongsTo(ProductVariant::class); } }...
Add polymorphic relation field support. Usage example: ```php $form->radioButton('menuable_type', __('Link to'))->options([ (new PageCategory())->getMorphClass() => __('Page Category'), (new Page())->getMorphClass() => __('Page'), (new Category())->getMorphClass() => __('Product Category'), (new Product())->getMorphClass() => __('Product'), ])->when((new...
HI. 1. I've tried to use agent:registration recipe and I have errors. If I use "recipe:zabbix\:\:server" instead of "recipes:zabbix\:\:server" zabbix_server not found. 2. After fix it I have error Exception*:...
This is a working version, but not enough tested. Also I have not tested backwards compatibility, but it should work.