Mikael Zayenz Lagerkvist

Results 17 issues of Mikael Zayenz Lagerkvist

I can not run blitz after installing it using yarn with the above error. I uninstalled Volta, installed Volta again, and ran ``` $ volta install node success: installed and...

As mentioned in MiniZinc/MiniZincIDE#125, adding the `-s` option to `fzn-gecode` overrides `-mode gist` which is surprising. The best would probably be to make it possible for Gist to also output...

good first issue

The configure code looking for Qt can malfunction in some cases. The following happened during configure ``` checking for moc... moc checking whether to build with Qt support... qmake: could...

When building the examples using the CMake files, all examples are always built. This can be compared with the Makefile build, where examples are divided up into groups depending on...

help wanted

In the [registry function](https://github.com/Gecode/gecode/blob/87a464b9d7d67616c1b4c6b98600d38a782d014b/gecode/flatzinc/registry.cpp#L1210) for `gecode_cumulatives` the case where the tasks may have zero-length duration and the bound is not assigned is currently decomposed into basic constraints. An alternative re-write...

good first issue
help wanted

The [`gecode_cumulatives`](https://github.com/Gecode/gecode/blob/develop/gecode/flatzinc/mznlib/fzn_cumulative.mzn#L40) MiniZinc constraint is used for implementing `fzn_cumulative`. The [registry post function](https://github.com/Gecode/gecode/blob/87a464b9d7d67616c1b4c6b98600d38a782d014b/gecode/flatzinc/registry.cpp#L1210) does a lot of inspection of the arguments, posting different variants of the constraint. This requires first...

good first issue
help wanted

In Gecode, many [scheduling constraints](https://www.gecode.org/doc-latest/reference/group__TaskModelIntScheduling.html) constraints take a triple of `start`, `duration`, and `end` variables for each task, while the coresponding constraints in MiniZinc work with only a `start` and...

good first issue
help wanted

### Which packages are impacted? - [X] `remix-validated-form` - [X] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [X] `zod-form-data` ### What version of these packages are you using? "dependencies": { "@remix-run/react":...

documentation
good first issue

I saved a project in the MiniZinc IDE using the "Save project as..." feature. The project files indicated that all the files that had been opened in the IDE window...

In some cases it is common to have a list of lists of non-equal length as the data. Representing this in MiniZinc can be awkward and require a lot of...

enhancement