Florent

Results 34 comments of Florent

This might be off-topic since it's not strictly about patterns per se, but here's a real-world use case for `--or` that can't be done via a regex: I have some...

> You can already do this. -e already combines in a or-sense Yes, but `-tx` doesn't. To clarify, I want all the files that are executable OR end in `.bash`/`.bats`.

> I think that kind of functionality is out of scope for fd, it would basically involve making an expression language similar to what find has, and make fd significantly...

I agree this could be useful, but it's going to be quite a bit of work to support this, as currently the music-related logic works on "abstract" notes and doesn't...

Nice catch, thanks! The parser has a long way to go before dealing with all the edge cases properly… I've put this project on pause for now, hopefully I'll be...

Indeed, the file should be overridden. I haven't tested it but this line is probably the culprit: https://github.com/cheap-glitch/vue-cli-plugin-sitemap/blob/ad560f8d6ea4aaf7480443fecb744f80e6df9862/index.js#L89 As a workaround, maybe you could add a npm script that would...

> Also new URL should work Actually I tried `new URL` to include an HTML file and it works, or at least it generates the same URL as `runtime.getURL` does,...

> I'm not sure if my issue is the same, but lets say I have the phrase "home page", I want "ho" to match this phrase, is there a way...

> where we can provide user names in settings We don't do feature settings, but we _could_ extend e.g. `dim-bots` to matching comments. But would that make sense as a...

Feature bisector points to `clean-conversation-sidebar` being the culprit. @CodingCanuck You can disable that specific feature until this is fixed :slightly_smiling_face: