Jan Tesař

Results 82 comments of Jan Tesař

Ok. So I have added the default docker file that Rider throwed at me,.. And it seems to be working quite well: ![image](https://github.com/user-attachments/assets/e7baf7b7-fe77-433a-a230-2a765848ff6f) The output folder contains everything it is...

- Isn't your page server interactive? - What happens if you access the page through the browser when the app is running?

I mean Blazor Server interactivity. Because BlazorStatic is meant to be used with SSR, mainly from the reasons that it is more straightforward. btw the ` ` is always there,...

I guess you probably need something like this: ```csharp var httpClient = new HttpClient(); httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "your_token_here"); ``` I can let users to define their own `HttpClient` instead...

Hey @kijanawoodard . [New version](https://github.com/tesar-tech/BlazorStatic/releases/tag/v1.0.0-beta10) is alive . Please let me know how it works. I would like to discuss the http vs https, but it is OT here. Can...

@ollih1980 Any progress on this?

I agree that this should be part of the overall `dotnet new` magic we aim to achieve. The concept of BlazorStatic templates revolves around "delivering the best default customization" while...

I am with you on this one. At least there should be settings to turn the notification off.

> [@tesar-tech](https://github.com/tesar-tech) there is an option to turn notifications off in the settings. Not for "entries movement", just for history and copy... ![Image](https://github.com/user-attachments/assets/30a0549f-32b2-45b6-807f-ddcd7243818b)

Hey. There will be, I will do it this week. If you have any hints, don't forget to share them.