Standa Lukeš
Standa Lukeš
A control which wants to render a template with data context set to result type of a command would need this. The generic unwrap attribute is not enough, because any...
We used to insert the ResourceLink at the end of HtmlGenericControl Render, when head or body element was rendered. After this change, the component is inserted compile time into the...
Currently, we internally use a lot of different endpoints (dotvvmResource, something for file upload, returned files, ...). The new things, like configuration page are under `/_dotvvm` prefix, so it would...
We should move the DotVVM.Diagnostics.ServerSideCache to the framework, as we did with compilation status page. Alternatively, at least update the existing package, it does not currently work with DotVVM 4.x
By default, DotvvmMarkupControl allows children. The children are appended into the markup control, after the control's content. This is counterintuitive and will not work if used from another markup control...
This function updates a hierarchy of knockout observables, which shouldn't be needed in current dotvvm versions - we have setState for that. In cases where it's really needed, knockout built-in...
When a block is inside another expression (binary, unary, assignment) it is now formatted into braces. It's not valid C# code, but neither was it valid before this change. This...
I needed to download all my submissions from recodex, so I wrote this script. I think it might be generally useful
observable.state now formally issues a state update in order to gain access to the current state. It works, but it's counterintuitive when debugging and might be inefficient
partially adresses #1802