Evengard

Results 86 comments of Evengard

We'll wait for the files, hard to debug without them.

A screenshot would be appreciated too.

I reviewed quickly the code, it all seems to be behind the "Hide status and error screens" checkbox. So seems to be fine.

Man, this is a stopper for me for now... That is sad. My app almost ran correctly xD

Please note that I'm using this postgresql setting: ``` - name: FERRETDB_POSTGRESQL_URL value: "postgres://postgres-db-rw.postgres.svc.cluster.local:5432/dm3_ferret_dev" ``` I explicitely did not provide a username and password here, as I need to restrict...

https://github.com/AKuznetsov/russianmorphology/blob/40fe59dd02e0955689f9e5f31be6a8e97337ea24/dictionary-reader/src/main/java/org/apache/lucene/morphology/dictionary/GrammarReader.java#L31 https://github.com/AKuznetsov/russianmorphology/blob/40fe59dd02e0955689f9e5f31be6a8e97337ea24/dictionary-reader/src/main/java/org/apache/lucene/morphology/dictionary/DictionaryReader.java#L35 theese two to "utf-8" should be enough.

Or just use this one: https://github.com/Evengard/LuceneNetRussianMorphologyNetCore/blob/master/LuceneNetRussianMorphology/Resources/ru_morph.info - which I already generated myself 5 months ago or so.

This is control of an embedded in qB connection limits. This request is about enabling/disabling theese connection limits in case if the network, to which the PC is connected, is...

https://github.com/ppp-project/ppp/blob/ba7f7e053daae846a54a1d08d3d133a5f1266ace/pppd/eap-tls.c#L580-L586 This is kinda incorrect, as the TLS 1.3 handshake is considered completed when both server and client sent a TLS Finished message, and all we need at this point...