Yoseph Radding

Results 9 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

### Checkboxes for prior research - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [x] I've searched for [previous similar...

bug
p2

Related to issue [#250](https://github.com/jetbridge/cdk-nextjs/issues/250), I am curious if there is a reasoning why you perform an `execSync` here: https://github.com/jetbridge/cdk-nextjs/blob/main/src/NextjsBuild.ts#L155-L159 rather than using the built in CDK bundling that uses docker...