David E. Wheeler
David E. Wheeler
Yes, that sounds good, will allow one to have the app fail on startup and exit if the resource isn't available and not in the cache, but at some later...
Thanks. I ended up using `github.com/golang-jwt/jwt/v5` in my project. Hope this helps others, tho!
Oh sure. Not that I made a detailed analysis, mind, but I started with `github.com/golang-jwt/jwt/v5`, couldn't figure stuff out, found your much better documentation, worked out the pattern I needed,...
I'm not sure this is desirable or even useful, as Stefanie Janine Stölting [points out](https://digitalcourage.social/@sjstoelting/115272127885656313): > On git clone all file are becoming owned by the current user and the...
Sure, a lot of the same logic could be used for that purpose; would just change directories instead of checking out a branch. Anyone got the tuits to work on...
Thanks. I get all that, but I still have questions what to do about some situations: * [Here](https://github.com/theory/jsonpath/blob/11c4071d6025689bcea5dd7d64790290995e97d9/compare/compare_test.go#L76) and [here](https://github.com/theory/jsonpath/blob/11c4071d6025689bcea5dd7d64790290995e97d9/compare/compare_test.go#L90-L92) I simply ignore errors when there is no consensus. *...
Great, that's what I needed to know. I [updated my tests](https://github.com/theory/jsonpath/commit/deb33efcd7a4bcf60a9f228f9d6d2b1ebb4965fe) to skip cases with no consensus. That eliminates all the unknowns in the tests themselves (I was already tracking...