retsyo

Results 89 issues of retsyo

I found that UniExtract2 decompressed python-3.10.0-amd64.exe from https://www.python.org/downloads/windows/ into bundles of `msi` files under `AttachedContainer` directory. Is it safe to extract all the `msi` files to get a working python?...

Since I have to use a proxy to visit scribd, this script can download nothing from my web connection. So could you please add the option which can use a...

I am using Chinese, cp437 can't handle it. So the default code page is cp936. Thus the Single/DoubleTable will create too long table line. Any hints?

bug

I always cloned latest nim source and compiled in MSYS2+MingW64 on windows 10 64 bits. Everything is OK months ago. But now, something weired happened 1. first, the version of...

please note that the last statement, i.e. `a[..3]` outputs 3 lines of result ``` nim> var a = @[3, 1] nim> a[0..1] @[3, 1] == type int nim> a.add 4...

help wanted

I run ``` cd ravi-master mkdir d cd d cmake -G "MSYS Makefiles" .. make ``` but ``` [ 0%] Building C object CMakeFiles/libravinojit_static.dir/src/ravi_alloc.c.obj D:/tmp/ravi-master/src/ravi_alloc.c:1668:1: error: multiple storage classes in...

it seems that mypyc tries to use VC on windows. However I am using Mingw64+Msys2. Any way to tell mypyc to use gcc from Mingw64+Msys2? Thanks ``` E:\msys64\mingw64\bin\gcc.exe -mdll -O...

help wanted
priority-2-low
feature

In my case, I convert a markdown file to HTML which then is rendered with QT. The main code is ```python webView = QWebEngineView() webView.setHtml(pageSource) ``` as you may have...

MSYS2 + MINGW64 on windows 7 64bits ``` USER@USER-PC MINGW64 ~ $ nimble install gintro Downloading https://github.com/stefansalewski/gintro using git preparing gintro --2019-01-22 22:08:26-- https://raw.githubusercontent.com/StefanSalewski/oldgtk3/master/oldgtk3/gobject.nim Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133,...

use an 0o prefix for octal integers