cgsdev0

Results 36 issues of cgsdev0

example code: ```javascript let arr = []; if (arr === []) { // this can never happen } ``` saw someone on twitch make this mistake in their code, when...

good first issue
for hire

### Astro Info ```block Astro v4.3.2 Node v19.7.0 System Linux (x64) Package Manager npm Output static Adapter none Integrations none ``` ### If this issue only occurs in one browser,...

needs triage

starting this thread to unify ideas we discussed in the discord ## Goal 1:1 port of these parts of TAU to rust: 1. Django served REST API and Websocket API...

enhancement

**Is your feature request related to a problem? Please describe.** I have multiple different clients that listen to events from TAU. It would be convenient if these clients could also...

enhancement

This is a simple workflow to build and push the docker image to https://ghcr.io (GitHub's docker container registry) This might require changing this setting for workflows in the repository settings:...

There's probably still a lot of improvements to make here, but this is a pretty big size reduction to begin with | Base Image | Built Image Size | |...

I moved my type generation code out of my personal project and into a [github action](https://github.com/cgsdev0/tau-types-action) so that it can be easily automated here. You can see a sample of...

hi! i've been messing around with OSC 4 sequences lately to change the terminal's color palette on the fly. i noticed asciinema doesn't support it it's kinda difficult to find...