Dhavan Vaidya

Results 17 comments of Dhavan Vaidya

Kindly add support for `Icomplete` as well, while we are at it.

Unfortunately, I do not know. But I'll find out. :)

We now have 0.1 tagged! :D

With packages like `vertico`, the completions are broken on macOS. Faces setting is `(default ((t (:family "Monaspace Argon" :foundry "nil" :slant normal :weight regular :height 140 :width normal))))` and this...

This happens with [gujarati](https://en.wikipedia.org/wiki/Gujarati_language). I tried doing the following: - Layout -> User Interface -> "Allow Special Characters in Room Names" - General -> UTF8 -> set regex to `.*`...

Here is what I've found: [createChannel.js](https://github.com/RocketChat/Rocket.Chat/blob/develop/app/lib/server/methods/createChannel.js) calls [createRoom](https://github.com/RocketChat/Rocket.Chat/blob/d921707dafb877f687ddbefd8a00b0d34125bc32/app/lib/server/functions/createRoom.js#L14) which, on [#53](https://github.com/RocketChat/Rocket.Chat/blob/d921707dafb877f687ddbefd8a00b0d34125bc32/app/lib/server/functions/createRoom.js#L53) calls [getValidRoomName](https://github.com/RocketChat/Rocket.Chat/blob/develop/app/utils/lib/getValidRoomName.js#L7) which is trying to "slugify" the name. In the process, it seems non-ascii chars are removed from...

This might feel like I'm using the issue as a scratchpad, but I'm not I promise, sorry! [getValidRoomName.js#21](https://github.com/RocketChat/Rocket.Chat/blob/develop/app/utils/lib/getValidRoomName.js#L21) uses [limax](https://www.npmjs.com/package/limax) to generate `slugifiedName` if `UI_Allow_room_names_with_special_chars` is set to true (which...