Ivan Larionov

Results 32 comments of Ivan Larionov
trafficstars

Just realized it's possible that I might be doing something wrong here. If `d-list` is not supposed to be used with "fake buttons" (inputs and labels) feel free to close...

My unit tests are getting stuck sometimes too. I don't use ActiveJob at all. In github actions output I see something like this: ``` message type 0x32 arrived from server...

From my testing: * AHC v1 sends plain-text request to HTTPS proxy, this is why it fails. * AHC v2 sends the request to HTTPS proxy (to securedPort) only when...

Just noticed the same issue while trying to integrate tinymce into avo admin panel which uses Turbo. Is it possible to fix on the gem side?

I just realized something, it's possible that it actually restarts but doesn't accept messages. Or we lose track of producer somehow in our code and stop sending messages to it....

I wonder if anyone could actually take a look? I spent more than an hour trying too make these metrics work just to find this issue later and realize that...

It didn't show me the stack trace besides my own code: ``` PS Y:\> .\bin\Release\net6.0-windows10.0.22000.0\TestService.exe --install ERROR 2021-12-07 14:41:15,428 - Exception running TestService: System.InvalidOperationException: Exception occurred while initializing the installation:...

> Hey @xeron. Instead of returning `record.item_id` return an actual record. An ActiveRecord object, not an association foreign_key. For you it might be something like `record.item`. > > [Docs](https://docs.avohq.io/3.0/fields/record_link.html#:~:text=You%20give%20it%20a%20record%20and%20it%20will%20link%20to%20it) My...

> So when you tell it ` format_using: -> { record.item_id }`, the `value` becomes an integer and it will try to create a link from that integer and fail....