Alex Walker

Results 60 issues of Alex Walker

### Description When attempting to cross compile from OSX to linux as per the documentation, it seems that Wails is not configured correctly to do so and fails ### To...

Bug

Hi @AlienRecall I spoke with Lea Anthony on the slack group who said you were quite active around the wails community. I wondered if you ever had any luck getting...

I use github releases for my builds. Is there a way to use this with github releases and update when a new published version is available there? That would be...

Hi If an SSH key is encrypted, you get a nasty error message: ``` panic: Can't run remote command: asn1: structure error: tags don't match (16 vs {class:3 tag:14 length:112...

would be amazing it this could be pointed at an s3 bucket and serve contents (and recursive contents) to a browser. taking account of permisisons for the current user...... I...

Hello! This is a cool bit of work. I am looking to cancel a diff (on large files where the diff takes time), I want to pass a channel into...

Rsync picks up the file change, but can't seem to delete some files: ``` 2016-05-06 15:12:30 [INFO] rsync: delete_file: unlink(emailframework/node_modules/.bin/semver) failed: Permission denied (13) 2016-05-06 15:12:30 [INFO] rsync: delete_file: unlink(emailframework/node_modules/.bin/mime)...

I am running locally on OSX, I have Postgres running and have used the file at `db/migrations/20150207110852_initial` as the file I imported to the database to create the table. everything...

I've been using nginx-proxy for a while now, and came across this when wanting to move off vanilla ec2 and over to ecs. I've got it to a point where...

Based on a series of data, to plot the MACD and signal lines, I am doing: ``` macD := analytics.MACD(closePriceIndicator, 12, 26) macDSignal := analytics.MACDSignalLine(macD, 9) ``` Where the above...

bug