Brendan Doms
Brendan Doms
Ah, I had always just assumed that the images provided would be self-hosted as part of the Tumblr account. Linking to an outside source would definitely be a common case...
While updating the docs may help a few people who pay close attention understand what's happening better, it does not actually solve the problem, which is that developers expect a...
I did some more research, and it's worth noting that the other project that got the same report and pull request - https://github.com/orlov-vo/parcel-transformer-svelte - did not end up merging the...
That works. Thank you! I still think some support for the other options might be nice. But at the very least I'd suggest putting something about this in the docs,...
After more research and investigation I believe you're right that inspecting `__main__.__spec__` is probably the best way to go at the moment. (Why haven't they implemented an immutable `sys.argv` like...
It's upsetting that a bug like this is still happening 3 years later. Makes it seem like Starlette is not ready for prime time yet. But if you're searching for...
I'm not actively working on this project anymore but I can give you some more help. First, this is the line that failed when `tokens` was a list: ``` python...
I just tried running it with Python 3.4.3 and it does NOT work. Looks like it's the sort of syntax changes that the 2to3 converter could handle though (like using...
I was purposefully trying things other than Pydantic, which led me to Litestar and msgspec. I came here because even though it sounds like those tools are production ready, I...
I feel this comment misses the point entirely. I'm making suggestions to improve the developer experience. Validating using annotations is a stated feature of msgspec: > Zero-cost schema validation using...