andi0b
andi0b
@gaston-e-nusimovich: As you seem to know how to turn a Matrix 90 or 180 degrees with Math.NET numerics, could you maybe give us a hint how to actually do it?...
The component also takes very long to initially render, i constantly get warnings like this in my console: ``` [Violation] 'setTimeout' handler took 103ms zone.js ``` It is faster though...
This seems to work, but not on iOS. Here the example I used: I create a js file `/Queries/library.js` with this content: ```js exports.formatDate = date=> date.toLocaleString({ weekday:'short', day: 'numeric'})...
> @andi0b were you able to find a workaround to get this working on iOS? No, I copy&pasted the code now into every file. Seems to be the better compromise.
I was also struggling with it, this seems to work for me, no idea if it's right: Edit: Maybe it works also without the `allow-cert-manager-resolver-reverse` policy ```yaml --- apiVersion: networking.k8s.io/v1...
I had similar issues in Windows Terminal with the Jet Brains Mono Nerd font. Some characters and numbers were smaller than others, which looked very disturbing. Removing the Windows Compatible...
@enticey: Yes, I had other issues then and ended up patching the font by myself and the resulting ttfs worked like a charm then. I didn't figure out why the...
I think I tried the Mono variant too, and it had also issues. Interestingly then it concerned different characters. The build here is rather old and also based on an...
I saw that there is now a rather new build of JetBrains Mono inside this repo. But on nerdfonts.com there is still quite an old version linked. I guess most...
So I just tried to figure it out with a new Windows Installation. I used Windows Sandbox with the current stable version of Windows 11 and Windows Terminal, and I...