Михаил Красильников
Михаил Красильников
Got error " [LogicException] You can't regress the progress bar" when running geonames:import. ``` #0 vendor/giosh94mhz/geonames-bundle/Giosh94mhz/GeonamesBundle/Event/ImportOutputSubscriber.php(158): Symfony\Component\Console\Helper\ProgressHelper->setCurrent(-4) #1 vendor/giosh94mhz/geonames-bundle/Giosh94mhz/GeonamesBundle/Event/ImportOutputSubscriber.php(94): Giosh94mhz\GeonamesBundle\Event\ImportOutputSubscriber->progress(-4, -4) #2 [internal function]: Giosh94mhz\GeonamesBundle\Event\ImportOutputSubscriber->onDownloadProgress(Object(Giosh94mhz\GeonamesBundle\Event\OnProgressEvent), 'geonames.import...', Object(Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher)) #3 vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php(392): call_user_func(Array,...
hunspell checking is really slow when text has a lot of mistakes. Disabling suggestions can speed up checking.
sphinx-build crashes in current sphinx:latest: ``` Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line...
HTTPlug allows to write reusable libraries and applications that need an HTTP client without binding to a specific implementation. [More about HTTPlug](http://docs.php-http.org/en/latest/httplug/introduction.html).
Now with "nsort" option namespaces are grouped together and displayed before pages. Please add option to disable this grouping in order to show namespaces among pages.
### Current Behavior Dependency-Track always sets "Verified" flag when uploading findings to DefectDojo. And this is hard-coded: - https://github.com/DependencyTrack/dependency-track/blob/4.10.1/src/main/java/org/dependencytrack/integrations/defectdojo/DefectDojoClient.java#L69 - https://github.com/DependencyTrack/dependency-track/blob/4.10.1/src/main/java/org/dependencytrack/integrations/defectdojo/DefectDojoClient.java#L176 ### Proposed Behavior Usually, the "Verified" flag is set...
Please add description for "i18n_locales" option to documentation. I've lost some hours until occasionally found it in the code.
In Cli.php TaskNotFoundException can be thrown by print_tasks method, so [here](https://github.com/tamagokun/pomander/blob/563dc8e0593083b211ada7ed5b59ad31c07cdf38/lib/Pomander/Cli.php#L56) variable $task_name will be undefined. Unfortunately at this time no way to get missed task name here, but I've...