-
`unknown` encodes as postgres protocol `Text` format, while everything else encodes to `Binary` format. But this generates an invalid mix of `Text` and `Binary`, when `unknown` values occur in arrays.…
-
I’m giving up. The files are writable and readable, but the error still appears. Nothing seems to fix it.
---------------------------------------------------------------------------
PermissionEr…
-
I was trying to use this library and wanted to allocate with the temporary allocator
Much like the other encoders in the core collection, I expected to be able to pass in an allocator explicitly, b…
-
**Describe the bug**
The elements of a NumPy array of `dtype=bool` actually have type `np.bool` and not type `bool`. Using such elements in any place where Nengo expects a boolean (i.e., `nengo.par…
-
It seems that we don't handle it properly `pd.NA` in the encoder and thus differently than `np.nan`.
`pd.NA` will raise an error as in the following reproducible:
```python
df = pd.DataFrame({"co…
-
Hello, great work!!! Could you please provide a script to transform my personal dataset into the MERR data format?
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
**Describe the bug**
Anytime I try to enable a different encoding with the controller constructor, the waveforms don't show up on recording and doesn't record at all. When I remove the encoder option…
-
**Describe the bug**
Facing this error when trying the example snippet
**To Reproduce**
```
import meerkat as mk
from domino import embed
dp = mk.datasets.get("imagenette")
dx = embed(
…
-
error as the subject
File "D:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\Comf…