Dmitry Ukolov

Results 15 issues of Dmitry Ukolov

This PR addressed to https://github.com/activeadmin/activeadmin/issues/3797 I use https://gist.github.com/Fivell/d45653841cee22a890f5 as start point, but made some refactor. New DSL can be used as: ```ruby index has_footer: true do column :title, footer: 'Total:'...

**Is your feature request related to a problem? Please describe.** FS with many profiles with ODBC-DSN start very slow. In startup cycle FS waits 1 second for every profile with...

enhancement

Addressed to #69 Unfortunately, I don't know XOAUTH well for complete check. This PR is draft only, may be, anyone can continue it.

**Describe the bug** Now mod_oreka BYE message have unescaped SIP-URI content with space. For example: ```SIP BYE sip:Outbound [email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5061;branch=z9hG4bK-997261b0-dabf-40fa-8e31-7daf2c39d1bf From: To: Call-ID: 997261b0-dabf-40fa-8e31-7daf2c39d1bf CSeq: 1 BYE...

bug

I try process WAV file with zeroes in Data section. File duration is 1,2 seconds (attached it). Whisper.cpp give hallucination (and wrong duration). [zeroes.zip](https://github.com/ggerganov/whisper.cpp/files/14342590/zeroes.zip) ```bash $ ./main -m ./models/ggml-large-v3.bin -l...

In new version config.controller_guard's lambda can use up to 4 arguments, but template contains only 2. I need the controller, and spent 3 hours to found it.

Append `SetJITStackSize` method for allocate and assign JIT stack (needed for complex patterns on big data for prevent error `ERROR_JIT_STACKLIMIT`).