Tugdual de Kerviler
Tugdual de Kerviler
I experienced the same bug and I think I found a quick fix for this. In `selectionService.js`, change this function ``` js self.setSelection = function(rowItem, isSelected) { rowItem.selected(isSelected) ; rowItem.entity[SELECTED_PROP]...
Surely, not all 2FA tests should be run for all PRs. As you said they might fail if they're run too frequently and they're quite slow! I wonder if, much...
Sorry I don't have time to work on this at the moment, but PRs are welcomed :) You can start from the mysql adapter and modify the client, the rest...
Well the issue here is that assetGroup.hash() is going to return the hash of the main file only. What we want is the hash of all the files combined. But...
Thanks for your contribution @avalez, it's greatly appreciated :) However I'm not convinced yet of the utility of this patch. The md5 hash is indeed correct because you specified the...
Yeah it's not so easy because there are many cases to handle. For instance in require.js without the includeLib option, the main file is the require.js library, the generated app.js...
Thanks for your interest. I think this is simply because I did not advertise it. This lib has a very specific usage so it does exist for a few reasons....
I'm using Express 3.0 on my project but I think the middleware format hasn't change in express 4. It just needs the res.locals object to be defined for it to...
I was hit by this bug a few times causing production requests to hit the sandbox. This is pretty bad design. Please fix 🙏