Gaspard Culis

Results 10 issues of Gaspard Culis

- [x] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: 4.3.0 - node: 16.16.0 ## Detailed description of a problem I am trying to connect...

possible bug
Stage1

### Description of the requested feature I'd like to be able to format command strings present in `(defpoll)` and similar expressions. ### Proposed configuration syntax ```yuck (defvar eww_state 69) (defpoll...

enhancement

JSDoc will make development easier on modern IDE

**Describe the bug** The Calendar and especially the Todos widgets do not update after adding a new task unless the widget gets removed and the re-added **To Reproduce** 1. Add...

### Versions - **App Version:** v1.0.0 - **Node Version:** v16.13.2 - **Operating System:** Windows 10 - **Browser:** Google Chrome v109 ### Expected Behavior I just put a console.log in the...

bug

### System info > CPU : AMD Ryzen 9 5900HS with Radeon Graphics > GPU : NVIDIA GeForce RTX 3070 Mobile > iGPU : AMD ATI Radeon Vega Series ###...

enhancement

Hello, here is all of my source code lol: ```rust use godot::prelude::*; use ndarray::{Array, ArrayBase, Dim, OwnedRepr}; use rand::Rng; type NNArray = ArrayBase; macro_rules! godot_panic { ($msg:expr) => {{ godot_error!($msg);...

bug
c: core

The `DriverCacheManager` initializes its `_cache_key_driver_version` to None, and it never gets updated in the code. This means that even with a `DriverCacheManager` you still have to fetch the remote driver...

Do you plan on upgrading the tree visualizer to a fully featured graphical behaviour tree editor ?

Derives serde's `Serialize` and `Deserialize` on registry types defined using the `registry` macro when the `serde` feature is enabled.