andrew
andrew
I am relatively new to this application, but I don't think there is a way to access the 2FA codes from your browser. I think a feature should be added...
Hello! I've been using this module to parse the versions of NPM packages. It works 95% percent of the time, but occasionally it errors from a constraint like `2 >=2.7.0`....
As discussed in the discord, this PR adds experimental Nix support via a `default.nix` file and a small note in the README. While this is great and all, it still...
Improves JavaScript codegen by adding [type references](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-types-) to JS files when TypeScript types are generated. Example: ```javascript /// import { CustomType as $CustomType } from "./gleam.mjs"; export class Woo extends...
I've built out the basic framework for typing indicators. This adds - Typing Indicators (duh)y - A new component (which @kognise wasn't to happy about at first) - Some basic...
Add some features that are common to this style of messaging application like: - [x] **Markdown Support:** Allow users to style their messages with markdown syntax - [ ] **Embeds...