Miriam Vellacott
Miriam Vellacott
Same error. ARM64, Kubuntu 21.04, Python 3.10. (Edit: Python 3.9 works, but not ideal).
Very simple test case where masks fail: ```svg ``` Should render as a black dot on a transparent background, but Cairo renders it as a plain transparent square.
Pressing the arrow keys only makes it reappear if it also updates the board.
`CREATE user SET name = function() { return "2000-01-01T00:00:00.000+01:00" };` is another ugly workaround that is easier to automate, but probably has a bit of a performance impact. Somewhat surprisingly,...
Any comment on why this isn't being merged?
> Type annotations are primarily for static checking, not for runtime purposes. Many popular libraries use type annotations for things like parameter conversion - for example, [Discord.py](https://pypi.org/project/discord.py/), [FastAPI](https://pypi.org/project/fastapi/) or [Pydantic](https://pypi.org/project/pydantic/)....
Ok, so this library provides low level basic API wrappers for slash commands, and recommends using third party libraries which build upon that to provide slash command frameworks? Nice. Maybe...
Also, the following still gets parsed as an empty array: ```toml foo = [ { x = "abc'def" }, { y = 2 } ] ``` ... it seems to...
A check for this case seems to have been added [in this commit](https://github.com/vercel/hyper/commit/bafa44845a9d0963025fe0c4223fbc2114e56966#diff-ead9a731737a91338f5c582986f49f7c41e8ceff4e6fa0542e2ca7c9960e3840R142), not sure why that's not working
This also happens with Sass. Thanks for the workaround with editing the main file.