-
First off, thanks for working on this package. While you would think an alert view is a trivial thing, it isn't – and I have noticed that you did walk the extra mile to provide a drop-in replacement …
-
It would be a good idea giving at least two GUI options:
- A tiling graphical interface
- A stacking graphical interface
Both should be based on Wayland, and it would be interesting choosing comp…
-
Excuse my garbage title, I have a more specific feature request regarding the ability to make a base .ini using a collection of existing images/emotes within a folder. The program currently relies on …
-
Paddle OCR has documented memory leaks (bug report: https://gist.github.com/ishaan99k/a472ac57f97879dc1677ea97fb935910).
The current repo for paddle does not address this. We are moving over to Rap…
-
First of all, I played around with Emscripten several weeks ago and although I had success getting other things to work, I didn't manage to get far with Chocolate Doom. That said, I do believe that an…
-
-
List of currently implemented DynRPG plugins (upstream):
- [X] DynTextPlugin
- [ ] Save/Load support
- [ ] Custom Resolution aware
Under development:
- [ ] DynPEC (some commands broken, l…
-
---
Author Name: **John MC** (John MC)
Original Redmine Issue: 3056, https://redmine.open-bio.org/issues/3056
Original Date: 2010-04-12
Original Assignee: Bioperl Guts
---
Bio::Tools::Run::Primer3 …
-
I was wondering if you'd be open to modifying the license from GPLv3. I'd like to re-implement this as a lib so that others can use it but I'd be leery of copying the GPLv3 code into another crate.
-
By the spec it's defined as `DEST ← (DEST – (SRC + CF));`
But I think it's implemented as `DEST ← (DEST – SRC + CF);`
Reproducible with this snippet.
```
MOV EAX, 10
MOV EBX, -1 ;
…