Seth Falco

Results 121 issues of Seth Falco

Matrix (or at least Element) has an upload size limit of 100 MB. When uploading a large image to Matrix, it displays as expected on Discord in an embed. ![image](https://user-images.githubusercontent.com/22801583/130361823-12e96f00-572d-4895-8c1f-3fb99cfd8199.png)...

T-Defect

Making this an issue since I'm not sure if it should be removed or replaced? I don't see a web archive link for the page, so sadly it can't be...

T-Documentation

When passing CSS that uses `@keyframe` with `to` or `from`, they are falsely parsed as identifiers / type selectors. For example, the following CSS: ```css @keyframes a { 0%,to {...

parser

Minor update to the README to remove the Greenkeeper badge. ![image](https://user-images.githubusercontent.com/22801583/142776098-dc5fba1a-886b-46ca-9af0-cb3aaad35017.png)

* Upgrades all dependencies to the latest versions. * Removes package-lock.json from .gitignore as this is intended to be commited to the repo. > This file is intended to be...

Adds default converts for the following types: * java.awt.Color * java.awt.Dimension * java.awt.Point * java.io.File * java.net.InetAddress * java.net.URI * java.net.URL * java.time.Duration * java.time.Instant * java.time.Period * java.util.Locale *...

This adds a new module under `org.apache.deltaspike.modules:deltaspike-yaml-module-impl`, which includes an implementation of `ConfigSource` for YAML support, and depends on snakeyaml.

Could [Web Monetization](https://webmonetization.org/) support be added to Notebook.ai? > The ability to transfer money has been a long-standing omission from the web platform. As a result, the web suffers from...

Some content on the website doesn't adhere to the W3A guidelines for contrast ratio. Ideally, we should ensure all content has _at least_ a contrast ratio of 4.5. This will...

enhancement

We should probably add support for dark mode to the site. The easy part will just be using prefers-color-scheme to use the system preference by default. The more annoying parts...

enhancement