Fenhl

Results 102 issues of Fenhl

For example, `--depth=2` to only show my dependencies and their direct dependencies.

## Description The hello world app (simple counter) produces a blank window. ## Version / OS * azul version: 0.1.0 (8b7de76856cdcad5c448bc469238c61c3e9f046e) * Operating system: Windows 10 Pro version 1803 *...

bug

When installing blessings using `pip3 install blessings`, the code is not run through 2to3, resulting in a `NameError: name 'unicode' is not defined` at import time.

I've noticed that the plugin seems to be running almost all the time. Looking at it in `htop`, it seems like the plugin is making three requests to www.ombord.info per...

For convenience, it should be possible to create an `NBTFile` using `nbt.nbt.NBTFile(path)`, where `path` is a [`pathlib.Path`](https://docs.python.org/3/library/pathlib.html#pathlib.Path) object.

There are some cargo features that appear to modify the behavior of the crate, but it is not clear what exactly they do. It would be useful to have an...

docs

I wrote [a wrapper](https://github.com/dasgefolge/sil/blob/abd4d42025859574ec7cfb1ba00b29fb776ba081/src/text.rs#L59-L90) for drawing text with a given size and alignment in ggez 0.6. It handles things like keeping a half-font-size margin from the edges of the window....

bug

I would like to write plugins that are compatible with xbar as well as the old BitBar app and the alternative implementation SwiftBar. As such it would be nice to...

♡ todo

**Describe the bug** `+` characters in the `body` parameter of a `swiftbar://notify` URI aren't converted into spaces. **To Reproduce** ``` open -e 'swiftbar://notify?plugin=01-night.o&title=Night&body=Wallpaper+change+pending%2C+Dock+relaunch+required.&bash=%2Fusr%2Fbin%2Fkillall&param1=Dock&terminal=false&silent=true' ``` **Expected behavior** [The readme](https://github.com/swiftbar/SwiftBar#url-scheme) lists a...

enhancement

I use [mojave-dark-mode](https://github.com/paysonwallach/mojave-dark-mode) to automatically switch between light and dark theme. The terminal tab doesn't change, however, and stays in whatever was the active theme when the tab was created.