HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mivade

no profile record

comments

mivade
·vor 3 Jahren·discuss
cibuildwheel (https://cibuildwheel.readthedocs.io/en/stable/) makes this fairly straightforward.
mivade
·vor 4 Jahren·discuss
Correct. Keys must be immutable and hashable.
mivade
·vor 4 Jahren·discuss
No analogy is perfect. They are intended to help illustrate a concept to gain insight. Ideally when using an analogy its limits should also be described. Luckily the very first link after the analogy is explained does just that: http://hyperphysics.phy-astr.gsu.edu/hbase/electric/watcir3.....
mivade
·vor 5 Jahren·discuss
Makes me think of Fakeblock.
mivade
·vor 5 Jahren·discuss
The bang syntax works though: `!wv malta` sends me to the Wikivoyage page on Malta.
mivade
·vor 5 Jahren·discuss
https://github.com/nlohmann/json
mivade
·vor 5 Jahren·discuss
The difference is simple: NBC was (and still is) free to watch if you have a television and an antenna.
mivade
·vor 5 Jahren·discuss
My understanding was that if you write a regular function (`def` rather than `async def`) then FastAPI (or really Starlette which it uses under the hood) executes the function in a thread pool so that no blocking of the main event loop should occur.