puthre
puthre
ValueError: SHA could not be resolved, git returned: b'' ``` python terminal.py Traceback (most recent call last): File "/home/puthre/OpenBBTerminal/terminal.py", line 917, in main( File "/home/puthre/OpenBBTerminal/terminal.py", line 859, in main terminal()...
if you move the camera, FramesPerSecondCounter remains behind. PR coming
adding ``` var fps = scene.CreateEntity("fps"); fps.AddComponent(new FramesPerSecondCounter()); ``` leads to: ``` Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key '∞' was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Nez.BitmapFonts.BitmapFont.get_Item(Char...
Whenever I want to toggle imgui from the console nez crashes with ``` Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.BadImageFormatException: Expected reference...
In [TiledRendering.cs:120 ](https://github.com/prime31/Nez/blob/36b5d4927950757c6814d88058d1b4b5bd91207f/Nez.Portable/Assets/Tiled/Runtime/TiledRendering.cs#L76) should be changed to something like RenderTile(tile, batcher, position **- new Vector2(tile.Tileset.TileOffset.X, tile.Tileset.TileOffset.Y)**, scale, tileWidth, tileHeight, color, layerDepth, layer.Map.Orientation, layer.Map.Width, layer.Map.Height); TileOffset is correctly loaded but it...
Using the latest binaries from https://github.com/TGRCdev/gdsqlite-native/releases with Godot v3.2.1.stable.official db.open() crashes on android when compiled on release with **apk expansion turned on**. I've attached a minimal reproduction project just open,...
Insert silently failes if a field name starts with "level". I've debugged for a few hours now where an insert query would silently fail, and the culprit seems to be...
### Is there an existing issue for this? - [x] I have searched the existing open and closed issues ### Current Behavior Addig cgpeers shows the error: " Unable to...