Andrey Snow

Results 39 comments of Andrey Snow

@tyt2y3 @billy1624 I've updated workflows that use SQLite to `ubuntu-22.04`

@billy1624 related sqlx [issue](https://github.com/launchbadge/sqlx/issues/1596) and SQLite forum [post](https://www.sqlite.org/forum/forumpost/e0c7574ab2). It's a bug in SQLite that is fixed, but not in the version installed on runners 🤦‍♂️. I think it's passing on...

@chenrui333 Hard to tell. According to atlantis documentation, mergeable requirement includes review from CODEOWNERS already. My issue isn't that I want PR to mergeable only after atlantis did apply, my...

@chenrui333 Noticed another thing, I was able to trigger apply as Org admin that can technically merge anytime by clicking checkbox. A regular contributor wasn't able to apply before approval....

@lilincmu I will try to find time to test it out next week.

@maxcountryman lock indexmap like this: `indexmap = "~1.6.2"`

@LukeLR https://github.com/andoriyu/emoji-extrator-cli

Basically it doesn't work with 3.9.x. All transactions grouped into single one.

I spend sometime trying to fix that, but couldn't and simply checked out 3.8.x.

Yeah, I'm interested. I made trampoline already for my use case, but that one is specific to my function. On Wed, Apr 8, 2020, 1:04 AM Michael Bryan wrote: >...