bundle
Here are 981 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
If a hook as an excludedimports entry, this currently leads to duplicate log entries:
INFO PyInstaller.depend.imphook:imphook.py:576 Excluding import 'argparse'
INFO PyInstaller.depend.imphook:imphook.py:596 Removing import of argparse from module pickle
INFO PyInstaller.depend.imphook:imphook.py:576 Excluding import 'doctest'
INFO PyInstaller.depend.imphook:imphook.py
It may be convenient to expose something to consumers that will make it easier to use Jest - something like the default babel options (presets, plugins, etc.) or a transform module (see something like https://github.com/ActuallyACat/jest-esm-transformer).
This makes using syntax like import/export much easier for folks who use this amazing library for bundling and Jest for tests.
Thank y
Symfony Bundle for Doctrine ORM and DBAL
-
Updated
Aug 31, 2020 - PHP
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
-
Updated
Jun 11, 2020 - PHP
Symfony integration for the doctrine/migrations library
-
Updated
Aug 1, 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
A tool to understand your bundle size and why files are in your bundle
-
Updated
Aug 1, 2020 - TypeScript
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
-
Updated
Aug 25, 2020 - PHP
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
Updated
Sep 2, 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
Sep 2, 2020 - PHP
JWT authentication for your Symfony REST API
-
Updated
Aug 13, 2020 - PHP
Repository for webpack documentation and more!
-
Updated
Sep 2, 2020 - JavaScript
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
Updated
Sep 2, 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
Sep 2, 2020 - HTML
Symfony Swiftmailer Bundle
-
Updated
Mar 3, 2020 - PHP
A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
-
Updated
Aug 13, 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
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
-
Updated
Jul 22, 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
Sep 2, 2020 - PHP
Object Oriented menus for your Symfony project.
-
Updated
Aug 21, 2020 - PHP
Elasticsearch PHP integration for your Symfony project using Elastica.
-
Updated
Jul 31, 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.