Bert Barabas

Results 9 issues of Bert Barabas

mypy version: 0.960 python version: 3.10.4 Running on Windows 11 just import the following code into a CPython REPL: ``` from dataclasses import InitVar, dataclass @dataclass class TestInitVar: some_initvar: InitVar...

**Operating system**: Windows 11 **wxPython version & source**: 4.2.0 **Python version & source**: 3.10.6 **Description of the problem**: When using wx.html2.WebView, SetPage works when running Python interactively but after building...

**Operating system**: Windows 11 **wxPython version & source**: 4.2.1 **Python version & source**: 3.11.4 **Description of the problem**: Entire application window/frame flickers when using WebViewBackendEdge backend in wx.html2.WebView Switching to...

**Describe the bug** A dropdown menu with an Avatar as the trigger works only if the Avatar was given a proper image and the fallback was not used. If the...

bug
linear
OSS Bug
hacktoberfest

Just saw this while flipping through the pdf and thought I would mention it...

**Describe the bug** 1. For large files, memory upload consumes significant memory and it grows even more when writing out the file iobuffer. 2. Upload is very slow and consumes...

bug

**Describe the bug** The following exception occurs while uploading a file in 0.6.1 when launched with reflex run --env prod. It does not happen when just using reflex run. [Reflex...

bug

**Describe the bug** Forcing a recompile by just adding a blank line causes the exception below. The exception never happened in 0.7.14 ``` [Reflex Frontend Exception] TypeError: useContext is not...

**Describe the bug** When submitting a form the exception "ReferenceError: refs is not defined" is raised. ![Image](https://github.com/user-attachments/assets/41ce6e65-c8b6-4c35-830e-7ba10a30c30e) **To Reproduce** Steps to reproduce the behavior: Bring up the app in the...

bug