Lucas Garron

Results 715 comments of Lucas Garron

I'd be glad to see support to drop the prefix completely, using e.g. `"prefix": null`. This is necessary for a project that I maintain, else we can't product backwards-compatible CSS...

If I understand correctly, this still requires custom code inside the configuration in order to work like `fish`'s abbreviations? While that might technically work, that's not very compelling compared to...

> Was this a purely cosmetic choice or is there a deeper reason for this fade, e.g. to hide the fact that some data is still loading? Both. There are...

The goal of the project is to match the macOS native folder icons as closely as possible, but I wouldn't be opposed to an option for this. I'd be glad...

Ooh, thanks for sharing! I'm a die-hard [Quicksilver](https://qsapp.com/) user myself. 😝 Did you do anything in particular to handle the binary path, since that can vary by install? Or does...

I think this is a good candidate for Unix-style composability. Presumably you can write a Swift script to output a `.png`, which you can then send to `folderify`. I poked...

This would also be valuable for me. I maintain a program called [`folderify`](https://github.com/lgarron/folderify) that was implemented in Python for a few years and therefore published to PyPI — but it's...

(Cross-post from https://github.com/Riverside-Healthcare/djLint/issues/558#issuecomment-1574570447) I'm also seeing an issue where I can't manage to exclude a `.temp` and `node_modules` folder simultaneously. I was able to hack around this by passing both...

> but `hstspreload.org` said that this domain doesn't have any HSTS header. Checking the response for `https://lihaoyu.cn` in Chrome DevTools and `cURL`/HTTPie, that looks correct. The site needs to resume...

You do seem to be using this correctly! Sometimes there are issues with a CDN like Cloudflare blocking certain user agents or IPs by default — any chance the site...