Leif Andersen

Results 103 comments of Leif Andersen

Another possibility, did you leave remux or any other launchers installed?

Sad, but makes sense. Would it be worth adding a note that `:optimizations` must be either not provided or set to `:none` on this page?: https://figwheel.org/docs/testing.html

No worries. Thank you for making frog.

Any updates on this issue? I would love to see this become a part of frog. (Running mathjax at page view time also makes me cry)

The bit of code is here: ``` (define h (for/fold ([h (hash)]) ([s (string-split plain-text "\n")]) (match s [(pregexp "^ *(.+?): *(.*?) *$" (list _ k v)) #:when (member k...

> The only downside that occurs to me would be the disappearance of warn. True. Although perhaps that could be configured in the blog's frog.rkt config file? Perhaps something like...

That's a really good idea. I'll actually set up a very small compiler I think demonstrates a lot of nanopas's features. And then write it up as a tutorial.

(Also, thanks so much for opening up this issue. :) )

I agree. @akeep Do you think it would make sense to make it consistent?

Yup, which is here: https://docs.racket-lang.org/net/sendurl.html FWIW @bennn I agree it would be cool. But I'm not aware of an easy cross platform way to do it. But if major browsers...