The Wayback Machine - https://web.archive.org/web/20220403032445/https://github.com/topics/bundle
Skip to content
#

bundle

Here are 1,181 public repositories matching this topic...

symfony
GromNaN
GromNaN commented Mar 18, 2022

Symfony version(s) affected

4.4+

Description

There is a fatal error when command debug:router is used in non-interactive mode, with a name that matches more than 1 route.

How to reproduce

$ bin/console debug:router _profiler_ --no-interaction 

In RouteCollection.php line 130:
                                                                                        
Bug FrameworkBundle Good first issue Status: Needs Review
valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

llamafilm
llamafilm commented Sep 9, 2020

Description of the issue

I'm building in a clean virtualenv with pyinstaller test.py --windowed
I can't launch the .app bundle by double-clicking nor with open ./test.app in Terminal.
It works fine if I run ./test.app/Contents/MacOS/test

Context information (for bug reports)

  • Output of pyinstaller --version: 4.0
  • Version of Python: 3.7.7
  • Platform: macOS 10.14.6
feature good first issue

Improve this page

Add a description, image, and links to the bundle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bundle topic, visit your repo's landing page and select "manage topics."

Learn more