John Anderson

Results 95 comments of John Anderson

For anyone who needs it and wants an inefficient way: tasks = tags = sorted(list(set(x.tags.all() for x in tasks if x.tags.all()))) tags = [item for sublist in tags for item...

I just ran into this, I don't even see `src` in my install: ``` ❯ find /Users/sontek/.asdf/installs/rust/1.61.0 -name src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/book/2018-edition/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/book/first-edition/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/src/core/up/up/portable-simd/crates/core_simd/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/src/core/up/up/stdarch/crates/core_arch/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/src/std/up/up/backtrace/src /Users/sontek/.asdf/installs/rust/1.61.0/share/doc/rust/html/src/std/up/up/portable-simd/crates/std_float/src ``` Here is all...

This is it on v10: ``` c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\javascript\js_define.h(245): warning C4996: 'v8::String::Utf8Value::Utf8Value': was declared deprecated (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\global.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj] c:\users\sonte\.node-gyp\10.16.0\include\node\v8.h(2891): note: see declaration of 'v8::String::Utf8Value::Utf8Value' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\global.cpp) c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\src\javascript\global.cpp(97): note:...

They have documented their changes pretty well, the changes aren't that much: https://github.com/pinterest/pyres/compare/binarydud:master...master

@sharkdp That doesn't seem to work: ``` rg --vimgrep _files | fzf --delimiter=: --preview='bat --color always -H {2} --pager "less -RF +{2}" {1}' ``` Page never jumps down to the...