Christian Oudard
Christian Oudard
``` ``` In this example, the syntax highlighting breaks on the first `
Diesel SQLite database backend does not handle SQLITE_BUSY status, causing database locked errors.
**Description** When multiple requests are using the same SQLite database, they error out with the message `DatabaseError(__Unknown, "database is locked")`. This only happens when there is a transaction going, and...
After running this line in the install instructions: ```curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash``` The result is an executable file called `bin` in the directory `/usr/local`. I suggest adding a line...
``` $ sudo apt install bookworm Reading package lists... Done Building dependency tree... Done Reading state information... Done bookworm is already the newest version (1.1.2+git20200823-1). The following packages were automatically...
After fixing dependency issues with extra-deps of `snap`, `heist`, and `map-syntax`, QuickPlot still fails to build. ``` $ stack install QuickPlot ... -- While building package QuickPlot-0.1.0.1 using: /Users/christian/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 --builddir=.stack-work/dist/x86_64-osx/Cabal-1.24.2.0...
``` $ brightnessctl set 1 Updated device 'intel_backlight': Device 'intel_backlight' of class 'backlight': Current brightness: 1 (0%) Max brightness: 512 $ brightnessctl --exponent=2 set 10%- Updated device 'intel_backlight': Device 'intel_backlight'...
Sometimes when downloading a lot of data from NasdaqDataLink, I get a hung connection during the ssl handshake. The requests library, which is being used to make requests, can take...
``` $ cargo -q run --example=hello_world [wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting. [1] 29902 IOT instruction (core dumped) cargo -q run --example=hello_world $ uname -srv...
It took me way too long to find this folder. Hope I'll save someone else the time.
Using Less version 608. This lesskey file breaks: ``` #env LESS = -R --use-color --color=d+1 --color=u+2 ``` It gives the error message `Invalid color string "+1 --color=u+2"`. This one works...