jonmdev
jonmdev
> I've prepared a branch (for now it's based on .NET8 so I'll have to rebase) with the fix. [main...albyrock87:issue-24996-translation](https://github.com/dotnet/maui/compare/main...albyrock87:issue-24996-translation) Hey, thanks so much for looking into this and trying...
Alby! I have to say - Thank you so much! You have single handedly fixed so many of the terrible iOS problems now. Now this appears fixed as well. I...
Managed to get the correct code. It is: ``` let triMeshVerts = new Float32Array(9); triMeshVerts[0] = -9; triMeshVerts[1] = 0; triMeshVerts[2] = 9; triMeshVerts[3] = 9; triMeshVerts[4] = 0; triMeshVerts[5]...
I have revised my issue report, as I am now observing this issue also truncates letters off of words (previously I noted it was truncating words entirely - now today...
This appears to be due to rounding errors in the measurement system. Swapping the demo project App.xaml.cs for this "fixes" the problem and you can see the missizing that triggers...
This has not been fixed. Nothing has changed. I updated the posted bug project to .NET 9 and this is same result: 
@kubaflo Please reopen this.
> As you can see the issue boils down to how Android deals with one-line-forced-text. What I would recommend is to set `LineBreakMode` to TailTruncation or explicitly set width of...
> The HTTP API can pass parameters into [queries](https://docs.arcadedb.com/#HTTP-ExecuteQuery) and [commands](https://docs.arcadedb.com/#HTTP-ExecuteCommand). I don't see any examples of anything that could protect against SQL injection there? My understanding is that to...
> Above, I meant, for example, using a function to wrap the statement and after asserting the wrapping function's arguments, passing those as parameters into the wrapped statement. That was...