Aaron Sherber
Aaron Sherber
 Interestingly, I can see in the Network tab that calls are being made to the correct URLs, and JSON is getting returned. Are these calls made by the underlying...
Is there anything I can do to help troubleshoot this further? Debugging Chrome extensions isn't really my thing, but I'll do what I can. Would love to see this fixed.
I did some more poking around. In my case, the issue was complicated by the fact that I had enabled the beta Slash Commands feature in GitHub. This seems to...
I can see in the debugger that the `text-expander` is still capturing and processing the `@` and `#` keystrokes.
Okay, time for me to eat crow. After noticing that mention and issue autocomplete was working for me on a different computer, I started comparing extensions, and then comparing settings,...
I'd also be happy to help as maintainer, if @lukencode approves.
I'm happy to help, but this is an area of code I'm not very familiar with. (Which is why I've always used existing utilities!) Can you suggest some pseudo code...
Thanks, I'll take a look!
I'm fine with using the "Sink" terminology. As a user, I think having this just on an individual `Transmission` is what I would expect. My second choice would be to...
I don't think there's any way to do that. Xunit reads the attributes on a method by calling `GetCustomAttributes()`, and the output of that method is non-deterministic.