Sebastian Stehle

Results 133 issues of Sebastian Stehle

Hi, I created a bundle with es6-shim as first file. Unfortunatly my app (http://mobile.green-parrot.net/) fails, because of this line of code. 3215: if (!ES.IsCallable(globals.Reflect[key])) { } The reason is that...

Do you have some plans to add the styles and script config by default. What I mean: Often I have something like this my.component.ts my.component.html my.component.scss It is obvious when...

in discussion

Hi, I have to include my react app in a rails application. Can I remove the hash from the generated output files?

Fixes #565 ## Changes * Convert null tags to correct attribute value. * Fix tests, which were not using the correct activities. * Fix an edge case where an invalid...

# Issue with OpenTelemetry.Exporter.Stackdriver Stackdriver Beta1 (Open Telemetry Versions are not relevant) **Is this a feature request or a bug?** * [ ] Feature Request * [x] Bug I just...

comp:exporter.stackdriver

Would be great to have a tooltip on the collapsed icons.

enhancement

Would be great to have an "active" prop on SubMenu as well.

Hi, I really like your package. I have one feature request, though. I would like to mark the active menu point is active. This is no problem with the active...

enhancement

Hi, in my headless CMS I use graphql-dotnet. The user can create schemas with the UI or API and based on this schema definition the graphql endpoints are created. There...

question

The DocumentWriter for JSON.NET works fine, but the reader still uses synchronous reading. Fortunately the needed class is public: https://github.com/dotnet/aspnetcore/blob/main/src/Http/WebUtilities/src/HttpRequestStreamReader.cs So it should be easy and possible to just replace...