Evžen Wybitul

Results 27 comments of Evžen Wybitul

Pardon my ignorance, does that mean that once you get Flux working with AMD GPUs, support for Metal will come with it?

I’ve seen this, I’m not sure whether it’s under active development (last commit in Nov), and what it (at least roughly) means time-wise for Flux on Apple Sillicon. Is it...

Do we have any way to find out which expressions are binding, without resorting to some sort of string pattern match?

That's good to hear. Looks like something a beginner like me could handle. I guess you'd like to stick to DrRacket's behaviour here as well. Is there any documented list...

Great to hear that, thanks! And what about the entry points? Is there any work to be done suitable for a intermediate racketeer?

Hey, I decided to revive this old issue. I've gotten requests to integrate code formatting into my vscode extension [magic-racket](https://github.com/Eugleo/magic-racket), and you have that listed as WIP as well. I...

@jeapostrophe I think the LSP has already included semantic coloring, see [link to VSCode docs](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#semantic-token-provider). It would be cool to have something like this, regexes aren't very good for things...

Surely a step in the right direction IMHO. Why not ditch the await completely, though, given that it’ll be confusing in 99% of cases?

I'll take a look at the functions, bit by bit, starting with the `Lazy Basic` category, i.e. the things missing from `NonEmpty`. I'll update this comment later with the other...

Added a link to this issue in the README, closing. Thanks @elmisback for the detailed investigation and the workaround!