Jakob Knutsen
Jakob Knutsen
@hoangnguyen208 the workaround described above should work as long as you follow https://material.angular.io/guide/theming for creating an app theme. Make sure the workaround css comes before `@include mat-core();`
Hi, I struggle to understand your problem. Can you please explain again and be more specific? Also, you have listed both native and docker install steps. Only one is necessary....
Ah I see! That's great to hear, PRs are most welcome :) I've felt for a long time that the README needs an overhaul to reduce the amount of text....
Hi, thank you for the PR! I've tried following the instructions on my system but the mount path fails to expand correctly in the docker-toolbox environment. The colon printed by...
@1d3s any interest in updating the PR?
Challenging due to build.rb manipulating the file system. FakeFS seemed at first to be the right approach, but the scope of FakeFS is lost for system calls because FakeFS only...
I worked around this error with yarn [resolutions](https://yarnpkg.com/cli/set/resolution) ([overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) for npm). But a new release would be good 👍
After trying out a range of different mocking libraries with no succes I've landed on reflection: ```cs public static class StubFactory { /** * Produces hacky instances of NwPlayer */...
Most editors support an option to "Extract Interface" from any given class. For instance, vscode outputs the following on NwObject: ```c# public interface INwObject { Guid UUID { get; }...
Hi @meaglyn! I'm sorry this took so long. I can't tell what it's failing on, but here's the last part of the build log. Let me know if you need...