Roj
Roj
I think there should be an option to make command names case-insensitive, or do it by default. ## Use Case There are many use cases for this, and here's an...
Closes #111.
Co-authored-by: jgcarrillo Co-authored-by: Roj Co-authored-by: Ciki Momogi Co-authored-by: KnorpelSenf
Currently, if a falsy value (e.g. `throw 0`, `throw undefined`, `throw null`, `throw ""`, `throw false`) is thrown inside a handler, `XRPCNotSupported` is returned while that handler is actually implemented....
https://github.com/telegram-mini-apps-dev/awesome-telegram-mini-apps#readme **A curated list of awesome things related to Telegram Mini Apps** ### By submitting this pull request I confirm I've read and complied with the below requirements 🖖 **Please...
Both ordered and unordered lists look like this: 
Related conversation: https://github.com/exhibitionist-digital/ultra/issues/221#issuecomment-1342878076
**Describe the bug** Version: 19.0.0 **To Reproduce** ```ts import { Project } from "ts-morph"; const project = new Project(); project.addSourceFilesAtPaths(["a/x.ts", "a/y.ts"]); ``` **Expected behavior** Must behave like adding each file...