Christopher Carlile
Christopher Carlile
Am getting this behavior with array size 5 and any count.
I experienced this with `the Ammonite Repl 2.5.1 (Scala 2.13.8 Java 17.0.1)` and fs2 version `3.2.4`: ``` @ Stream.emit("hello") cmd1.sc:8: exception during macro expansion: scala.MatchError: [x]fs2.Pure[x] (of class scala.reflect.internal.Types$PolyType) at...
I have this in my init.el to do exactly that: ```elisp (defun mine-restclient-copy-curl-command () "Formats the request as a curl command and copies the command to the clipboard." (interactive) (restclient-http-parse-current-and-do...
Why doesn't restclient send a user agent? I have found several APIs that behave strangely when a user-agent string isn't provided, and often error messages returned aren't so precise in...
@eikek How did you get scala snippets working with ammonite?
I came to the repo specifically to find this info - maybe it should be added to the README?
I'm experiencing similar behavior when I turn my monitor off an on, except only the bar disappears (I'm still able to invoke a e.g. launcher widget from the wm keybinds)...
I will add that invoking the inspector after power cycling the monitor, all the per-monitor windows seem to be gone, but e.g. the AppLauncher widget is still listed. Attempting to...
@kotontrion Thanks for hopping in and providing this info! For my own edification: > This is because the monitor disconnected, which then destroys all windows bound to that monitor. Is...
I ended up using a lens to remove the discriminator. Would you be open to accepting a PR with something like this? ```scala import monocle._ type ReferenceOrSchema = ReferenceOr[Schema] val...