Logan Kaser

Results 22 comments of Logan Kaser

Is this pull waiting on anything an outsider could help with? I'd love to use this. (Need 3.8 and only have 3b+)

I can test on a 3B+, might be able to find a 3B. Hopefully will be able to run Tomorrow.

@eugulixes Thanks for letting me know! Hopefully I'll have time for my raspberry PI project soon.

For the builtin hashable types a dictionary update is a single bytecode instruction `STORE_SUBSCR` (in CPython a single instruction is implementation defined to be atomic) but this only applies to...

This shipped by on by default in Firefox 89: https://bugzilla.mozilla.org/show_bug.cgi?id=1695585

It says on that page: > Homogeneous vector aggregates of up to four elements are passed in sequential SSE registers if enough are available But of course for this kind...

> Another alternative might be to have the encoding specified by the plugin in-band. For example, when a plugin starts, it could output a single line with the expected encoding....

Just thought you might like the whole story. "Hi, Not at the moment but it's fairly easy to add to the current version. If you file an issue I'll add...

Something like chrome and other's "Web Applications" launch options?

If we can't fix this now, would you accept a PR to raise a `NotImplementedError` when some poor fool like me tries to use the `lifespan` parameter on `APIRouter` only...