Erithax

Results 13 issues of Erithax

As an unexperienced C++ programmer, the instructions on how to get Catch are confusing and seemingly scattered throughout several files. _/docs/why-catch.md_ tells me to just "Just download two files, add...

A feature that would allow an override of silent mode, vibrate-only mode and do-not-disturb mode if a single caller (optionally only a prioritised/favourited contact) calls for X consecutive times in...

feature request

A feature that would override silent mode, vibrate-only mode and do-not-disturb mode if a message (optionally only from a prioritised/favourited contact) contains a keyphrase from a list defined by the...

feature request

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request ## I'm using these versions * Windows version: Windows 10 build 19042 * Dopamine version: 2.05...

## Description Set up the launcher yesterday and now it keeps crashing: if set as the default launcher it goes in a loop crashing and restarting every couple seconds until...

I've tried to get visit_rule working and got stuck here: ```rust fn main() { let stylesheet = StyleSheet::parse("", ParseOptions::default()); let mut my_struct = MyStruct(); stylesheet.visit(&mut my_struct); } struct MyStruct(); impl...

Hi! I was thinking it would be cool to have a website with a graph displaying the evolution of the percentage of crates.io crates on edition 2024 and the same,...

I don't know if this is possible and if there is demand but: **Current line breaking behavior** source | compiled -- | -- \n | [ ] \\ | linebreak()...

feature request
syntax

Running `pip install --proxy=w.x.y.z:uuuu aiortc` errors with connection timed out after a long time. The proxy works for other packages, e.g. `pip install --proxy=w.x.y.z:uuuu aiohttp`. Output ``` Collecting aiortc Downloading...

A go2rtc stream stays open for 5 seconds (default timeout) even if a client closes the connection properly on their end (i.e. [RTCPeerConnection.close()](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/close) is called). Problems this could cause: -...

enhancement