matkuki

Results 25 issues of matkuki

Hi jboy, Building the `greatings.nim` example on windows throws: ``` Caught OSError([WinError 2] File not found) Traceback (most recent call last): File "C:\Users\Matic\.nimble\pkgs\pymod-0.1.0\pmgen.py", line 525, in main() File "C:\Users\Matic\.nimble\pkgs\pymod-0.1.0\pmgen.py", line...

Line 124 added: this fixes a crash on Windows, when calling the `exit` method. - [] I have added an entry to `CHANGELOG.md` ## Summary of changes ## Test plan...

Hi, Specs: - Windows 10 - Vale 0.2.0 running `valec build mymod=myprogram.vale --output_dir build` with file `myprogram.vale`: ``` exported func main() { println("Hello world!"); } ``` throws: ``` $ valec...

Updated the Nim Lexer. Did some basic testing and it's better than before.

update needed

Hi, Could a `refresh` function be added to the `FileBrowserWidget`? Setting the `path` to the already selected path does not refresh the view. Is there some way to achieve this...

type: enhancement

Hi, I tried making a VFix with a maximum height by setting the `max-height: 200px; overflow-y: auto;` but that doesn't seem to work. The layout stretches well past 200 pixels....

type: question

I found that this code prints **CLICK**: ```python from flexx import flx, ui, event, config class MyWidget(flx.PyWidget): def init(self): super().init() with flx.StackLayout() as self.layout: self.but = flx.Button(text="BUTTON") self.layout.set_current(self.but) @flx.action def...

type: bug
tag: ui
type: discussion

Hi, I have an application that looks like this: - A main `PyWidget` object that acts like a hub widget, with some smaller widgets and a `StackLayout` for displaying `Page`...

type: bug
tag: ui

A Hex view is needed for reading binary files in the vein of PSPad or sexton (https://github.com/PetterS/sexton)

enhancement

Add more nodes and more information to existing nodes in the Python node tree display, like: - last line of a function/method - class variables

enhancement