Egil Hansen
                                            Egil Hansen
                                        
                                    > I'm not sure what you are asking. You can create a proxy object to perhaps download the cache list from the server. We'd have to set up an endpoint...
@LarsSkovslund / @rickykaare / @davidkallesen / @perkops / @cjakobsen / et. al. please share your input on the suggested changes above. Here are a few questions/thoughts: 1. Is this all...
> That is correct but if we want to optimize for that as well then we should be even more crisp and use `Enumerable.Empty()` Interesting, wasn't aware of that. Looking...
This needs steps to reproduce the bug.
This needs steps to reproduce the bug.
This need reproduction steps.
Instead of documentation on a website, I strongly prefer just having codedocs added. That way the documentation is available right in the code/editor.
Hey @StefH, Natively Htmxor will support what Htmx comes with out of the box. To support any extensions, Htmxor will probably need to be expanded with a generic `HtmxResponse.Headers` property,...
In this case you should not set ``. Only set `UseEmbeddedHtmx="false"` if you want to include your own version of htmx.js. If you just want to use an additional htmx...
Some statuscodes result in no content being sent, i.e. `HttpStatusCode.NoContent`, but otherwise, you should be able to set any statuscode you want and return any result. I am still learning...