Robin Lindner
Robin Lindner
Make functions const, which use floating point arithmetic ### Example Proposal https://github.com/mooman219/fontdue/blob/master/src/font.rs#L45-L53 #### Before ```rs #[inline(always)] pub fn scale(&self, scale: f32) -> OutlineBounds { OutlineBounds { xmin: self.xmin * scale,...
**Describe the bug** It does not work **Failed Action Log URL (Required)** https://github.com/deeprobin/deep-translation/runs/1129954144?check_suite_focus=true **To Reproduce** Steps to reproduce the behavior: 1. https://github.com/deeprobin/deep-translation/actions/runs/259783619/workflow **Expected Behavior** I expect, that the workflow runs...
Benchmark: https://www.stevejgordon.co.uk/an-introduction-to-optimising-code-using-span-t
```cs public async Task CreateAccount() { var username = "***"; var password = "***"; var email = "***"; var firstName = "***"; var userSession = new UserSessionData { UserName =...
I would like to see an information page (`README.md`) for the GitHub organization. This can be realized by creating a repository with the name of the organization (`dotnet`) and creating...
The MSSQL syntax also supports quotes but the usual syntax is the one with the square brackets.
For ex. https://progress-bar.dev/1111111111111/ Probably a maximum limit would be useful (I think 99999999999).
It might be useful when its larger than a specific size to compress the data on the graphics card if available.