Scott Batary
Scott Batary
Yes, that's correct.
I think the intention was that users would formulate their own way handling track data and that the conversion from big integers to bytes and back were really meant as...
The C# compiler treats [expression trees](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/expression-trees/) in a special way. You can't use `var` to declare an expression tree because the C# compiler needs more information in order to create...
The MaximaSharp project requires the [Maxima-5.30.0](https://github.com/sgbj/MaximaSharp/tree/master/Test/bin/Debug/Maxima-5.30.0) folder to be next your application (wherever Example.exe is located).
@bradygaster I created an Azure web app and set it to automatically deploy from [this repository](https://github.com/sgbj/glowing-guacamole). I ran into the same issue as you, but I was able to workaround...
Seems to be a common issue people are having with ng2-bootstrap. Looks like people are saying once they increased the version the issue went away. Could you try that? https://github.com/npm/npm/issues/15248...
This is happening with the aspnet prerendering turned on. The workaround for now is to comment out the asp-prerender-module attribute in Index.cshtml, then it should work. I'll look into getting...
That's correct, you can either remove the lazy loading or remove the universal for now. I'll look into getting them both working together.
I haven't found a way to resolve this issue. I changed the output section in the `webpack.dev.js` to specify the `chunkFilename`: ``` js output: { path: path.resolve(__dirname, '../wwwroot/dist'), filename: '[name].bundle.js',...
This is what I get whenever I use Russian (at least I think it's Russian...) in the html. I may also be misunderstanding the problem. It might also help if...