Dmitry Ukolov
Dmitry Ukolov
This documentation item should be append (can't append to the merge request): # docs/3-index-pages/index-as-table.md ## Footer row For append footer row to table, set flag `has_footer` for index and option...
Default delay 1000 milliseconds for each profile is too much for current computers. I tested with 100 ms. Start time reduce from 215 to 35 seconds (200 profiles).
@andywolk I make fixes. Please, check. I don't sure about parameter name `odbc-start-delay`. May be we should name it `odbc-after-start-delay`, what do you think?
@andywolk Fixed parameter name and comment. Also I modify code for make simpler.
Hello! @skainzwnt did you resolve freeze problem? I got the same error. Registrations and invites sometimes become frozen for 10-15 minutes, then it resumes to normal working. Existing calls still...
I define `InviteController` and rewrote the method `invite_resource`: ```ruby class Users::InvitationsController < Devise::InvitationsController private def invite_resource super do |new_user| if new_user == current_user new_user.errors.add :email, :taken end end end end...
In Dockerfile I used: ```Dockerfile RUN bundle config build.puma "--with-cflags='-D PUMA_QUERY_STRING_MAX_LENGTH=64000 -D PUMA_REQUEST_URI_MAX_LENGTH=64000'" RUN bundle install ``` Long URLs I use for reports with rich filters. Users can share URL...
I have the same trouble now...
> I have the same trouble now... Sorry, it was my mistake. It works for me.
Hi! @bobqianic new version is very robust! On my test files, main branch emit 10 hallucinations on 26 WAV files (model `ggml-large-v2`, russian language). With this PR it give only...