Skip to content
#

bundle

Here are 967 public repositories matching this topic...

symfony
B-Galati
B-Galati commented Nov 8, 2019

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.

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!

gautaz
gautaz commented Aug 29, 2019

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
robertoetcheverryr
robertoetcheverryr commented May 6, 2020

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__":
therealparmesh
therealparmesh commented Jan 29, 2020

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

supermiro
supermiro commented Apr 6, 2020

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?

MLDMoritz
MLDMoritz commented Nov 6, 2019

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
tacman
tacman commented Dec 18, 2018

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

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

You can’t perform that action at this time.