Ben Alexander

Results 4 issues of Ben Alexander

Edit plugin. With other changes to BitArray, DisplayWidget and possibly more. Edit is a plugin for Hobbits that allows a user to directly change the data of a Bit Container....

**Your Godot version:** 3.6-beta, Also tried with 3.4.5 **Issue description:** I was following the tutorial here: https://docs.godotengine.org/en/3.6/development/cpp/custom_audiostreams.html, but the files don't compile. scons -j8 platform=linuxbsd scons: Reading SConscript files ......

bug

I'm using the python tenacity library to do exponential backoff of a funtion. import tenacity def log_attempt_number(retry_state): print(f"Retrying: {retry_state.attempt_number}...") print(retry_state.outcome) @retry(wait=wait_random_exponential(min=1, max=60), stop=stop_after_attempt(100), after=log_attempt_number) def throw_exception(): throw Exception("What is this...

### Tested versions 4.2.2.stable.official ### System information Linux Mint ### Issue description I expected Sprite3D not to ripple and flicker, but smoothly transition from small to large, like DOOM sprites...

bug
topic:rendering
topic:3d