leaf

Results 48 issues of leaf

The tabs examples are inaccessible to keyboard users since the tab "links" are not keyboard focusable. To continue using an anchor element, the issue can be resolved by adding an...

There are some html elements (eg. iframe) which use different parsing rules for the content of the tag. The sanitizer should be aware of this and treat those tags separately....

https://github.com/yeslayla/butler-publish-itchio-action/blob/83ce22b4f586a26e2e4cab8fe9213fd1cd9fae97/Dockerfile#L11 We're migrating domains to `broth.itch.zone` from `broth.itch.ovh` (`itch.zone` is replacing all `itch.ovh` URLs). The broth URL is now: https://broth.itch.zone/ The old URL will 301 redirect but we recommend everyone...

```moonscript hello = "one #{three ..} two" ``` Currently compiles to: ```lua local hello = "one #{three ..} two" ``` This should abort compilation and throw error if a `#{`...

The following code will loop infinitely when you make a request to the server. `onstream` and `onerror` are called endlessly, the requesting client hangs. There doesn't appear to be a...

bug

Add all array types: ``` select oid, typname, typcategory, typarray from pg_type where typcategory = 'A' and typtype = 'b' and oid < 10000 order by oid asc; ``` Default...

On the documentation it says: > When you use LuaRocks to install a package while you aren't root, the package will get installed in $HOME/.luarocks/ instead of the system-wide (by...

feature request
docs

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Currently, only one...

enhancement

add to-lua compiler for type checkers for improved performance. Because performance is highest priority, optimize out error messages since they currently generate a lot of work when going down invalid...

Migrate away from using the shapes module for holding basic types: * Move all use of things like `shapes.empty`, `shapes.db_id` over to using `lapis.validate.types` directly * Switch from using `shapes.assert_valid`...