Bryan Burgers

Results 22 issues of Bryan Burgers

Does https://github.com/Level/levelup provide any prior art that can be used? It's a binary object store that uses keys and values, and has a lot of backends implemented (which problem means...

On Windows 7, the output is not the image, but an image of the source code for the SVG. This only occurs if the SVG does not have an XML...

A start to the task of refactoring to improve synchronization and add more testing to Homu. More information about the target end goal can be found at the Proof-of-Concept PR...

Include the `merge_sha` in BuildFailed, TryBuildFailed, and TimedOut metadata comments. This helps with synchronizing historical data, and will help in the future correlating which build a failure is associated with....

Currently, once a pull request has been approved `r+`, it can not be tried. There are times when we want to do a timer run, even after `r+`ing the merge...

It appears that sometimes, the result of a **try** build can trigger a merge to master. This seems to occur when the PR is approved between when the try build...

Support more testing use cases by adding a way to override the current time that is returned by `Utc::now()` and `Local::now()`. ```toml [package] resolver = "2" [dependencies] chrono = "0.4"...

design
waiting-on-author

It looks like this discussion was started in #64 but the use case went a different direction. I need a way to get the DNS names from a certificate. The...

When using the [upcoming invoice](https://stripe.com/docs/api/invoices/upcoming) endpoint, the response represents an invoice that doesn't exist yet, and does not have an `id`. > Note that when you are viewing an upcoming...

future

Does postgres return line/column numbers in its parse tree? If it does, is it possible to put them in the JSON output? I would like to use [node-pg-query-native](https://github.com/zhm/node-pg-query-native) to split...

enhancement