Tom Huibregtse

Results 37 comments of Tom Huibregtse

@nithinmurali mind taking a look?

Closing because superseded by #557.

Hi, I receive this error: ```python3 >>> client.drive.create_folder('test folder', folder='XXXX') Traceback (most recent call last): File "/usr/local/lib/python3.9/code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "/opt/project/src/pygsheets/pygsheets/drive.py",...

Sorry for the really late reply. This PR does work now.

Ubuntu bionic has another package called allure that is getting installed instead. See the Ubuntu package search here: https://packages.ubuntu.com/bionic/allure. What's strange is after running the following commands: ``` sudo apt-add-repository...

I'm getting the same running linux on my chromebook ``` $ strace $SHELL ./redbean execve("/bin/bash", ["/bin/bash", "./redbean"], 0x7fcf7894b8 /* 35 vars */) = 0 brk(NULL) = 0x574883e000 faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK)...

Hi, @hak8or , thank you for looking into this. I have two Chromebooks. The first is a Samsung Galaxy Chromebook with an Intel i5 and 8GB RAM. I am able...

Nice! I can confirm that it now works on my Samsung Galaxy Chromebook. Thank you and good work!

@goccy this is to replace #184. I tried to address your comments, but I don't think I can use `errResponse`. I'm copying what's done for duplicate tables instead.

For some reason, even after making `ErrDuplicatedDataset`, it's still being reported as an `internalError`, and this equality check is returning `false`: https://github.com/goccy/bigquery-emulator/pull/257/files#diff-4dacc7a06791d88085bc744a0a2aa16559cb5b9b8fddd705177bfa2fbfe41d29R683