bundle
Here are 1,009 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
Sep 24, 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'.
Symfony Bundle for Doctrine ORM and DBAL
-
Updated
Oct 12, 2020 - PHP
Symfony integration for the doctrine/migrations library
-
Updated
Sep 27, 2020 - PHP
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
-
Updated
Oct 7, 2020 - PHP
Short description of what this feature will allow to do:
When bundle asked for directory to generate controller, why not to create the sub folders if not exist, instead of threw exception?
Example of how to use this feature
This is just one kind of example of integration:
Which directory do you want to generate "DashboardController" in? [src/Controller/Admin/]:
>
The "src/C
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
-
Updated
Oct 12, 2020 - PHP
A tool to understand your bundle size and why files are in your bundle
-
Updated
Sep 12, 2020 - TypeScript
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
Updated
Oct 13, 2020 - PHP
The missing Symfony Admin Generator
-
Updated
Oct 13, 2020 - PHP
It could be great to leverage these metadata, notably when using jms virtual properties.
The Twig Bundle provides configuration for using Twig in your applications.
-
Updated
Oct 13, 2020 - PHP
JWT authentication for your Symfony REST API
-
Updated
Sep 28, 2020 - PHP
Repository for webpack documentation and more!
-
Updated
Oct 14, 2020 - JavaScript
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
Updated
Oct 13, 2020 - PHP
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
-
Updated
Oct 13, 2020 - Twig
Symfony Swiftmailer Bundle
-
Updated
Oct 6, 2020 - PHP
A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
-
Updated
Oct 9, 2020 - PHP
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
-
Updated
Jul 22, 2020 - PHP
Symfony Bundle to assist in imagine manipulation using the imagine library
-
Updated
Oct 12, 2020 - PHP
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
-
Updated
Oct 13, 2020 - PHP
Object Oriented menus for your Symfony project.
-
Updated
Aug 21, 2020 - PHP
Elasticsearch PHP integration for your Symfony project using Elastica.
-
Updated
Oct 12, 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.