jonathancyu

Results 14 comments of jonathancyu

I also have a large dataset that is generating invalid xlsx files, however I'm able to open and repair the files. Excel lists the repaired records as `Repaired Records: String...

Changing like 78 of Writer.py to `with zf.open("xl/worksheets/sheet%s.xml" % (index), mode="w", force_zip64=True) as f:` allows those xml files to be written. Unfortunately opening the resulting file gives the error "Microsoft...

A quick follow up on this - setting top_down to false makes the notification overwrite my lualine. Is it possible to configure the padding on the bottom?

Doesn't look like -a is a valid argument to uninstall, what version of uv are you on? ``` yucjo@raspberrypi ~ ❯ uv python uninstall -a error: unexpected argument '-a' found...

Good catch, still running into the same issue: ``` yucjo@raspberrypi ~ ❯ uv python uninstall --all Searching for Python installations Uninstalled 4 versions in 668ms - cpython-3.10.17-linux-armv7-gnueabi - cpython-3.11.12-linux-armv7-gnueabi -...

Here you go ``` yucjo@raspberrypi ~ ❯ uname -a Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux yucjo@raspberrypi ~ ❯ file $(readlink -f $(which...

It's installed as a 32 bit: ``` yucjo@raspberrypi ~ ❯ file $(which uv) /home/yucjo/.local/bin/uv: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux...

This was indeed resolved when I followed this and did a fresh install of 64-bit raspbian! I wish there were a better fix than going nuclear on the OS and...

I've implemented the is-fullscreen feature in #908

I'm also able to reproduce this on the latest commit. Entering "a" or "A" will return me to the main buffer without adding any diff hunks. I have tried clearing...