Lynn
Lynn
I'm not too interested in adding shortcuts like this: I think linear editing and backspace, like Wordle has, is basically sufficient, and buttons to scramble/copy/… would only complicate things. However,...
Thank you for enjoying my clone of the game!! :) For now, stats are a deliberate "un-feature" of _hello wordl_, sorry. I really appreciate Wordle's philosophy of "not encouraging the...
We already know for certain that we're including this feature in our native apps, but there are a lot of design considerations to work out first. Once we figure out...
We have a fix coming up for this — we're going to try to push it out tonight. Hopefully you can try it out and let us know if the...
I ran into probably the same issue. I have a Cargo.toml file like this: ```toml [package] name = "foo" description = "bar" version = { workspace = true } publish...
I ran into this issue in the same way as the Jest users above. @chriamue, my workaround to simply run two wasm-pack commands ```sh wasm-pack build --target bundler --out-dir pkg...
I ended up completely reinstalling Plover.
Yeah, there’s a sad limitation on Elm’s `Int` type whereby it can’t store large numbers: > 600851475143 // 1 -443946297 : Int I’ve actually looked at @javcasas’ [`Data.Integer`](http://package.elm-lang.org/packages/javcasas/elm-integer/2.0.2/Data-Integer) package to...
> I haven’t grokked Elm’s type system enough to know, but could you make a function that accepts an `Int` or `Float` or a bignum or etc., and `case` on...
Perhaps it is worth mentioning (as _l'électeur_ does [here](https://japanese.stackexchange.com/a/25906/16052)) that: > 「ない」 attached to verbs is an auxiliary verb while 「ない」 attached to adjectives is an adjective. [Wiktionary](https://en.wiktionary.org/wiki/%E3%81%AA%E3%81%84) says almost...