-
Steps to reproduce:
1) In Windows using WinRar create a .zip archive on an NTFS disk containing at least one file with Cyrillic symbols in the name, i.e. _тестовыйfile.pdf_
2) Open the archive in Fa…
-
Hi,
I'm using pyvisa to acquire data from DMM Keysight 34461A. Code:
import pyvisa
rm=pyvisa.ResourceManager('py')
rm.list_resources()
print(rm.list_resources())
dmm=rm.open_resource('USB::…
-
It seems the standard font size is Calibri 11pt when creating a workbook. Is there a way to set another font for the whole worksheet or even workbook? Setting the font for each row, column or even eac…
-
I'm encountering this error even after a clean installation. I've attempted this with CKAN version 2.10.1, 2.9.9 and Python versions 3.10, 3.8.13, and 3.9.18, and in all cases, I encountered the sam…
-
As described in #15 (and #1042), some links to offsite domains may be crawled via redirects. For example:
``` python
# in spider:
allowed_domains = ['xxx.com']
```
``` bash
# in log, offsite domain …
-
hi,
I'm trying to setup your [basic example](https://tzezars-datagrid.vercel.app/examples/basic) locally.
I am getting a bunch of errors about icons, like
```
Icon `material-symbols-light/folde…
-
I’m getting the following error after setting up a Python shell:
```
$ ./manage.py
/nix/store/3dlbfc202bkznipy2wgcfqb12py4bizg-python3-3.7.9-env/lib/python3.7/site-packages/wand/api.py:169: Depr…
-
Validation API does not function.
-
I have tried to use some ZIP lib's to just flat out replace an image in the excel file, but i think that this would be a pretty easy feature to add since you already have the Excel file extracted, all…
-
In https://metacpan.org/dist/Excel-Writer-XLSX/view/lib/Excel/Writer/XLSX.pm#DATES-AND-TIME-IN-EXCEL I believe that in the sentence:
_Dates and times in Excel are represented by real numbers, for e…