Mathias Raacke
Mathias Raacke
If I simply specify an empty files[] in my tsconfig.json, then tsc seems to ignore files that are not reachable from any of my entries.
The build is failing, I think it needs to be upgraded to .NET Core 1.0 final (it's still using rc1). I don't have time for that right now, but I...
There are other solutions which are actively maintained. I have not worked on this project for years. Out of curiosity, is there anything that this project can do that other...
Yes. Did you try one of these? Personally, I don't handle certificates myself anymore. I've just put my site behind a CDN. Cloudflare provides everything I need for free.
That would be a great contribution! I'm currently working on another project in my free time, I won't have time to do the upgrade myself for at least the next...
Great, thanks! I just committed the appveyor.yml. I already changed the image to VS2017 and changed the targetframework in the project files from ".netcoreapp2.0" to ".netstandard2.0".
Yes, we should change the versioning to 0.1.0, the next release is a major change compared to the previous release that was based on a preview version of .net core....
Thanks! Yes, the vacation was great. It would be great if you wanted to work on this project. Personally, I don't have time to work on this project at the...
I just discovered "lookup", tried to use it for the first time, and as always, first testet my chart with just "helm template". I got an error like "Error: cannot...
Adding a simple line chart to my app should not add 3 MB to the bundle size. When you analyze the sample with webpack-bundle-analyzer, you can see that the bundle...