Zachary Buhman

Results 30 issues of Zachary Buhman

metadata-only updates should be allowed

bug

``` 16:56:16 +oats my intention was to create https://ptpb.pw/n/oats/foo 16:57:42 +oats would something like what I wanted be possible to implement? 16:57:57 +buhman I'd rather it work more like: 16:58:01...

enhancement

``` 21:17:37 sudokode buhman: shame you can't GET a uuid 21:17:49 sudokode that would simplify this 20:50:11 sudokode gotcha. yeah that makes it much cleaner 20:50:27 sudokode tries label, then...

enhancement
question

There's some patterns like this: ``` python cur = model.get_digest(stream) if cur.count(): return 'already exists' else: model.insert(stream) ``` Digest is indexed, so catching `DuplicateKeyError` is sufficient. No idea who wrote...

bug

``` 00:17:45 buhman https://ptpb.pw/aFov fixed 00:18:43 halosghost looks fancy 00:19:19 buhman maybe I should make that a 'show me all the routes' 00:19:25 buhman /lr 00:19:31 halosghost sounds good :)...

enhancement

because @polyzen is too shy to open this himself, I'm opening it. It's desired to execute code and provide stdout similar to how codepad does things. I imagine we'd sandbox...

enhancement

One of the most critical things about a pastebin is that it must _always_ work, even through the zombie apocalypse. People want to put their shit up on a pastebin...

bug

Isn't the API server a single point of failure? What does this claim mean?

It looks like `validateEncodedJwtWithEncodedSecret` calls `encodedSignature` which ends up calling `j.s.Signature.sign`; this value is compared literally with the input signature value. This does not match the description of `RS256` from...

http://curl.haxx.se/libcurl/c/libcurl-multi.html In particular I'm interested in > Enable the application to wait for action on its own file descriptors and curl's file descriptors simultaneous easily. Roughly, you should be writing...

enhancement