-
Is it possible to do use *luastatic* for modular programming?
Usecase-example:
Let's take
1. a ``string.c``-file which contains some helper functions concerning strings and
2. the actual ``main…
-
When you submit with a formAction$, the routeLoader$ fires and then fires again after the redirect. But, if you redirect from within qwik's globalAction$ instead, routeLoader correctly only fires onc…
-
## Status
The purpose of this RFE is to gather ideas and track progress of an Orbeon Labs investigation project. The purpose of the project is to make the Orbeon Forms forms engine available on cli…
-
hello! i just remove all warnings by doing this but did not work
//
{(field, props) => (
{field.error && {field.error}}
)}
i get in frontend
!…
-
Hello @fabian-hiller,
I'm using version v0.20.2 of ModularForms along with version v1.2.11 of QwikJS. I encounter an error from QwikJS when trying to use the "transform" property of a "field" in Mo…
-
Define a newform (up to conjugation)
```
time nf = ModularSymbols(100,2,1).cuspidal_subspace().new_subspace().decomposition()[0]
```
`nf.coefficient_field()` -- should return the field of definiti…
-
It's not clear to me why when initialValues re-seed matches the current state is dirty still true if it matches the reseeding. So even though we keepDirtyValues, if dirty values matches the reseed of…
-
I've been enjoying using ModularForms quite a lot, but I've stumbled onto one feature I think could help build forms of greater complexity. I tend to write small modular components that can end up qu…
-
As mentioned in #4, we have a lot of [different classes for handling population genetic data](https://github.com/NESCent/r-popgen-hackathon/wiki/R-Classes-for-Population-Genetic-Data) and they are all…
-
Hi fabian,
Sorry there's no way to reproduce this issue. I can't reproduce it outside of my production code yet. I'll try explain the problem and share some code _that is similar but doesn't suffer…