Wizzerinus | Alex K.

Results 14 issues of Wizzerinus | Alex K.

As you could know, Inkscape 1.0 is the new version which broke quite a lot things: - Now a different command is used to recompile SVG to PDF+TeX. I'm using...

## Description I don't know if this is a bug or an enhancement, I think it's kinda both https://github.com/panda3d/panda3d/blob/master/direct/src/directnotify/Notifier.py#L119

enhancement
good first issue

## Description Unlike the NodePaths and some other variables, MultiplexStream is getting caught by garbage collector. However, when `directNotify.warning` or similar are used, the pointer to it is still held...

bug

**System Information:** ``` Client Version: 2.8.0 (2021-01-26) Client Operating System: EndeavourOS Build Architecture: 64-bit Qt Version: 5.15.4 System Locale: en_US Install Mode: Standard ``` _______________________________________________________________________________________ Looking at the top X...

App - Servatrice
Defect - Game Rules Compliance
Bug
High Priority

## Description Asynchronously loading models causes segmentation faults if the AsyncLoadRequest (or _Callback) get garbage collected by python. ## Steps to Reproduce ``` from direct.showbase.ShowBase import ShowBase class Game(ShowBase): def...

## Description Egg palettize in inplace mode destroys any PNG file it encounters that it has to write over. This can have very interesting ramifications depending on the build process...

So, MongoDB allows using indexes on lists like this: ```python collection.create_index("mike.first", unique=1) collection.insert_one({"mike": [{"first": "value"}]}) collection.insert_one({"mike": [{"first": "value"}]}) ``` [Link to documentation](https://www.mongodb.com/docs/manual/core/index-unique/#unique-compound-index) This will not work in MongoDB because both...

## Description Having a `DirectEntry(backgroundFocus=1, overflow=1)` sets up a hanging event on the Entry which triggers on any text input. When the Entry is destroyed, and then any key is...

## Issue description As of right now there is not a way to know in which way an Actor is currently playing an animation (playing, looping, etc.) This PR fixes...

## Issue description This PR allows loading metadata/comments/tags from sound files and exposes those to the programmer. Example code: ```python from direct.showbase.ShowBase import ShowBase from panda3d.core import loadPrcFileData loadPrcFileData("", "audio-library-name...