Zhihan Yue
Zhihan Yue
试了一下好像不能用了。
**Relevant system information:** - OS: Ubuntu 20.04 - PostgreSQL version: 13.3 - TimescaleDB version: 2.4.0 - Installation method: apt install **Describe the bug** When setting compress_segmentby with an enum column...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...
The numpy.datetime64[ns] was recognized as float, because numpy.datetime64[ns] is convertible to float. This PR fixes this problem. Fix #251
To reproduce: ```py import tabulate import numpy as np print(tabulate.tabulate([[ np.datetime64('2022-10-05', 'ns') ]])) ``` Out: ``` ----------- 1.66493e+18 ----------- ```
Since Qgrid has ceased maintenance, I've created a new repo [QgridNext](https://github.com/zhihanyue/qgridnext) to continue maintaining it for future Jupyter versions. QgridNext is now compatible with recent releases of Jupyter: | QgridNext...
**Describe the bug** When using Tabby with VSCode's remote dev, by default, the extension will be installed on the remote machine (with its own `.tabby-client`). I need to configure Tabby...