Lynn
Lynn
Yes, the GM:S bytecode format seemed to have changed between versions. This will take a bit of an overhaul to fix... Thanks for the report!
The site is still down… I need to access the Click documentation for a course I’m taking. Right now I’m relying on the comments in the source code (e.g. [here](https://github.com/kohler/click/blob/master/elements/icmp/icmpsendpings.hh#L9)),...
I’m facing a similar problem: `elm-repl: repl-temp-000.elm: openFile: permission denied (Permission denied)`. If the file can’t be created elsewhere, then at least a helpful error message would be cool.
The problem with `tsync` is that when yarn is invoked from `cargo tsync`, the PATH has more stuff on it and prioritizes the wrong binary named "tsync": ``` C:\code\my-create-rust-app\.cargo\.build\debug\deps\tsync.exe //...
I talked about this with @bengreenier and we agreed that this change is definitely necessary, but also very breaking. If we implement it, I'd like to put it behind a...
> Also type narrowing would allow for the IDE to create an exhaustive switch on the users behalf; you wouldn’t need a chain of if statements You can't use `instanceof`...
@boris-marinov [Ryan Cavanaugh’s reply](https://github.com/Microsoft/TypeScript/issues/1213#issuecomment-96854288) says you can: > Having a sample PR that at least tackles the 80% use cases of this would be a really helpful next step.
I would lean towards making the change out of the "principle of least surprise", and then exposing the old fast-but-dangerous behavior as `encodeUnsafe()`. 👍
This is still an issue. If you go to and try to add the word, it gets increasingly krakozabra as you go through the steps (`berlÃn`, then `berlÃÂn`, etc).
I think how this should work is that I input `"Hello"` or `"He said, 'Hello'"` without any extra spaces, and typst adds whatever thin spaces etc are appropriate for the...