Yardanico

Results 46 issues of Yardanico

If some file in "nim-#devel" or "nim-0.17.0" is being used - like opened in some editor, or some executable from this folder is running, choosenim throws this error: ```bash C:\Users\Tiberium>choosenim...

High Priority
Messages
OS/Platform specific

Hello! I like that you tried to make a fast Markdown parser, so I spent some time figuring out if I can speed up anything. With these changes, I got...

For example: ```c #define LRESULT long ``` Gets turned into something like: ```nim when not declared(Lresult): when long is typedesc: type Lresult* = long ## Generated based on /home/dian/Projects/nsciter/sciter-js-sdk/include/sciter-x-types.h:71:11 else:...

On Windows nimble creates `bin.cmd` files in the ~/.nimble/bin folder instead of symlinks with the contents: ```cmd @chcp 65001 > nul @"%~dp0\..\pkgs\futhark-0.6.1\opir.exe" %* ``` Futhark executes opir with just `opir`,...

bug
Windows

It's not really an issue in Futhark, but it affects Futhark and I figured it'd be worth reporting it to maybe add a workaround or at least let others know....

bug
Windows

Futhark converts C definitions of function pointers inside structs that are defined as separate types to `ptr FunctionType` instead of just `FunctionType`. For example with this C header: ```c typedef...

Hello, thanks for your great program! I have a little issue - I can't run compsize on / directory: ```bash yard@arch  ~  sudo compsize / Not btrfs (or...

### httpx version: 1.1.4 ### Current Behavior: When using `httpx` together with `-stream` and `-stats`, stats don't actually show up. ### Expected Behavior: Statistics show up even when using `-stream`...

Priority: Low
Type: Enhancement
Type: Maintenance

https://github.com/abbeymart/mcresponse The author seems to have switched the project to Go but it's still in Nimble packages. @abbeymart

See https://github.com/philip-wernersbach/nim-orient - the code is in the `prerelease` branch which is NOT the default, also it's not specified in Nimble (can we even specify a branch in packages.json? If...