wackbyte

Results 35 issues of wackbyte

`#[diagnostic::on_unimplemented]` was stabilized in Rust 1.78.0 :)

Makes a few improvements to CI (details included in log)

The typo of "Color3" instead of "TextColor3" in the creation of the TextLabel resulted in a runtime error.

The `0.5` one didn't do anything because it was defined earlier, so I removed it.

| Q | A | | ---------------- | ---------------------------------------------------------------- | | Bug fix? | yes | | New feature? | no | | Breaking change? | no | | Deprecations?...

### Describe the bug The shorthand syntax for different directives (`class:name`, `style:property`, `use:action`, etc.) should be stricter in what they accept. Currently, you can write arbitrary text that will be...

(Leaving this as a draft for now while Svelte 5 is still in preview)

Closes #171. This matches other implementations of the demo.

The `ArticlePreview` component uses `` to contain the article information, but then uses `` in the list of tags within. This is invalid HTML,[^1] and is denied in more recent...

Reference: https://www.w3.org/TR/webrtc/#event-summary Like #1661, this PR is already covered by #1660. I'm opening it despite this since it seems like that PR has no momentum right now.