Sam Welborn

Results 34 issues of Sam Welborn

Hello! I am doing some development with pvaccess/pvapy, and I have found my IDE (vscode) cannot find the symbols associated with pvaccess: ![image](https://github.com/epics-base/pvaPy/assets/55868530/b4d43115-6c01-4004-9c0c-00afc9de67b7) I generated them using mypy: ``` pip...

The test files intermittently fail to download from `data.kitware...` We should move them https://github.com/OpenChemistry/stempy/blob/e3581bec4363135f96fa3d8d0153ba1164746c70/tests/conftest.py#L11

add individual frame counting - no support for row-dark currently - had to change ctor for vectorToPyArray, see here: https://github.com/pybind/pybind11/issues/1042#issuecomment-2262727578 . This may be a numpy 2 thing. Have to...

Adds devcontainer for local dev on vscode. You have to build/pull base image first in order to use it.

To fix #600. Let me know if this is an OK approach. Docstring is incomplete, but not sure where you'd like to put that. I can also add/change some tests,...

### Proposed change Connect options are currently not documented, other than source code. ```python async def connect( self, servers: Union[str, List[str]] = ["nats://localhost:4222"], error_cb: Optional[ErrorCallback] = None, disconnected_cb: Optional[Callback] =...

accepted
proposal
good first issue

Hello. I'm getting two different exceptions when trying out the tensorstore saving, and wasm gaussian downsampling. Gemini and I made a little reproducer here: https://github.com/swelborn/ngff_wasm_tensorcore_reproducer This is the output for...

**Describe the bug** When supplying user credentials that cannot be read by the user, faststream attempts to start but does not fail with a "permission denied" like underlying nats-py does....

bug