Damien Sorel

Results 165 comments of Damien Sorel

For some reason it was reverted https://github.com/seiyria/bootstrap-slider/commit/3ce5454da171636f640ddbe8d3d481a225efbbf2 Personnally I use a Webpack alias to remove jquery dependency: ```js { resolve: { alias: { jquery: `${__dirname}/includes/jquery-stub.js`, } } } ``` ```js...

found the reason here https://github.com/seiyria/bootstrap-slider/issues/589#issuecomment-229232517

It looks similar to #86 but that was 3 years agao :)

angular.json ```json { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "app": { "projectType": "application", "schematics": {}, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options":...

Note: I didn't put any conf related to the reverse proxy on my example because the issue is not directly linked, with or without RP the issue is the same...

I already did, two messages above (click the file names with the little triangle)

No my applications are Ivy too. That's why I try to not compile for VE at all. Sent from MailDroid -----Original Message----- From: JeB To: just-jeb/angular-builders Cc: Damien Sorel ,...

Actually I still don't know if it's the right solution, you can read the discusion on jest-preset-angular but I didn't had much luck with my custom transformers for now. I'll...

Unless I am mistaken "firmware-ender3-bltouch.bin:" should be used if the BlTouch sensor pin is connected to Z-PROBE, and "firmware-ender3-bltouch-for-z-homing.bin" should be used if the BlTouch is connected to Z-STOP. I...

Guys please do not reply "same", it does not add anything to the discution. Use the thumb up reaction on the top message if you want to show your interest...