asztal
asztal
Presumably mocha should be a peerDependency rather than an actual dependency. `mocha-junit-reporter` does this so I assume it's not a problem.
I use the following `Dockerfile` for running SQL Server: ```Dockerfile FROM debian as mssql-docker-tmpfs ADD nodirect_open.c / RUN apt update && apt install -y gcc && \ gcc -shared -fpic...
> > Hello in function addOptgroup -> addOptgroup.call(this, i, selectOptions); > > Previously was addOptgroup.call(this, startIndexi, selectOptions); > > Work for me! > > Sorry but this workaround isn't working...
Thanks! My contribution counts as a corporate contribution so I need a director to approve it for me first - it should be soon hopefully 🤞
> @asztal - any word on the CLA? The CLA manager at my company is having trouble using the Corporate CLA console -- I'm not at all familiar with it,...
Hopefully I'll have time to rebase the branch tonight. Thanks for getting the CLA sorted @hobby203 🙏
> Sadly I can't be of much help with CLA bot 🥲 if the original author is fine having the PR from someone else I am fine moving forward with...
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.onmodelcreating?view=efcore-2.1 > The resulting model may be cached and re-used for subsequent instances of your derived context. This very much suggests that using a query filter for dynamically changing values...
I tried switching `NODE_MODULE` for `NAN_MODULE_WORKER_ENABLED` - it compiles, works, and only segfaults 10% of the time! OK, maybe 25%. I'm counting that as a success anyway :shipit: ``` lee@lee-desktop:~/Work/restapi$...
Hi, I will give this a try! I did build node-sass with debugging on and didn't get much useful, but I'll try some more when I get a chance. It...