bundle
Here are 978 public repositories matching this topic...
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!
-
Updated
Aug 27, 2020 - TypeScript
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
I guess MicroBundle hasn't support TypeScript 4.x, because I got an error:
rpt2: config error TS5023: Unknown compiler option 'jsxFragmentFactory'.
-
Updated
Sep 7, 2020 - PHP
-
Updated
Jun 11, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
Describe the bug
Some of the countries that are available for selection seem to be missing flag images (we have 198). This results in broken img elements.
To Reproduce
Select "American Samoa" (AS) or "Åland Islands" (AX).
(OPTIONAL) Additional context
Either add missing flags, or to also future proof it add either a fallback or hide the flag img element if it fails to
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 5, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
It could be great to leverage these metadata, notably when using jms virtual properties.
-
Updated
Sep 2, 2020 - PHP
-
Updated
Sep 9, 2020 - PHP
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 12, 2020 - PHP
-
Updated
Sep 7, 2020 - HTML
-
Updated
Sep 4, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
Stream loader via http/https may contain query params that are omitted during cache resolve.
Preconditions
- Symfony 4.2.7
- liip/imagine-bundle: 2.1.0
- imagine/imagine: v0.7.1
Steps to reproduce
# services.yaml
Liip\ImagineBundle\B
-
Updated
Jul 22, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Aug 21, 2020 - PHP
-
Updated
Sep 17, 2020 - PHP
Improve this page
Add a description, image, and links to the bundle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bundle topic, visit your repo's landing page and select "manage topics."
Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.