David Bruce

Results 7 issues of David Bruce

When I create a dump from a database over the network it does not order the dump properly. Because of this I am unable to restore the dump preventing me...

I have attempted to work around https://github.com/Qovery/Replibyte/issues/208 by creating a manual dump file and then processing it with Replibyte. This unfortunately does not work and it just spins forever. ```...

bug

Would it be possible to implement functionality to support parallel dumps and restores? pg_dump: >-j njobs --jobs=njobs Run the dump in parallel by dumping njobs tables simultaneously. This option may...

I needed this functionality for loading some .png files at compile time. Helper Macro I'm using that relies on compiletime: ``` class ImageHelper { #if java public static function imageFromBase64(base64:...

I'm running into an odd issue where the GUI for emacs is freezing when I am doing clojure development with CIDER. It's pretty easy to reproduce: 1. `lein new app...

Originally from: https://forum.nim-lang.org/t/6679 I ran into a incredible frustrating issue where my compiler was seg faulting due to missing a ref in a type declaration. In the below code just...

Severe
Regression
Compiler Crash
Recursive Types

I was able to get HxGodot to build on my M1 MacBook by modifying the `SConstruct` to include `arm64` as an architecture and pass `-D HXCPP_ARM64`, but it crashes immediately...

bug