Marius
Marius
Hello! Is their a possibility to draw pixelbased on a canvas element? Because I coded a raytracer and now i want to implement a gui with liveview of the render...
Hey! I've overridden the "loadLocaleFrom" Function in the config to load translations from the database. I also disabled webpack loader and added the ```await loadNamespaces({ locale, pathname: '/' })``` props...
Hello, I followed your build instructions and I'm getting the following error while I'm building: ``` XmlParser.cs(311,31): error CS1525: Invalid expression "=". [A:\Projects\AvalonStudio\AvalonStudio\Avalonia.Ide\src\Avalonia.Ide.CompletionEngine\Avalonia.Ide.CompletionEngine.csproj] ``` The file "Avalonia.Ide.CompletionEngine.csproj" looks like this:...
Getting an error 400 when specifying the "pagetoken" in PlacesNearbyRequest. #### Environment details 1. Specify the API at the beginning of the title: PlacesNearby 2. OS type and version: Windows...
Hi! When I try to compile at UE4.24 I get the following errors: ``` A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(25): error C2061: syntax error: identifier 'function' A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(89): note: see reference to class template...
Hi! I just wanted to run the train.py script and it gave me the following output: ``` Traceback (most recent call last): File "train.py", line 37, in from tool.tv_reference.coco_utils import...
Hi! Any chance to get this wrapped up in a plugin? :) Nice work!
### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did Try the expo example at https://reactnativeelements.com/docs/components/tooltip ### Expected behavior...
Hi! I'm receiving a "Resource temporarily unavailable" error: ``` File "/root/anaconda3/lib/python3.9/site-packages/ctcdecode/__init__.py", line 106, in decode ctc_decode.paddle_beam_decode( RuntimeError: Resource temporarily unavailable ``` after some time calls of the "decode" method. Do...
Hi! First of all: thanks for this awesome package! But I'm receiving this numpy error: ``` AttributeError: module 'numpy' has no attribute 'float'. `np.float` was a deprecated alias for the...