geezmolycos

Results 4 issues of geezmolycos

Python document says there is [unary plus operator](https://docs.python.org/3/reference/expressions.html#unary-arithmetic-and-bitwise-operations) in python. It's equivalent to `operator.pos`, and it's function can be overrided by implementing magic method `__pos__`. While it's hard to find...

feature

I'm using terminus 0.3.22 with sublime text 4113 on windows 10. It seemed to work properly with ascii characters. However in Cmder terminal the cursor seemed to jump around when...

### Zig Version 0.12.0-dev.3475+71d878ba5 ### Steps to Reproduce and Observed Behavior Run the following build command with a minimal zig file `zig build-obj -gdwarf64 -O Debug -target x86_64-linux example.zig` Example.zig:...

bug
contributor friendly
frontend

### Zig Version 0.13.0-dev.242+6635360db ### Steps to Reproduce and Observed Behavior Write a simple zig file: ```zig export fn zig_add(a: u32, b:u32) u32 { return a + b + 1;...

bug
os-windows
frontend