Viewing profile — ericdevries
ericdevries
HN member- Joined
- Wed, Jul 17, 2019, 9:51 PM UTC
- HN karma
- 15
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About ericdevries
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #25993229
We use fastapi in production too, but the problem we faced with sync stuff in combination with sqlalchemy was that the sessions (which we inject using Depends) were created before …
-
comment
Comment #25299760
The 30hz thing might be because of an older hdmi version, like 1.4. I have had the same issues and it was a hardware limitation
-
comment
Comment #22131257
What is the experiment?
- story
-
comment
Comment #21957896
How much does paddle cost? It is very difficult to find any pricing information online
-
comment
Comment #21957869
How much does paddle cost? I can't find any pricing information on their website
-
comment
Comment #20467736
I guess it is not common, but by using the = operator you would not get the warning, and instead get unexpected behaviour.
-
comment
Comment #20464432
One of the good things about not using the "=" operator is that you cannot accidentally turn a comparison into an assignment, a feature that is a common cause of errors in other la…