bundle
Here are 967 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!
What happened:
I tried to use the --make option to pass --jobs=5 to the NodeJS build process.
What you expected to happen:
I expected the NodeJS build to be faster.
What happened:
I was unable to pass the jobs options to the NodeJS make command, here is what happened:
➤ nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi
As requested I am opening a new issue after testing with Python 3.7 and the latest PyInstaller development version.
Referencing issue #2533
Windows 10 x64 (Spanish locale)
PyInstaller 4.0.dev0+80d5078081
Python 3.7.7
Code modified from the initial example:
# parent.py
#!/usr/bin/python
import os
import sys
import time
from subprocess import Popen
if __name__ == "__main__":
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset
But note that here we don't need the default poi command, since we don't need that dev server. Instead we use poi watch & nodemon to develop the app, each time webpac
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
Currently it is only possible to configure "default" region type but doctrine/orm#954 introduced optimized Doctrine\ORM\Cache\Region\DefaultMultiGetRegion region that uses fetchMultiple method.
Proposal:
- allow to use "default_multi" under second_level_cache.regions.type configuration.
BTW. currently DefaultMultiGetRegion is not even documented in Doctrine doc
-
Updated
Jun 11, 2020 - PHP
Update CHANGELOG
It will be good to add some explanation in the documentation at the part "Integrating CKFinder" :
To use the "CKFinderFileChooserType" you have to use the 'type_options' 'block_name' : 'ckfinder_file_chooser_widget' and adding in 'form_theme' : '@CKSourceCKFinder/Form/fields.html.
-
Updated
Jun 23, 2020 - TypeScript
Looking at https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html#security I think we're missing two possibile scenarios:
- What happen when I annotate the whole controller?
- What happen when I annotate both the whole controller and a specific action?
WDYT? The enhancement is worthy?
-
Updated
Jun 25, 2020 - PHP
When following SonataAdmin without FOSUserBundle/SonataUserBundle, I observed the following behavior:
https://stackoverflow.com/questions/47675301/token-was-deauthenticated-after-trying-to-refresh-it
The User class should implement the Equatable interface in order to have
In Nelmio UI there is missing some yaml preview of generated API, is it possible to generate documentation in yaml format? Some tools for testing like soap ui are able to import yaml swagger file and then soap ui is able to work with this file and apis. Solution?
-
Updated
Jun 25, 2020 - PHP
Hey,
HMAC support seems to be not working out of the box, like its suggested.
If there is no private key, encoder signature_algorithm should default to a working version like HS256.
This is not documented, by the way.
Minimal configuration for using HMAC would be something like this:
lexik_jwt_authentication:
secret_key: '%env(JWT_SECRET_KEY)%'
encoder:
s
To convenient and clearly, for webpack user to find their wanted plugins in https://webpack.js.org/plugins/.
Whether the plugins list can arrange with types(with similar ability) like in loaders, such as Minify, Output and so on?
Some of plugins have similar ability. like babel-miniy-webpack-plugin,ugliyfyjs-webpack-plugin,terser-webpack-plugin are all about
-
Updated
Jun 25, 2020 - PHP
-
Updated
Jun 24, 2020 - HTML
-
Updated
Mar 3, 2020 - PHP
Feature Request
| Q | A |
|---|---|
| New Feature | no |
| RFC | yes |
| BC Break | no |
Summary
As I see the 3 entities in TestBundle directory, those entities doesn't represent real life t
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
In 1.5.6, `forced_allow_origin_value` does not behave as documented and ignores allowed domains
The response listener for forced_allow_origin_value is added before the call to checkOrigin. This results in the Access-Control-Allow-Origin header being added regardless of the allow_origin config, which is the opposite of the documented behavior:
Be aware that even if you set
forced_allow_origin_valueto*,
-
Updated
Jun 12, 2020 - PHP
I'm having a really hard time creating a simple bootstrap navbar with a dropdown.
There are LOTS of webpages that describe how to do it, but I haven't had any luck with any solution, except to use MopaBootstrapBundle, which seems like overkill for just a navbar.
In the same way that Symfony forms has a few built-in options (bootstrap_3_horizontal, etc.), I basically want to simply set the
Hi,
I've following this doc to create an index template:
https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/templates.md#index-templates
It gives template: some_index_* as an example pattern and refers to the official documentation:
https://www.elastic.co/guide/en/elasticsearch/reference/6.6/indices-templates.html#indices-templates
But in the official documentation
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.