Joshua Chia
Joshua Chia
Isn't that accomplished just by copying the database.json file?
@AuthorShin IDK if there is a recommended way. I run microbin in docker so for backing up I just backup the entire docker volume to a backup location beyond the...
I'm just saying that there are different forms of backup that people may want to do: - backup to S3 or some other cloud location - backup from microbin running...
OK, then this issue is predicated on the existence of format incompatibility between microbin versions. IDK yet whether incompatibility issues exist. Maybe someone more familiar with the format can comment....
To motivate the discussion and possible solution, do you have a code sample with error messages illustrating the problem to solve?
What's the status of the `mapTasks_` issue? I have a test program (but not a 'test') https://github.com/jchia/async-pool-test The expected output is `12`, but the actual output is `2`. It repros...
I don't think it's Windows-specific. I get the same problem with GHC 8.0.1 on Linux, and adding `extra-lib-dirs` and `extra-include-dirs` to `.stack/config.yaml` didn't help.
@nh2 I used a patched version of the the msgpack/msgpack-haskell on github: https://github.com/jchia/msgpack-haskell/commit/64485b70daade805148bd7c096a5dc13a0bc5627 This is a project setup that has the build error: https://gist.github.com/jchia/09e631bdd44351f7772f3892f4a9f651
I notice that in 9.4.8 & 9.6.4, the package database info uses `pkgroot` as a variable to describe directories like `haddock-html`, but not 9.2.8. 'pkgroot' does not appear in the...
I can see how it would be painful if each release of Cabal has backward-incompatible changes that you have to keep up with. You could say you'll stick to one...