-
As first discussed in https://github.com/akrennmair/newsbeuter/issues/158, moving `urls` file from plain text to a more sophisticated format like YAML will let us have per-feed settings (as requested …
-
Hey! I've been trying to implement f32 support for a while now, but progress always stops when I try to modify `Pixel` in a backwards-compatible and sane way. While we could probably think of some way…
-
Add color space information to documentation. Is HAP using an encoded gamma or is it sRGB or something else? It's good to know how to linearize HAP for compositing.
-
There are numerous long standing complaints about the vector environment API, to the point where it is the one thing that most people have seemed to think breaking changes are warranted for (which I a…
-
![image](https://user-images.githubusercontent.com/38900087/192736712-da248cda-065d-42e8-b871-8fb57e7948fa.png)
Hello, thanks for this nice software.
Is there some way to force a re-render or some…
-
### What
Blocks like Cover block, Media and text block , do not have the provision to adjust margins ( especially top and bottom margins ) . That leads to awkward white gaps in layouts
![image](ht…
-
I suggest adding some kind of rule to allow extending external configurations like [it's done in eslint](http://eslint.org/docs/user-guide/configuring#extending-configuration-files).
I have differe…
-
Currently, some parts of AGS use variations of the entity names assigned. Specifically, dialog scripts strip off Systems-Hungarian prefixes from character names and converts to lowercase: `cRoger` bec…
-
I'd like to add some verified interfaces (VectorSpace and related) and also unverified versions of the existing ones (`Group`, `Ring`, `Field`, ...) as unverified versions would also be usable with ty…
-
### Summary
VSCode/Prettier ignores the setting `"prettier.configPath"`.
I prefer to have a global config for personal projects than copy/pasting config files to each. In my `settings.json`,…