-
Floki needs a HTML parser built in, in order to remove the [mochiweb](https://github.com/mochi/mochiweb) dependency. This will enable more flexibility and better control of the parsing step.
The pars…
-
Turn into next-level-shit advanced stuff (prepare for broader-audience consumption) --
- "harden": should be very tolerant of config file contents, and give detailed info on errors (what went wrong)
-…
-
In some instances, a task might be flagged as "failed" although NodeODM is still processing the task (and returned an error due to a "hiccup").
This should be fixed by making WebODM more fault tole…
-
It looks like libxml2's html parsing doesn't produce a proper html5 DOM and sometimes chokes on valid html5 even when run in tolerant mode which can result in errors like "XMLSyntaxError: ... Tag foot…
-
The flatten command will produce an error if it encounters two variables that have the same definition but differ only by whitespace. For example:
```
ERROR: Differing equations:
In CDR.mdl:
…
-
Matthijs Welkers mentioned that he had tried to use Nextclade's primer feature with monkeypox (he has published an amplicon tiling scheme for nanopore) but that he got an error when he tried using his…
-
bankroll-py/bankroll#35 introduces a query for activity statements, on top of the trade confirmation query recommended in the README. Activity statements can be configured to include trades in them, w…
-
if a keybinding is double-used astroid crashes with
[ERROR](19:27:19): key: l (thread_view.tag_message) is already user-configured in map with name: thread_view.up
(astroid:28845): glibmm-ERROR **: …
-
Add a debug mode to the install process to set a global debug flag for Gandalf. This flag should be used to allow Gandalf to be more error tolerant during release builds. When in debug mode Gandalf sh…
-
One of the most primary types of test we use to ensure that the library works well is unit testing.
We can't rely on only these tests, as there is a big probability of human errors.
[Fuzz testing]…