Troy Deck

Results 6 issues of Troy Deck

For larger channels that might be a point of entry for newcomers seeking help, having an @team record would ping too many people. But it's useful, so I got a...

Not sure how to implement this right now. The suggestion was @teamhere, but that requires a second bot user account to share the same team directory.

I think I want this to be behind a config flag. There are a couple ways we can make this less spammy. One is to send the duplicate message with...

When encountering an error in an async function, rollbar seems to hang indefinitely and suppress all logging. Here is a small proof of concept app: ```js const express = require('express');...

I was working on the following code, which displays a window despite calling `vpl.save_fig()` with `off_screen=True`, when I discovered that the real culprit is the call to `zoom_to_contents()` displaying the...

bug

Many platforms have a directory for user binaries that is already part of the PATH. This is useful when your application wants to set up some helper utilities by symlinking...