Brandon Elam Barker

Results 84 issues of Brandon Elam Barker

It appears gist.github.com now uses zip instead of tar.

I've had trouble in the past with curl on nix - but curl itself works fine on the file, as shown below. I modified default.nix slightly to use a different...

This would be somewhat like [ZIO](https://github.com/zio/zio). I'd be happy to take an initial stab at it if you prefer. Some notes on types and type aliases can be seen here:...

I recently had (possibly good) cause to have a function like this: ```haskell seOrExit :: SX.SomeException -> SomeNonPseudoException seOrExit e = case SX.fromException e of Just se -> se Nothing...

When attempting email addresses like `foo@`, this gives ``` Email validation error: Could not match character '[' ``` Which is correctly marked as invalid but the message itself does not...

Output from `./gradlew build`: ``` Download https://repo.maven.apache.org/maven2/com/typesafe/sbt/incremental-compiler/0.13.15/incremental-compiler-0.13.15.jar Pruning sources from previous analysis, due to incompatible CompileSetup. /home/brandon/workspace/Farseek/build/sources/main/scala/farseek/block/package.scala:47: ambiguous reference to overloaded definition, both method getObject in class RegistryNamespacedDefaultedByKey of type...

1.12
build

bbarker@pop-os-thelio-major:~/workspace/cosmic-term$ [2024-01-16T19:47:41Z WARN wgpu_hal::gles::egl] No config found! [2024-01-16T19:47:41Z WARN wgpu_hal::gles::egl] EGL says it can present to the window but not natively [2024-01-16T19:47:41Z ERROR winit::platform_impl::platform] X11 error: XError { description: "BadMatch...

I'm not immediately sure what may have caused this change in behavior. ``` error: builder for '/nix/store/3l3r4zjcr30g9z7scjdr8zvkvw8p0707-unison-code-manager-0.5.24.drv' failed with exit code 1; last 10 log lines: > patching script interpreter...

Hello, I've been getting familiar with bevy_save while trying to use some other game plugins that take care of a lot of component handling and initialization. My current conclusion is...