bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

I finished implementing my [primitive parsing rework](https://github.com/bbb651/brigadier/tree/accurate-primitives), making a PR is blocked on this. Is it ok to remove `isAllowedNumber`? There are [at least a few usages of it, mainly...

This was done in #86, I explained the rational in the PR description: > I need to regenerate all of them, so I added pretty printing for the json while...

I did an attempt at compiling it to wasm with wasi, there are some parts that use [unix](https://pkg.go.dev/golang.org/x/sys/unix) to do unix syscalls that don't work and need porting (`dummy.go` is...

I found a useful [thread](https://serverfault.com/questions/193631/ssh-into-a-box-with-a-frequently-changed-ip) with some options for ssh configuration, specifically `CheckHostIP` and `HostKeyAlias`, although it requires manual configuration and I'm not even sure how to identify a-shell in...

By the way, I noticed a-shell is currently rendering with hterm in a webview, I'm in the beta for [Ghostty](https://mitchellh.com/ghostty) (which has [experimental support for iOS](https://x.com/mitchellh/status/1748397293232128333)), I can ask mitchellh...

It's definitely impossible to run because it targets chromium specifically and you only have WebKit (Safari) on iOS (well you can have 3rd party browser engines in the EU, but...

Note that `a?[i]` and `f?(a, b, etc)` differ from JavaScript where it's `a?.[i]` and `f?.(a, b, etc)`, which is not necessarily a bad thing but this means `?` might conflict...

> Currently, upon opening OBS, users are inundated with countless requests to select window sources, causing confusion about which window to choose. This cumbersome process creates significant barriers for streamers...

> For privacy in relation to specific windows, it is best not to give them in the first place (if you do not need them). I wonder if it is...

I agree, the meaning is different because the version of the interface is not tied to the version of the crate, this is also why we can't use the actual...