Sam Goldstein

Results 50 comments of Sam Goldstein

I've considered version of this idea, but never implemented it for fear I'd be over engineering. So far there has never been a breaking schema change, but perhaps timetrap has...

It is possible, and pretty straight forward. There's a good example in the "Output Formatters" section of the readme. Basically, you can accomplish that with a tiny bit of shell...

@faceleg - I think the wiki for this repo is publically editable. It would be great if you'd add that explanation. Thanks!

@categulario - Just helping respond to issues (which are low volume) is helpful as I'm not always able to get back to folks quickly. @eliasp - thanks for the tip!

@oklohr @categulario I've added you as a collaborators on the repo. Feel free to respond to issues or help with any code changes. Thanks!

I agree that having timetrap look up the directory structure for a .timetrap-sheet file wouild be an improvement. I believe @UnderpantsGnome did the implementation of the .timetrap-sheet autosheets functionality and...

Yeah, it's tricky to implement timetrap in a way to avoid this kind of unexpected behavior while allowing the same level of flexibility in what users can input. (Also a...

Also, for reference, here's where the logic for parsing user provided time strings lives: https://github.com/samg/timetrap/blob/master/lib/timetrap/timer.rb#L13-L32

Hi @davidbodow-st - I'd be happy to look at a PR for the feature you're describing. You'll have to be careful that it's implemented in a way which is secure...

We're long time users of Doorkeeper and having the ability to use dynamic scopes in Doorkeeper would be very helpful to the projects we have planned. 😄 Are there any...