Benjamin Kane

Results 25 comments of Benjamin Kane

Also consider IDEs as clients - see https://rust-analyzer.github.io/blog/2020/07/20/three-architectures-for-responsive-ide.html

This issue (and my difficulties trying to figure out what actions `stow` will take), prompted me to write my own alternative I'm calling [`fling`](https://github.com/bbkane/fling). It's working well for my personal...

Yes please! I'd also really like it if, when searching for an application from the "start menu", (which you can do by pressing super, then typing the name), it would...

Does it search the body as well as the title? Can I order by fields in the query?

I'm also running into this for point charts. Apologies if this isn't a minimal example, I'm new to Vega-Lite. ```json { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": { "values": [ {"Date": "2020-01-01", "Value":...

Ooh `categorical` might be enough for me to hack it till it's implemented :) Thanks! Ben

I still haven't done this, and I can't see myself doing it soon, so closing this issue

I can't test this (I'm on a Mac), but try the following: Get `GOPATH`: ``` go env GOPATH ``` You should be able to open the folder listed and see...

Also looking forward to this (as well as modules support). Thank you!

It seems like most people are using separate packages for separate embedded filesystems. Go 1.16 is supposed to release this month and will have file embedding, which does a lot...