Damien Sorel

Results 165 comments of Damien Sorel

If change there is it won't be changed the next major version. You can already replace the templates in your configuration with a function returning the HTML, using underscore.template for...

Hi, This feature does not exist. You will have to do it manually by looking at how the "unique-filters" plugin works https://github.com/mistic100/jQuery-QueryBuilder/blob/dev/src/plugins/unique-filter/plugin.js Basically it listens to the a bunch of...

It's a big rework I have no time for. Bu I'll keep the idea.

@kamilkp please merge this feature. In my list I have merged top/bottom borders generating a 1px difference between the actual size and the computed size. This is not problem and...

Same problem as @LPCmedia (I want to include bootstrap mixins from the mono-repo root node_modules). Sticking to 3.0.2 for now which reoslves the imports correctly. ``` { "bundlerOptions": { "entryFile":...

Encountered this problem as well, unfortunately I had to switch to https://github.com/isaacs/node-glob

@tomred-net can you make the change requested by @tchemit ? looking forward for a fix of this huge issue, thanks

Initially I wanted "FileLoader#load" to return a custom object wrapping the AbortController, usefull for future potential features. And similar to the previous version which returned the XMLHttpRequest object. But this...

@gkjohnson > Interface aside there are naturally some corner cases and race conditions to consider, as well. What happens if the abort signal is triggered while loader is doing some...

@mrdoob can you tell me how I can improve this ? If you are willing to make a breaking change here https://github.com/mrdoob/three.js/blob/dev/src/loaders/FileLoader.js#L36 I have another idea which is to make...