Qais Patankar
Qais Patankar
This project looks amazing. I don't use this project yet. I currently have a custom setup for three-way bridging. 1. custom software for irc discord 2. open-source bridge for slack...
**Is your feature request related to a problem? Please describe.** Bridging between the same platform should transfer mentions, emoji and embeds better. Text formatting isn't consistent between platforms. - Mentions...
#### Input [→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aextend%20T%3A%3ASig%0A%0Aa%2C%20b%20%3D%20%22foo%22) ```ruby a, b = "foo" ``` #### Observed output ``` No errors! Great job. ``` #### Expected behavior "Tried to destructure String, b is...
Hi, I've got a tiny package here https://github.com/qaisjp/go-discord-irc/tree/master/irc/format which deals with irc text formatting. The code is essentially ported from the following Node packages: - https://www.npmjs.com/package/irc-formatting - https://github.com/reactiflux/discord-irc/blob/87a3458bdde48290960405f2bf0cf53b7ff17b5e/lib/formatting.js#L25 I'm currently...
``` /* define schema employee, here employee can contain any number of attributes, but it has to at least contain integer attributes eid and age */ schema customer(id:int, name:text, city:text);...
Input example: ```cosette /* define schema employee, here employee can contain any number of attributes, but it has to at least contain integer attributes eid and age */ schema customer(id:int,...
**Is your feature request related to a problem? Please describe.** In https://github.com/multitheftauto/mtasa-blue/commit/0cffa9215f4601e42b2dfbc254040aeda3caa8f0 the `whowas` command was removed. I can't use it anymore 😢 **Describe the solution you'd like** Please implement...
**Is your feature request related to a problem? Please describe.** There is a "network" tab and some existing code ([client](https://github.com/multitheftauto/mtasa-resources/blob/master/%5Badmin%5D/admin2/client/main/admin_network.lua), [server](https://github.com/multitheftauto/mtasa-resources/blob/master/%5Badmin%5D/admin2/server/admin_network.lua)). **Let's brainstorm features to put into this tab.** **Describe...
**Is your feature request related to a problem? Please describe.** I would like to mute abusive players. Permanently. **Describe the solution you'd like** An option to mute players permanently from...