Igor Yamolov
Igor Yamolov
wrplu format
Есть идеи как его распарсить? Хотелось бы вытащить боевой лог чтобы автоматически подсчитывать турниры по реплеям. Я так понимаю это "поток сознания" движка Dagor, верно?
Method override warnings were remade in 4.10.0 and brought some painful experience: ``` MySchema: overriding method 'active?'! MySchema: overriding method 'subscribe'! MySchema: overriding method 'unsubscribe'! MySchema: overriding method 'activate'! MySchema:...
``` ruby model.do_something! # calling event "do_something" with persistance .... # in callback: aasm.current_event # => :do_something! ``` IMHO exclamation mark in current event name is totally inappropriate. Fact that...
My YubiSwitch is configured for 10 seconds delay, however, for some reason, it gets switched off immediately. I had to disable "Automatically switch off YubiKey" feature, and now have to...
Hey there, I am using lastest linux kernel (v6.2.2), and device initialization fails with following error: ``` [ 7.473717] atlantic 0000:03:00.0: enabling device (0000 -> 0002) [ 7.674201] atlantic: Boot...
Can anyone look https://github.com/t3hk0d3/smpp-protocol and leave some feedback? Its WIP (Work-In-Progress) and its still possible to consider some concerns or issues people meet dealing with SMPP using Ruby. Unfortunately this...
``` ruby class TestMe class
**Is your feature request related to a problem? Please describe.** GPU resources are limited. Once model is loaded into GPU memory you can't use any other big model until previous...
Application crashes after calling an HTTP endpoint without expected JSON input. ``` error: Uncaught (in promise) BadRequestError: Unexpected end of JSON input return new errors[Status[status] as ErrorStatusKeys](message, options); ^ at...
If somebody occasionally do an GET request to webhook endpoint it will result in entire server crashing. ``` error: Uncaught (in promise) BadRequestError: Unexpected end of JSON input return new...