deanveloper
deanveloper
It's possible to set up deno to use other JSX runtimes, as seen here - https://deno.land/[email protected]/jsx_dom/jsx How would I change this so that deno "just works" with sift's `jsx` and...
Sometimes when I zoom in (might be unrelated), the game freezes, and this stack trace is printed in console: ``` three.module.js:29649 Uncaught TypeError: Cannot read properties of undefined (reading 'count')...
https://github.com/kordlib/kord/blob/a2912ab530d0b394d1a31a3014b91a228ec70fdc/core/src/main/kotlin/entity/ReactionEmoji.kt#L32 I know 2 people now who have been fooled by this, mainly because the parameter to `Unicode` is `name`, which implies that `airplane` should be put in instead of...
Currently the repository that I am using is a (pretty horrible) GitHub maven repository solution. In the future, I would like to get a JFrog artifactory set up.
``` > ~ > twenty48 -width=8 -height=8 panic: invalid argument goroutine 1 [running]: main.startGame(0x8, 0x8) /home/24G/go/src/github.com/alyyousuf7/twenty48/cmd/twenty48/game.go:13 +0x1bc main.main() /home/24G/go/src/github.com/alyyousuf7/twenty48/cmd/twenty48/main.go:28 +0x58 ``` ``` > ~ > go env GOARCH="amd64" GOBIN="" GOCACHE="/home/[user]/.cache/go-build"...
Only check the lowercase versions of the hashtags closes #23525
### Steps to reproduce the problem 1. In the compose screen, start typing a hashtag that does not appear first in a list of suggested hashtags, and get it put...
### Zig Version 0.12.0-dev.2928+6fddc9cd3 ### Steps to Reproduce and Observed Behavior Minimum reproducible example: ```zig const std = @import("std"); const json = std.json; pub const Foo = struct { can_only_be_null:...
[Lemmy](https://join-lemmy.org/) is essentially a federated version of Reddit, and as federated social media grows in popularity, it would be great to have some good mobile apps for the various federated...