Aries
Aries
```typescript import Moleculer from "moleculer"; import { Service } from "moleculer-decorators"; import HttpGateway from "moleculer-web"; @Service() export default class HttpService extends Moleculer.Service { public mixins: any = [HttpGateway] public name...
If an async function throws without a catch block, nothing happens, unlike Node where the process terminates.
### Version 0.1.5 ### Platform Linux 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? // this works, the...
* [x] request a *feature* will there be official support for https://deno.land?
https://api.modrinth.com/api/v1/users?ids=[%22rubybb%22] doesn't work, is there a way to fetch an array of users by their username?
is this still maintained?
After just briefly looking over the source for this project, It's rather clear there's a gross lack of standardization of indentation, naming, documentation, and such. I think the best bet...
Kutty seems to be created with Alpine.js, and while it's a great library, not everyone is using it and it's just dead code if they import Kutty into their project...
This issue is causing me a fair bit of problems when querying for episodes.
The package doesn't currently have any tests, I'd like to ensure code changes doesn't cause regressions and break the publicly exposed apis.