Robert Hailey
Robert Hailey
Hey, I just noticed this issue while testing edge cases: ``` strtotime('2014-05-14 0:23') -> 2014-05-14 00:23:00.000 strtotime('2014-05-14 0:23p') -> 2014-05-14 12:23:00.000 strtotime('2014-05-14 1:23') -> 2014-05-14 01:23:00.000 strtotime('2014-05-14 1:23p') -> 2014-05-14...
### CLI Version linode-cli v5.57.0 Built from spec version 4.198.0 ### Command linode-cli obj ls ### Output ``` Traceback (most recent call last): File "/home/user/.local/bin/linode-cli", line 8, in sys.exit(main()) File...
Presently, when an exception is thrown in the request handling code, the behavior is to simply return the stack trace back through the response channel with a 500 http status....
While experimenting with artipie, I was unable to get the `_storages.yaml` file to be recognized in the configuration root (e.g. `/etc/artipie`), but after some poking around I found that it...