Results 15 issues of jsakamoto

**From:** @fingers10 (The original post is in [the Issue #17](https://github.com/jsakamoto/BlazorWasmPreRendering.Build/issues/17#issuecomment-1196380005)) ---- @jsakamoto The fix provided in the `service-worker.published.js`, Change the code inside the `onFetch()` function from `const request = shouldServeIndexHtml...

"Blazing Story" is the clone of ["Storybook"](https://storybook.js.org/) for Blazor, a frontend workshop for building UI components and pages in isolation. ![movie-001](https://user-images.githubusercontent.com/95908/226082201-50e53982-1082-49cb-b264-a6d87349db58.gif) - Live Demo: https://jsakamoto.github.io/BlazingStory/

Split from #13 from @nakigoe ---- HTML that is generated has errors according to https://validator.w3.org/nu/ `Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.`...

### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo update - [...

PR: unreviewed

## Description Hot Reload on a Blazor app doesn't work inside an iframe. See the attached video and sample code. https://github.com/dotnet/sdk/assets/95908/6246ee11-c28a-471b-82d3-0218b1a15605 **Sample code:** [📦BlazorWasmApp1.zip](https://github.com/dotnet/sdk/files/14461331/BlazorWasmApp1.zip) ## The solution I'd like I...

untriaged
Area-AspNetCore

## Description Hot Reload on a Blazor WebAssembly app doesn't work stability for multiple browser windows simultaneously. Apparently, it works fine at first. However, if you open the app with...

untriaged
Area-AspNetCore

## Description Hot Reload on a Blazor app doesn't work inside an iframe. See the attached video and sample code. https://github.com/dotnet/sdk/assets/95908/6246ee11-c28a-471b-82d3-0218b1a15605 **Sample code:** [📦BlazorWasmApp1.zip](https://github.com/dotnet/sdk/files/14461331/BlazorWasmApp1.zip) ## The solution I'd like I...

enhancement
area-blazor
feature-hot-reload

Hi everyone, and contributors of this library: Few days ago, @zijianhuang said "`TryParse` static method **should not** catch all types of exception." with pull request #23 that contains commit:[e3a7917](https://github.com/jsakamoto/ipaddressrange/pull/23/commits/e3a79171dc9b87f3829df689ef873569a4bfcb7a#diff-84e5184cbe9467997f4166539b02496eR178). His...

See also: [Issue #10 - Should we/Can we support persistence of command history on .NET Standard edition?](https://github.com/jsakamoto/CSharpProlog/issues/10)

enhancement

See also: https://github.com/jsakamoto/BlazingStory/discussions/30#discussioncomment-9248142 > _I found out I needed to add another assembly to detect the shared library..._