douira

Results 51 issues of douira

**Description of the problem** The package fails to compile during installation and produces errors. The errors seem to be these: ``` ../lib/unix/API.cpp:36:38: error: no matching member function for call to...

bug

I might be doing something terribly wrong, but from how I read the documentation, this is how `withDefaults` can be used: ```js const consola = require("consola") //display the date more...

**Describe the bug** The latest release `release-331` crashes with the following error: ``` [...] INFO|PluginManager|Registered 0 plugin instances INFO|PluginManager|Enabled 0 plugins! INFO|Alex|Startup time: 00:00:40.2538415 Unhandled exception. System.InvalidOperationException: Shader Compilation Failed...

bug
help wanted
major bug

Comments like the following are formatted to have an ever increasing number of empty lines: ``` //foo // ``` Turns into: ``` //foo // // ``` With each formatting pass...

bug

This is my idea of an API that uses mutable state for compatibility with frameworks such as Vue.js that use mutable state. @ept [suggested](https://github.com/automerge/automerge/pull/438#issuecomment-950123636) I write a brief proposal of...

design-discussion

I followed the posted instructions on installing for macOS (Monterey). It crashes with the following error on launch: ``` [00:44:29] [main/INFO]: Loading Minecraft 1.18.2 with Fabric Loader 0.14.7 [00:44:29] [main/INFO]:...

**Description** Usually, with the regular test logger in Gradle, it prints the standard outputs to the console but not the parameterized test cases. Is there an option in this plugin...

feature

#### What went wrong? `Traceback (most recent call last): File "/Users/douira/Library/Application Support/GIMP/2.10/plug-ins/export_layers/pygimplib/pggui_entries.py", line 69, in _on_entry_changed if self._entry.get_realized(): AttributeError: 'FileExtensionEntry' object has no attribute 'get_realized'` #### If you can, tell...

The BayesianOptimization tuner doesn't return the model with the best `val_loss` and "Best val_loss So Far" increases sometimes. Am I misunderstanding how the tuner works? Wouldn't the "Best val_loss So...

bug

Forge now throws a fatal error if a mod is missing the `license` field in the `mods.toml`. Currently my workaround is to add a placeholder string manually into the jar...