milleniumbug

Results 38 comments of milleniumbug

None at all. I've verified that it doesn't load by putting some logging statements in `tools.py` (with `jucipp.terminal.println("test")`)

Okay, nevermind. Moving `snippet.py` outside and renaming `tools.py` to `snippet.py` loads the plugin, so probably I have forgotten to put it on some list.

I've debugged the program, and it seems it stops searching for plugins on first hidden file. ``` /home/milleniumbug/.juci/plugins/snippet.py - full snippet - stem /home/milleniumbug/.juci/plugins/.gitignore - full - stem /home/milleniumbug/.juci/plugins/__pycache__ -...

Honestly I'd like to see debugging _work_, depending on the lldb/clang version, the debugger can get unstable and crash juCi++. But separating to another process is probably too much work...

I don't see how having Boost as a dependency is a problem for juCi++. I somehow understand anti-Boost sentiments (that means, I respect them, not that I agree with them)...

- `BoundaryPolicy` - `OnLimitReached` (kind of meh since it has a silly callback-like name)

`LoopsEndlessly` or `Repeating` maybe. tbh my [workaround](https://github.com/milleniumbug/Taxonomy/blob/master/TaxonomyWpf/FilePreview.xaml#L48) was like 6 [lines](https://github.com/milleniumbug/Taxonomy/blob/master/TaxonomyWpf/FilePreview.xaml.cs#L100-L104), so I don't feel very strongly about this feature.

The built-in looping could be improved over my workaround if, some time before the end, the control would pre-load the start of the film so it would be able to...

Implemented in https://github.com/DidacticalEnigma/LibJpConjSharp - step 2 is to implement it inside the program.

- [x] Add *a* dark theme. - [x] Add a dark theme that I like. - [ ] Add a *light* theme (not having both is an accessibility issue) -...