Mathieu Maes
Mathieu Maes
We use express-http-proxy in an API gateway that proxies requests to microservices behind the firewall. We've been having an issue where rare random requests are failing due to a DNS...
Hi, I'd like to use the Twig.js engine to render templates in a cogear project. Even though Cogear's plugin support is pretty powerful, I feel it's lacking support for rendering...
Add HTML Stats Plugin - this plugin generates a static HTML report of your bundle, similar to webpack analyse but without having to fetch your stats json after every build...
Consider this example somewhere in a `.ts` file: ``` return [this.translator.instant("label"), value].join(": "); ``` When I run the extract, an additional translation key `: ` is added. This works fine:...
### Current behavior Consider an Angular workspace containing 2 projects of type "Application" and 2 projects of type "Library". The project was created in previous versions of Angular that don't...
**Description:** It appears that the latest version of XCode builds the app to a different folder (my version is 14.3.1). This causes an error when you run `ionic cordova run...
Hi, I used this bundle to extract translations and write them to an xliff file. When I validate the file against the Xliff 1.2 XSD schema, I get a lot...
While using this bundle, I often get following error: > Error: Method Gregwar\ImageBundle\ImageHandler::__toString() must not throw an exception in D:\Projects\webberig\app\cache\dev\classes.php line 0 The cause is usually a simple problem. The...
I have coded a solution for #386. Less.js uses encodeURIComponent() if the matched tag is uppercase, so I followed that logic and basically made 2 changes to the lib__sprintf() function:...
It appears that the lessphp implementation of the format function doesn't support uppercase placeholders. Here's an example: ``` @color: #333333; @url: %("../img/sprite_icons_%D.svg", @color); background-image: (@url); ``` The (expected) output using...