Aaron Florey
Aaron Florey
**Describe the bug** I've tried this in docker running :develop and :latest, but i get `invalid character '-' in numeric literal` when trying to upload a Scrapy project using the...
I was having an issue when using include_external_user_ids; The OneSignal API was returning an error: `Platforms You may only send to one delivery channel at a time. Make sure you...
Games should be removed from the wanted list once they have been processed, or set to another status which is hidden from the main page. To keep things cleaner.
I'm writing a AccessRules manager for our application. When creating an item, it just returns true instead of the ID for storage. Would it be possible to get the id...
2013-07-23T09:20:55.568131+00:00 heroku[web.1]: Starting process with command `node server.js` 2013-07-23T09:20:56.909652+00:00 app[web.1]: Listening on 49496 2013-07-23T09:20:57.467555+00:00 heroku[web.1]: State changed from starting to up 2013-07-23T09:21:06.405485+00:00 app[web.1]: 2013-07-23T09:21:06.406259+00:00 app[web.1]: /app/node_modules/redis/index.js:551 2013-07-23T09:21:06.414764+00:00 app[web.1]: Error: protocol...
### Description When using a generic struct as a return type of a public function, it generates invalid typescript ### To Reproduce Go ```go type Collection[T interface{}] struct { Data...