Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
liamfd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
liamfd
2y ago
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 wheth
2.
▲
by
liamfd
3y ago
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 instantly recogniz
3.
▲
by
liamfd
3y ago
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 whatever you me
4.
▲
by
liamfd
3y ago
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 helps a lot. We generally
5.
▲
by
liamfd
4y ago
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 app store review req
6.
▲
by
liamfd
8y ago
> 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 app
7.
▲
by
liamfd
8y ago
How does that compare to uBlock Origin?
8.
▲
by
liamfd
8y ago
I've never seen last password auto fill, I've always had to use cmd+\. What browser were you using?
9.
▲
by
liamfd
9y ago
Would you mind linking to your PR? Would love to take a look.