Alex Hurst

Results 14 comments of Alex Hurst

@zeeshanali786 It's hard to diagnose this because of the lost formatting in your code samples, especially the YAML. Are you able to edit so that the all the code samples...

Thanks for the tip! On macOS, this didn't work for me until I patched `cli.js` to call `new Dalai('~/dalai-venv-py310').install(...` instead of calling the constructor with no args. Dalai looks for...

Here's a shortcut that doesn't require a service. Generate a URL that encodes the end time (for countdown timers) or the start time (for count-up timers). Start your timer, share...

Thanks @qoomon . Wanted to share my appreciation for the simplicity of your design here. I think it captures the spirit of the original Time Timer quite nicely.