Yoseph Radding

Results 7 issues of Yoseph Radding

I am looking to build ports on my nodes that both create and accept new links. Is there support for this? I tried by stacking both an in and an...

The executable in Content/MacOS/ runs fine, but the .app fails to open. I am using the bundler with this config: ```{ "app_name": "Courier", "icon_path_darwin": "assets/icon.icns", "icon_path_linux": "assets/icon.png", "icon_path_windows": "assets/icon.ico", "version_electron":...

I need this because I am using go modules outside of the GOPATH and my structure is a little different like so: ``` /root \ cmd \ cmd1 \ main.go...

Add automated releases for travis CI. When I tag a release here on github, it should automatically trigger a build in travis that tests the application, builds the pypi package...

Hacktoberfest

enhancement
help wanted
ast

the statement should look like this: ``` (a, b, c) -> a + b + c; ``` This is functionally equivalent to ``` (a, b, c) -> return a +...

enhancement
help wanted
parser

This statement should look like: ``` (a, b) -> : a > b -> return doSomething(); : a < b -> return doSomethingElse(); : true -> return doTheLastThing(); done; done;...

enhancement
help wanted
parser