@shottr_cc Love Shottr! Not sure where to log bugs, sent email Tue 28 Oct, 21:40(GMT+8), However, if I disable the splash screen, opening a file won't show the proper Shottr app, in focus or otherwise. Is it also possible to make Shottr remember so it will always fill the background?
@Level1Techs Is there a support email for the store? My KVM today decided it doesn't want to turn on, and wanted to check how to remove a screw that won't come loose without breaking anything.
Been using the KVM every day for a year, it's amazing.
The coasters by the team at @GamersNexus are incredibly well-made. Was a recommended Christmas present when someone asked what I wanted. https://t.co/Zn32k2A51V
After 15kg of wool and over 💯 hrs of knitting, I’m finally ready to fly to the UK. Now I just need to pack the entire universe into my suitcase! I’ll see you all soon 🤗
I was laid off from Twitter this afternoon. I was in charge of managing badge access to Twitter offices.
Elon just called me and asked if I could come back to help them regain access to HQ as they shut off all badges and accidentally locked themselves out.
@realGeorgeHotz "desires greatness", mate these people are humans who deserve to not sleep under their desks with crazy work hours and toxic environment. Work/life balance be damned I guess.
@SlackHQ Please add syntax highlighting to markdown code snippets (```), similar to how github does it.
```sql
select 1
```
should highlight sql for example. Or just best-guess. Then put it behind a feature/config flag. PLEASE.
@DNAutics Cool! The performance seen around creating structs is pretty bad in Rust, and some nasty tricks are required to get good performance. See https://t.co/L6yPNusGXO and https://t.co/iSgNdADC6Q (24s -> 3s by using some encoding tricks)
@mitsuhiko I've implemented set as a block ({% set %}foo{% endset %} {{foo}}) and macros today. I'll clean the code up and submit both once I'm happy. The parser & compiler made this super easy. 😍
@mitsuhiko Been digging into Minijinja this morning and it's great! I'm impressed with the parser & compiler, it makes new features super easy to add (mainly set block+macros).
Also been using insta for other projects and it's really fantastic as well, the diffing is great.
@mitsuhiko Fair enough, that makes sense. The use case is to support more of the syntax Jinja uses, to make it support existing code. (Writing a dbt-compatible parser in Rust, which uses Jinja templates extensively, so want to make it a drop-in replacement).