-
### Development Issue
Unsure
### Phone Version
1.2.96
### Issue Description
When the resource has started, an error pops up in the server-sided console. I'm unsure if it does anything but I feel …
-
middleware is just a fancy term for takes, does something, returns
So the function should take an argument
```
function fn(arg){
arg = `${arg}_mn`
return arg
}
```
then do something to that …
-
http://discordjs.readthedocs.org/en/stable/docs_client.html#messageupdated
Discord.js: NPM 5.3.2
Node: LTS 4.2.3
``` javascript
bot.on('messageUpdated', function(newMSG, oldMSG) {
console.log('['…
-
**Describe the bug**
TypeScript imports don't work.
**To Reproduce**
```typescript
import BadWordsNext from 'bad-words-next';
const badWordsNext = new BadWordsNext(); // Throws, not a class c…
-
### Report for:
https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_15_DnsFilter/filter.txt
-
Your Rocket.Chat version: 0.35.0
When making "Allow Message bad words filtering" True, a database of bad words are blocked. However some of those bad words, are not bad words. I'd love an easy way fo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
like i said, tweeting certain people names and not even ooc shit will get you banned on twitt…
-
Hi Sáng,
Mình muốn sử dụng package này trong dự án TS của mình mà không được vì không có types. Bạn có dự định hỗ trợ TS không? Mình sẵn sàng làm 1 PR nếu cần thiết.
-
**Is your feature request related to a problem? Please describe.**
Required to close proxy objects on the server side for security reasons. With classic remoting this can be done by System.Runtime.Re…
-
I want some sort of a validation system for the signup process to prevent anyone from making a username that's racist or means.
An error should pop up like an alert() or a message under the form te…