techygrrrl

Results 7 comments of techygrrrl

Notes from the Discord conversation, for reference: > techygrrrl — 05/08/2022 I haven't tried yet but does TAU have a way to authenticate as one user and send messages and...

Quick summary of our chats on Discord in a quick tech spec document that outlines how we can authenticate bot users with separate callback URLs, store the tokens, and authorize...

This is so awesome! 🚀 I'm getting very excited for this feature! 💯 agree connecting to IRC only when the web socket is being listened to (rather than an always-on...

Thanks @superhighfives for this! I downloaded it and am trying it out and it's working perfectly so far! I've chosen Dock mode and it behaves as expected. Thanks for building...

If anyone sees this and wants to use dark mode for TAU, I made a [user script that hacks on some dark mode](https://gist.github.com/techygrrrl/64f0bb7ae40ed6978a3655e386661554). It has screenshots below the gist. Click...

I'd also like this feature 😄 It looks like someone opened a PR related to this but it also does other things: https://github.com/websockets/wscat/pull/114 The main concern seems to be in...

Similar to Raphael's solution, I used [pyenv](https://github.com/pyenv/pyenv) to install version 2.7.18 and set it as global `python`: ``` pyenv install 2.7.18 pyenv global 2.7.18 ``` Then I changed the `/usr/local/Cellar/pidcat//bin/pidcat`...