Aziz
Aziz
The following code should work, but does not: ```js getSlug("ديسكورد", { custom: { "ديسكورد": "discord" } )}; ``` Result: `dyskwrd` Expected result: `discord`
Great tool, would be nice to have support for Hebrew letters (`he`/`iw`) Reference: https://en.wikipedia.org/wiki/Romanization_of_Hebrew
Hello, the NPM README/docs has an invalid example code https://www.npmjs.com/package/http-post#examples ``` http.post('http://localhost/postscript.php', { name: 'Sam', email: '[email protected]' }, function(res){ response.setEncoding('utf8'); res.on('data', function(chunk) { console.log(chunk); }); }); ``` `response.setEncoding('utf8');` should be...
Native support for external URLs instead of local file / animation data would be great.
### Description The following error occurs when opening the CDN URL of a GIF sticker (custom server sticker): > NoSuchKey > The specified key does not exist. No such object:...