George Kinsman
georgekinsman.com
George Kinsman
@georgekinsman.com
TIL that HTML's type=number input supports scientific notation, so you can type 1e3, press down and it'll change to 999. Amazing.

Example here codepen.io/gkinsman/pen...
Untitled
...
codepen.io
June 25, 2025 at 4:56 PM
@erkjlvk.bsky.social Hi there! Just discovered Fileside and loving it so far, but was wondering if you had an issue tracker anywhere to log requests/bugs? I'd love to be able to have a pane that is a powershell/terminal prompt, but also it appears pwsh core isn't supported? Cheers!
June 16, 2025 at 9:54 AM
Another .NET release, another hot reload performance bug. This time it's an internal error that takes 10 seconds to handle a razor exception, but eventually the blazor reload works. github.com/dotnet/aspne...

Does anyone actually use this stuff before it's released?
Update `HtmlAttributePropertyHelper` to correctly follow the `MetadataUpdateHandlerAttribute` contract by MackinnonBuck · Pull Request #58558 · dotnet/aspnetcore
Fixes an issue where HtmlAttributePropertyHelper did not correctly follow the MetadataUpdateHandlerAttribute contract, causing hot reload to fail. Fixes https://github.com/dotnet/AspNetCore-ManualT...
github.com
December 6, 2024 at 5:46 PM