Zander Hill

Results 52 comments of Zander Hill

Chiming in for a perspective of a current user: When considering dagu-like solutions, I was drawn to the design's simplicity and easy introspection. I also considered temporal at the same...

Thank you for the excellent error message that leads here and more broadly for `dax` 💯

Interesting. It does not give this same issue when I did the following: 1. Setup Gemfile that includes RubyZip, rake, and fast_xs. Ran `bundle install`. 2. Then ran test suite...

My next step in troubleshooting it was to implement the solution showing in the linked [Gist](https://gist.github.com/e7d2855435654e1ebc52). I swapped out the .write() method for .write_buffer() and brought the code back to...

Going on the assumption that something in the RubyZip gem was causing an issue that isn't present when using standard unix tools for the compression aspect, I re-wrote my program...

I just saw an error about a Map on another cache-manager plugin today and if default serialization is JSON.stringify, there's additional work needed to serialize transparently: https://github.com/rolandstarke/node-cache-manager-fs-hash/issues/14#issue-1635979064

Ok, I've been thinking about this and I prototyped a simpler solution that those implicit behaviors as follows: 1. Use a .tomeignore file in the root directory to control whether...

Fixed if we incorporate the CI setup I setup here: https://github.com/zph/tome/blob/master/.github/workflows/main.yml See homebrew recipe: https://github.com/zph/tome/blob/master/pkg/brew/tome.rb

@toumorokoshi Are you interested in me contributing this CI setup back to this tome repo?