Leo Correa

Results 21 comments of Leo Correa

Changes can be followed on https://github.com/Tonkpils/snag/tree/decouple

@robertoandrade thanks for that details and very pun-filled issue ๐ŸŒ. Seems like it should workโ„ข, I'll have a look at it. What OS are you running?

So the issue is that we expect the commands to finish doing their job before allowing them to be killed as seen by this mutex https://github.com/Tonkpils/snag/blob/master/vow/promise.go#L119 . Removing the mutex...

@JasonMannon when you tried out the sample, did it not work for you? Aside from the extra `'` it seems like the rest should work. `File#exist?` ensures the file exists...

I believe someone forked this repo recently and made a commit for this https://github.com/nutjaa/ember-sweetalert/commit/e266799a336b08c33c0cd8f155bfe5699e812601 I'm not sure if that's all that is needed for fastboot compatibility but I'd be happy...

I have a PR that moves us to the lastest 2x LTS https://github.com/rubyforgood/Flaredown/pull/657. The failing CI is from Node versions 16 and above which is expected until we upgrade further....

@johnpaulashenfelter One thing that I'm thinking is missing from staging is proper mongoDB credentials. The app seems to be failing in staging due to a mongoDB issue on the user.

@w0rp ๐Ÿ‘‹ after a bit of a discussion in my Sorbet PR https://github.com/sorbet/sorbet/pull/8796, it seems like the sensible thing is for ALE to not predefine an empty dictionary and instead...

๐Ÿ‘‹ @w0rp any thoughts on this?

> Correct me if Iโ€™m reading your other issues wrong, but the error you saw came from lua, and I donโ€™t think ALE uses lua, so that error comes from...