Tobias Burger

Results 24 comments of Tobias Burger

I see! Maybe we should invite @deanoemcke into the discussion. If he has abandoned the development of the project maybe he is okay that someone else takes it over?

I can confirm that by using your polyfill suggestion everything works! Sadly `default` doesn't work.

I wonder why `Array.from` is causing troubles. I'm using `Array.from` from polyfill.io in another project (written in TypeScript) and the project runs in IE11 flawlessly.

Should I close the issue? The dotnet new template uses still polyfill.io I guess, so people using that as a starting point are having the same issues...

I think the libsass-net wrapper ist the best solution on .NET so far. I don't know of any purely native .NET lib which is able to generate SASS/SCSS at the...

I'm also experiencing a substantial slow down when consuming a bigger OpenApi file like https://api.tourism.testingmachine.eu/swagger/v1/swagger.json.

Nice! But I've experienced those issues also with other OpenAPI services (not 3MB though) and it would be nice to have a solution for those performance problems.

@cloudRoutine quite neat! This method could be handy to write some script/prototype/exploratory code, but the downsides are that it is not very common to write functions this way and it...

I think there are three purposes for type annotations: * **Making the compiler happy:** inline extensions are the way to go. Oftentimes you only have to annotate a single argument...