Sean Walsh
Sean Walsh
> I had the same problem and I realized, it was because of `html{ overflow: scroll; }` in my css. I hope you find this useful. I changed this to...
Would you mind if I forked nya-bs-select and modified it to use Bootstrap4? I see it's MIT licensed, so as long as I keep the license / attribution, I presume...
First attempt: https://github.com/capesean/nya-bootstrap4-select Works well for me so far.
I've worked out why. If you're using an attribute which has the dot-notation, e.g. using a view model object like `vm.yourFunction`, then line 1488 will evaluate as false, as it's...
I've just run into this issue myself. Will let you know when it's fixed.
@SkyQuant It's an issue on another repo, see here: https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server/issues/232 This being the actual issue: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/360
@shima20 you'd need to pin your versions in project.json. i.e. instead of using versions like `1-0-0-*` you'd need to pin them to the exact versions that you have that work,...
@shima20 you'll have to work that out for yourself, I'm afraid. I haven't been keeping track. It's a little tricky because you also have to pin the dependencies, i.e. the...
@PrzemyslawKlys This doesn't help. In the following code, the first and last pages are A4, but the middles ones will be Letter. ``` byte[] bytes; using (var wordStream = new...
> Fix - Manually copy over \packages\PLplot.5.13.7\runtimes\win-x64\native\ to the debug or release folder. I tried this, but then the following line errors: `_putenv_s("PLPLOT_LIB", supPath);` (Not using .net core, fwiw)