-
Hi,
I've faced odd crash using parallel_scan over range object that has some logic inside its destructor. It seems that destructor of range sometimes called on not yet constructed range object.
…
-
https://github.com/Ridgure/TwitchBot/blob/28e2a8d164e46c6eaf3cc46a9761fee3e0ea8a25/bot.py#L207-L227
and
https://github.com/Ridgure/TwitchBot/blob/28e2a8d164e46c6eaf3cc46a9761fee3e0ea8a25/bot.py#L234…
-
This query: https://github.com/barbalex/vermehrung/blob/0a7bc911e9d5e5dcd8493e4c5e091833802e99d6/src/components/TreeContainer/index.js#L41
works fine in v0.4.5.
It breaks in v0.5.0 with this error…
-
Okay, this might boil down to personal preference but the use of singletons in this class bothers me somewhat. When the preference window is closed, the class and all those views are still sitting aro…
-
For ooCat.v, similar to how Laxity is defined, we could have a stream of op's. This would then allow us to consider all opping at once.
-
When many users open then same Microsoft Word document from a SMB folder then they see a following things:
1) Users from Windows PC have not any notifications and can read or write text without errors…
-
I am still tracing this out, and maybe #3449 fixed it, but on a httpredir bounce, **sometimes** the first one or two dumps to the debug spool gets lost between script exits.
The sequence I am traci…
-
```
In campaign 4 (Op Firestorm), there's a big enemy installation. When it's
destroyed, a single fighter with zero health is spawned, which is
indestructible, thus rendering the mission unbeatable.…
-
In `TCPDF::__construct` the internal encoding is set to ASCII and changed back to whatever it was before during destruct.
However, if you use any mb_ function outside of TCPDF after a TCPDF instanc…
-
CrashGrammar.g4:
```antlr
grammar CrashGrammar;
// combined from https://github.com/antlr/grammars-v4/blob/master/sqlite/SQLite.g4 parse + sql_stmt_list
parse: (';'* stmt ( ';'+ stmt )* ';'*)* …