Jeff Stafford

Results 134 comments of Jeff Stafford

I am planning to implement a way to ignore different files, but the `.xdg-volume-info` and `.Trash` files are important- you will never be allowed to ignore them: https://github.com/jstaf/onedriver/issues/102#issuecomment-886063762

That is a good question - I recall there is some issue with packaging for Ubuntu 18.04 (it was probably the version of Golang available). Try this out: * Install...

(Going to assume that fixed things)

Well attempting to use this module on RHEL/CentOS 8 results in an error along the lines of "inappropriate ioctl for device". I did attempt to set the trust level for...

For what it's worth, switching to the core profile branch (`switch_to_core_profile`) and building from source solved the issue for me on Fedora 30. I'm using the mesa drivers as well...

On Linux, you can reproduce this with the following (only place I've noticed it so far is in `jupyter console`): To install: ```bash go get -u github.com/gopherdata/gophernotes mkdir -p ~/.local/share/jupyter/kernels/gophernotes...

Hmmm, looks like you can "fix" the warning with `--ZMQTerminalInteractiveShell.use_kernel_is_complete` option: ```bash $ jupyter console --kernel=gophernotes --ZMQTerminalInteractiveShell.use_kernel_is_complete=False 2019/02/18 12:06:05 Unhandled shell message: history_request /home/jstaf/.local/lib/python3.7/site-packages/jupyter_console/ptshell.py:103: UserWarning: No lexer found for language...

Yes, that is a good idea on the tests (comparing binlog checksums was actually how I was initially testing this out). In this case we'd need to compare against the...

I think the simplest resolution would be to just build releases on something with an older version of glibc. Any older OS should work for this, CentOS 6 is just...

Brotli should definitely stay in the build. Restores using Brotli are about 2-3x faster than with the default LZ4 compression (LZ4 performance is so much worse I think Brotli should...