Ryan Trinkle
Ryan Trinkle
This has not been extensively tested, but it did work on the one Ubuntu machine I tried. To build, do this: nix-build ./project.nix -A proj.ghc.chainweb-portable To install, take all the...
- [ ] Add a test that runs `ob deploy init` on a directory with an existing `backend_known_hosts` file and checks that it succeeds
- Favicon - iOS and Android icons
`ob thunk pack` needs to be extremely careful not to delete anything the user might want to save, because it deletes stuff that could easily be important. However `ob deploy...
Right now it says: ``` Untracked files: (use "git add ..." to include in what will be committed) DEPLOYDIR/ nothing added to commit but untracked files present (use "git add"...
### Verification - [X] I searched for similar feature request and found none was relevant. ### Pitch us your idea! I'd like my watch to alert me when it has...
## 🐛 Bug Report When syncing a snarkOS node from scratch, I get stuck on block 1002806. I started syncing using snarkOS built from 67c1bc967 and hit this error. Then,...
I sometimes like to associate embedded files with the specific modules that import them; this lets me do that a little more easily.
This allows the author of a category to control which objects can be duplicated or destroyed Feedback would be very welcome! There were a few spots I had to fix...
Would it be reasonable to drop the connection lock here? https://github.com/lpsmith/postgresql-simple/blob/14d00c22713aab7d55a81a81b47cc5bb7280398f/src/Database/PostgreSQL/Simple/Copy.hs#L135 I'm working on some code that needs to interleave (blocking) getCopyData and putCopyData. It seems to work for me...