Tobias Koppers

Results 302 comments of Tobias Koppers

If you are sending updates (only diff not the complete item) I would recommend to use POST requests. If you are sending to complete new item I would recommend to...

@vesse picked the commit for [another repo](https://github.com/vesse/node-ldapauth-fork) which has already many fixes including the anonymous login. You can switch from node-ldapauth to node-ldapauth-fork... I've done so...

ldapauth only requires bcrypt if you pass `cache: true`. So if you don't use the caching feature you can omit it. If you use the cache and bcrypt isn't loaded...

It would also be great if you can keep the code style similar to the other repos in the webpack org, but that is not a total must have for...

For the first error you need to use the `json-loader`. The second one is [here](https://github.com/visionmedia/mocha/blob/master/lib/mocha.js#L28): `module.paths` is not supported (is not even documented in the node.js documentation and it's not...

This needs a rebase/merge and there are also some test failures

Native build: https://github.com/vercel/next.js/actions/runs/8691793652

You could have used non-greedy matching `.+\.css` -> `.+?\.css`