Tor Shepherd

Results 7 issues of Tor Shepherd

Textual seems like a promising framework for bringing web concepts/tech to terminals - in that spirit, has there been any thought of adding in vector graphics / img widget support?...

Scrollbar has ?? characters on Windows Terminal ![image](https://user-images.githubusercontent.com/49597791/197423221-96f7c505-b5b5-4c63-a0df-a6b426befed0.png)

version / revision | Operating System | Compiler & Version | Compiler Flags | CPU -------------------|------------------|--------------------|----------------|---- GCC11 | Linux |GCC11 |-mavx2 -mfma -mavx| tigerlake ## Testcase ```cpp namespace stdx =...

I'm working on a quick robotics simulation in the browser with user-provided control laws, and it would be super useful to be able to query the angle of revolute joints...

C-User experience
A-Dynamics
P-Medium
D-Medium

See example: ![image](https://github.com/BurntSushi/ripgrep/assets/49597791/44f0c2c9-8d05-40de-a749-f7107c5940f6) I like italics and termcolor already supports it, just a matter of wiring it up 😁

It's not unusual for custom cc_toolchains to use a custom c++ compiler sysroot with a libc.so.6. Currently, proc-macro crates inherit CcLink args. This means that proc-macros might require a different...

I think clangd could do two things better when it comes to files with no entry in compile_commands - deduce language instead of assuming from file extension, for example C++...

enhancement