Chris Watson

Results 182 comments of Chris Watson

So I've been doing some digging around because I really want to use this to make userbot, but not having outgoing message support is obviously a deal breaker. I added...

@penn5 that I can definitely agree with

I'll just drop this here in case it's helpful for anyone finding this issue. [pm2](https://npmjs.com/package/pm2) is a node module that facilitates the deployment of Node applications and provides a nice...

@RomainLanz my only point was that pm2 can be used for deployments. There is also a tool called shipit which works well. I would very much like to see a...

I know this topic was created a while ago, but Laravel does now have built in [Authorization](https://laravel.com/docs/5.5/authorization) and maybe we could look into having Adonis handle it in a similar...

Array's could be parsed a number of different ways, so I have a converter for that. Check out the [CommaSeparatedArrayConverter](https://github.com/watzon/arg_parser/blob/main/src/arg_parser/converters/comma_separated_array_converter.cr).

You can also look [here](https://github.com/watzon/arg_parser/blob/main/spec/spec_helper.cr#L32) for a usage example

I decided since an Array isn't a primitive in the same way int, float, string, and boolean are it made more sense to not give just one way to do...

Just realized that this issue was here. Yeah apparently we ended up porting the same library :joy: when I was looking for a shard like this initially I didn't find...