-
This may be an issue centered around my RAM or motherboard though, as I only have 8GB RAM and my motherboard seems to be pretty terrible. I have a 4790k @ 4.5ghz and an RX 480 8GB OC from XFX.
**Spec…
-
Adding this as a PUT resource causes this error in the latest versions of Concourse:
```
json: cannot unmarshal object into Go value of type []atc.Version
```
It looks like the `check` and `in` fi…
-
Actually a lot of authentication stuff is probably not well implemented, but I really want to make a guide to using this for twitch bots and I can't without this functionality.
-
Hello!
I randomly get this error, and then my bot crashes. Even tho I am not using any events like OnMessageReceived.
This is a screenshot of the exception:
http://prntscr.com/inaxek
-
I have to allow POST request from Perfect Money to my site. How to do this? Its always showing
Unable to verify your data submission
While I have added
`public function beforeAction($action) {
…
-
Hi there,
I have spent about 4 hours trying to get this to work, finally ended with this error after "Finished generating code". Hopefully someone knows how to fix it. I have 100% pulled code from …
-
### Description
While the performance isn't bad in the latest benchmarks, it should be 10 times better. Our internal testing shows at least 1 million requests per second on a smaller 32core system…
-
I'm trying to write a module that will allow the user to spam the channel with a message for a number of times so I'm using a loop to send the same message again and again. My problem is that if I add…
-
Stuff like this needs regex.
```c++
User::User(std::string mask) {
static std::string error_msg = "Could not parse mask string into a user.";
try {
size_t exclam = mask.find("!");
i…
-
In webhooks page in the wiki in the part that involves nginx you said put the code:
updater.start_webhook(listen='127.0.0.1', port=5000, url_path='TOKEN1')
updater.bot.set_webhook(webhook_url='htt…