Marcel Voigt
Marcel Voigt
Had a look at the [FAQ](https://github.com/fsnotify/fsnotify/wiki/FAQ) for fsnotify (which is imported by lib/watch.go) > How many files can be watched at once? > > There are OS-specific limits as to...
Only the parsers themselves should have to figure out if they can currently support a file extension. My suggestion: - Add `isInstalled` to `FileParserInterface` or alternatively add a new optional...
I usually stick to `path/filepath` which has worked fine so far. Then again, I'm not entirely sure what you mean.
[Tx.ForEach()](https://godoc.org/github.com/boltdb/bolt#Tx.ForEach) > ForEach executes a function for each bucket **in the root**. If the provided function returns an error then the iteration is stopped and the error is returned to...
> wrong minification This package is only a Twig extension, the actual compression is done by [WyriHaximus/HtmlCompress](https://github.com/WyriHaximus/HtmlCompress) and the packages it uses. > I tried to escape compression but I...
Imagine you're using class X. You inherit from X and add a method `foo()`. Now X gets updated and it suddenly has a method `foo($bar)`! Your code broke and thus...
Assuming that - you want to analyze long histories of active projects - generally fewer files are modified than there are stale/untouched files - repositories could be of any size...
Well, it doesn't need to be a whole abstraction layer like Flysystem. I'll think about it some more and mess around with the -git version to see what might make...
> The goal is to avoid READING/SCANNING all the files in the repository, which would take a lot of time and is essentially why this was put in place. But...
Ok, namespace was changed and phpdocs were fixed.