Soni L.
Soni L.
See https://github.com/SoniEx2/Stuff/tree/master/lua/Forth for a much simpler stack, exploiting language features (the call stack and the varargs) (I'd think varargs are more efficiently JITted, idk)
For feature-parity with `selfref`. ```rust // cannot work, ?Sized must come last #[self_referencing] struct Foo { x: T, #[borrows(x)] y: &'this dyn std::fmt::Debug, } // doesn't work, borrowees must come...
### Pitch Your project should have a baked-in blocklist. ### Motivation You have a Code of Conduct already. Use it. Yes, some admins are just gonna remove it, but it's...
This allows GAnarchy to pick up your feeds, for better or worse.
lua_pushcclosure should push the parent lua_State as the first upvalue and a "function specifier" as the second upvalue. the passed lua function should go on the parent lua_State's registry, and...
### Pitch analogous to defederation, an Opaquely Defederated instance/user is an instance/user forbidden from interaction. analogous to Opaque Federation, it also prevents users on the local instance from becoming aware...
https://docs.rs/assert_fs/1.0.1/assert_fs/assert/trait.PathAssert.html#required-methods says you can pass a &Path, but this errors with: ``` error[E0277]: the trait bound `&Path: IntoPathPredicate` is not satisfied --> src/git/tests.rs:54:36 | 54 | clone.child("HEAD").assert(repo.child("HEAD").path()); | ^^^^^^^^^^^^^^^^^^^^^^^^^ the...
### Pitch Opaque Federation would make limiting unnecessary. Just ban them instead. ### Motivation Limiting an user or an instance is usually done so the user/instance can keep their friends...
## Summary As stated: `web+ap://` should be just as acceptable as `https://`. Also, `web+ap://` should behave the same as `https://`. (Do *not*, however, call registerProtocolHandler. The UX for it is...
## Summary With an actual form element, search box can be added to browser. This is similar to #7058 in that it's about "add search to browser", but unlike #7058...