Jacob Barber
Jacob Barber
It's be nice if we could provide an SBT setting which is essentially a `List[FileContents => FileContents]` where each function represents a preprocessor before the file is sent to tut....
Project won't build on a stable version of rust. ``` error[E0554]: #![feature] may not be used on the stable release channel --> /Users/jacobbarber/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.4.6/src/lib.rs:6:30 | 6 | #![cfg_attr(feature = "asm", feature(asm))]...
Main changes happened to the `QuickFixLogger` it is now called `QuickFixAppender` since sbt 1.x uses appenders instead of loggers. Additionally, now the message has to be parsed a tiny bit,...
An exception or something should be thrown here... Otherwise everything that ever manages the lists of Point3D produced will have to do error checking on the nulls. Not throwing an...
I think it'd be very helpful to provide integrations with json/xml/ parsing libs. Ideally we'd provide a function `decoder a -> validator a b -> decoder b`. This way users...
### Modpack FTB Presents Direwolf20 1.20 ### Modpack version 1.12.1 ### Log Files [crash-2024-04-08_19.00.28-server.txt](https://github.com/FTBTeam/FTB-Modpack-Issues/files/14910685/crash-2024-04-08_19.00.28-server.txt) ### Describe the bug Whenever a mining turtle mines a `stella_arcanum` block, the server crashes ###...
Only having 3 sort groups wasn't great for my teams, and I think others will tend to agree.. It wasn't terribly difficult to make the sorting more arbitrary, so I...
This happens no matter what your actual power setting is.
Scalaz needs support for streaming IO, so I think this project should be resurrected. I propose that we update scalaz-stream to reflect the latest version of FS2 (using scalaz in...