Roj

Results 53 issues of 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...

Co-authored-by: jgcarrillo Co-authored-by: Roj Co-authored-by: Ciki Momogi Co-authored-by: KnorpelSenf

ready for translation
:indonesia: ID

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: ![image](https://user-images.githubusercontent.com/49933115/175772013-ae8e074a-d1b3-4df7-aa39-96cb31cee800.png)

Related conversation: https://github.com/exhibitionist-digital/ultra/issues/221#issuecomment-1342878076

bug

**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...