Yardanico

Results 26 issues of Yardanico

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...

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

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...

First attempt - the code is pretty rough and is more of a PoC but it already works pretty well, for example: ![2020-06-28-02-10-21_grim](https://user-images.githubusercontent.com/21169548/85933911-e8711200-b8e4-11ea-97bd-55b2d7981781.png) Things to consider: As @dom96 suggested, change...

There's a lot of topics on the forum where topic starters ask something about Nim. I think the ability to add [SOLVED] to the topic title will be useful.

If users changes his email and confirms it, his status on the forum will change to "Moderated". I don't think this is an intended behaviour.

Bug

- [x] `abs()` - [x] `all()` - [x] `any()` - [ ] `ascii()` - [x] `bin()` - [x] `bool()` note: called `toBool` in pylib - [ ] ~~`breakpoint()`~~ Not really...

help wanted
in progress

Used normal object copy instead of deepCopy since TomlValueRef of kind Date, Time and DateTime don't contain any ref types inside. For the removal of type checking in arrays -...

Before this change, this code would fail to compile with `--threads:on`: ```nim import packages/docutils/[rstgen, rst] proc documentToHtml*(doc: string, isMarkdown: bool = false): string {.gcsafe.} = var options = {roSupportMarkdown} if...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Implement https://github.com/facebookresearch/ToMe...