-
I would like to easily annotate a configuration struct, to ask the user for input for various fields and give a hint on validation:
```rust
use derive_bla::AskUser;
#[derive(Debug, AskUser)]
…
-
The app should allow the user to export multiple games as shortcuts to a given location. Initially, the implementation would only work on single games or a folder (eg. steam) but in the future it coul…
-
## Implement a pgn export method
## Solution
- Create a new method to convert move_history into pgn
- store it into a file
-
The [linux_install](https://github.com/lsaa/ddstats-rust/blob/master/linux_install.sh#L2) script grants CAP_SYS_PTRACE to ddstats-rust. This is a very powerful capacity, granting the privilege to trac…
-
TUIs are awesome, because they can be **deterministic** or **atomic** (I don't know - please comment) - when you can press a series of commands and it will be processed till the end with predictable r…
-
I'm trying to run the webapp and it spits out `TypeError: cannot set 'is_timeout' attribute of immutable type 'TimeoutError'`
```
File "/usr/local/bin/nxbt", line 8, in
sys.exit(main())
…
-
I'd like to start working on version 2.0 of GLC. The reason it's 2.0 and not 1.x is mostly due to a brand new TUI and moving from .NET framework to .NET core (more details below). I will be doing some…
-
I think it would be good for nim community and library devs to know what libraries people are searching for.
So, this issue proposes that every search get saved and the list of searches be viewabl…
ITwrx updated
2 years ago
-
Sometimes the song info is "underrun" which leads to info like song duration and song volume to be missing. Not sure how this happens, I think it's something when switching songs quickly, though I was…
-