This sounds like a good setup - if you don't mind me asking, what do you use for your auto scaling metric? Also curious how much y'all isolate it from your other infra. I've thought about this but I've been torn on…
A little off topic, but I'm pretty sure the logo is just a recoloring of the Drizly (alcohol delivery company) bear logo, with the text removed. I'm sure it was just on Google images or something, just funny how…
GitHub does support that workflow, if I'm understanding you right. You can set the target branch on a PR. So pr A targets main, B and C target A. After you merge A, B and C even get automatically retargeted to main (or…
What we did to avoid that bottleneck was just turn off the prettier eslint rule in CI and just run the `prettier --check` command they recommend in their docs. We also have it set to only run in changed files which…
You can definitely serve content like that from your server and have the app render it (no website required). The review process would not block that. You could also serve a change like this with an OTA update, again no…
> I take this more to mean that the logic you're trying to implement has a fixed, non-zero level of complexity (sometimes called "essential" or "inherent" complexity), which forms the complexity floor of your…
How does that compare to uBlock Origin?
I've never seen last password auto fill, I've always had to use cmd+\. What browser were you using?
Would you mind linking to your PR? Would love to take a look.
This sounds like a good setup - if you don't mind me asking, what do you use for your auto scaling metric? Also curious how much y'all isolate it from your other infra. I've thought about this but I've been torn on…
A little off topic, but I'm pretty sure the logo is just a recoloring of the Drizly (alcohol delivery company) bear logo, with the text removed. I'm sure it was just on Google images or something, just funny how…
GitHub does support that workflow, if I'm understanding you right. You can set the target branch on a PR. So pr A targets main, B and C target A. After you merge A, B and C even get automatically retargeted to main (or…
What we did to avoid that bottleneck was just turn off the prettier eslint rule in CI and just run the `prettier --check` command they recommend in their docs. We also have it set to only run in changed files which…
You can definitely serve content like that from your server and have the app render it (no website required). The review process would not block that. You could also serve a change like this with an OTA update, again no…
> I take this more to mean that the logic you're trying to implement has a fixed, non-zero level of complexity (sometimes called "essential" or "inherent" complexity), which forms the complexity floor of your…
How does that compare to uBlock Origin?
I've never seen last password auto fill, I've always had to use cmd+\. What browser were you using?
Would you mind linking to your PR? Would love to take a look.