Sören Nils Kuklau

Results 194 comments of Sören Nils Kuklau

>if you want to try and position it, I found this that seems to work https://medium.com/@jh3y/how-to-where-s-the-caret-getting-the-xy-position-of-the-caret-a24ba372990a Yeah, the offscreen div approach is one I evaluated. I'll consider it.

Isn't the built-in WASM logger limited to one log level?

> We used to use (Build)WebCompiler but [..] it is no longer maintained I believe. Yeah, seems that way. I'm kind of hoping that Blazor will lead to a renaissance....

https://github.com/excubo-ag/WebCompiler > This project is based on madskristensen/WebCompiler. However, the dependency to node and the node modules have been removed, to facilitate a pure dotnet core implementation.

For what it’s worth, if you require .NET 6, that’ll make the library not usable for me, as I still use it in a “legacy” .NET 4.7.2 project. .NET Standard...

See also https://github.com/manuelroemer/IsExternalInit/pull/11. Seems to me the property is indeed the correct fix.

>They are one and the same. At least they were when the code was written. Well, `Console.WriteLine()` will forward there, yes, but you can't specify log levels that way. iOS...

@allenhumphreys I made a sink that calls Apple’s APIs. If someone is interested, I’ll make the repo public.

> Does the unified-logging sink works with .NET core ? I don't believe it's possible yet to target Xamarin stuff from .NET Core?

> would you be interested in contributing that sink into this repo I’ll have to port it to modern .NET some day.