Brady Wetherington

Results 14 issues of Brady Wetherington

Perhaps optionally (with a checkbox or something) But I would like something that looks visually distinct so I can be reminded that Downworthy has changed the content - I was...

So I've been toying with this tool and think it's *great*! I'm going to use it to power a private internal repo at my job. But one thing I'm a...

This is an attempt to better-handle problematic notifications - incorrect Slack webhooks, invalid email addresses, and the like. A try/catch block now wraps the notifications that fire on both checkin...

backend

Great notes here: https://github.com/BriteVerify/node-sftp-server/issues/42 But, basically, you need the long-listing attribute to be set right to read a directory. The best fix will be to dynamically generate the longname attribute...

Right now we respond with some very low-level, close-to-the-metal things in our `stat` implementation, as well as our directory-listing implementation. Like: ```js statresponder.is_file(); // Tells statresponder that we're describing a...

The Reader and Transform classes should be refactored and made to inherit from Responder class. In the SFTPSession class, there are lots of references to `this.sftpStream.handle()` or `this.sftpStream.status()` etc. That...

To maintain compatibility with older versions of Node, I don't think I want to switch us to ES6-style classes right now. So the inheritance throughout the library currently uses a...

This is a surprisingly hard problem to solve for some reason I don't fully understand. But because the new Label rendering engine actually generates PDF's based on fonts that are...

frontend
backend
translations

The legacy language warning was misfiring when a user's language didn't match the APP_LOCALE from .env. Additionally, we weren't properly warning when the legacy-language came from Settings or from the...

backend

This could absolutely be my own screw-up, but I'd love to get your collective eyes on this issue I've been having with Azure. I'm getting the following exception when I...