Christian Flach

Results 102 comments of Christian Flach

For GitHub, you can also use a `.gitattributes` file, [like done here](https://github.com/puli/symfony-bundle/blob/master/.gitattributes). Then downloads using the "Download Zip" button don't include the files listed in the `.gitattributes` file. Edit: I...

You could also try to run the client using Valgrind: valgrind --leak-check=yes path/to/snapclient ... 2> output.log It helped me to find the memory issues in https://github.com/badaix/snapcast/pull/546.

> I think we need something that can parse content from an ICS file into the corresponding PHP objects. The idea behind this library is to work with PHP objects...

Hi! Have you seen #28? It also contains a few ideas regarding highlighting. I am open for pull requests that improve the highlighting behavior. Pressing ESC seems like a good...

Hi, since Docusaurus has [RTL support](https://docusaurus.io/docs/i18n/introduction), I would expect things to mostly "just work". But please let me know if you run into any issues!

Hmm, I am not sure whether this error is caused by this plugin. If it occurrs again, could you please provide stacktraces from devtools?

This is currently blocked on https://github.com/algolia/autocomplete/issues/843.

Another possible candiate: https://github.com/jameslittle230/stork

> Is it possible to add this feature in the next version? It certainly is possible to add this feature. However, I currently do not have the time to do...

Thank you for the updates! I added some basic tests for this in a separate branch, see https://github.com/cmfcmf/docusaurus-search-local/tree/ignore-tests. However, these new tests are currently failing, because ignoring `/docs/doc2` will not...