Vlad Bokov

Results 48 issues of Vlad Bokov

This PR is based on 2 issues: 1) when used on different models, tags get unified by name and `taggings_count` shows sum across all models 2) for a simple thing...

Right now if pressed Ctrl-C it exits REPL completely, and this makes a huge difference with what we used to see with `lein repl` and others. This fixes it ```...

just like cursive/idea do if ``` (defn f [x] (inc x)) ``` lines become joined with a space ``` (defn f [x] (inc x)) ``` @bhauman I'd like to help...

Hi, I definitely understand the purpose of 2FA, but I really need to automate some things in my workflow: ``` # using `gopass` (gpg-encrypted passwords in a git repo) gopass...

``` cc -ffunction-sections -fdata-sections -fPIC -I dynasm -I src/machine/asm-Wextra -Wall -c src/machine/asm/execute.S ``` cannot compile due it's x86 assembly full error log: https://gist.github.com/razum2um/f8ab8d708dc6962d960c6767043c64e7 **Environment** cpu: rockchip-3399, debian: 10, linux: 5.6.5,...