Ilya Siamionau
Ilya Siamionau
was added here: https://github.com/MarshalX/atproto/pull/264 - remove backward compatibility from codegen - remove backward compatibility tests - remove backward compatibility from is_record_type
my thoughts about impl: https://github.com/MarshalX/atproto/pull/93#issuecomment-1640026692
This will be helpful in micro optimizations where we don't care about errors and we are okay to get `None`. The current implementation of `get_item` uses `PyDict_GetItemWithError` which creates a...
what i want to have in my codebase: ```rust let ptr = ffi::PyList_New(len); let list: Bound = Bound::from_owned_ptr(py, ptr).downcast_into_unchecked(); ``` where private `assume_owned` is just: ```rust #[inline] unsafe fn assume_owned(self,...
**Describe the bug** `chizap` can't properly get the request id value from the context due to working with another major version of `go-chi` **To Reproduce** Steps to reproduce the behavior:...
Hi! The built-in camera of Mac lags with interval 1 (default value). Probably because it tries too often to get new artwork and rerender it. Interval 10 is okay. Possible...
Hi @phautamaki, thank you for your awesome work! Oura removed v1 API endpoints :( > The V1 API was removed on January 22nd, 2024. We should migrate to v2 https://cloud.ouraring.com/v2/docs
[log.txt](https://github.com/AppleIntelWifi/device-logs/files/4340318/log.txt)
Need to investigate. We should fallback to DotDict class Recent incident from `get_author_feed` method: ``` atproto_client.exceptions.ModelError: 1 validation error for Response feed.0.post.embed.`app.bsky.embed.record#view`.record Input tag 'app.bsky.graph.defs#starterPackViewBasic' found using 'py_type' | '$type'...