Damian Silbergleith

Results 14 comments of Damian Silbergleith

You can clone the repo here: https://github.com/robinzigmond/dominion-cardpicker and you'll find the images here: https://github.com/robinzigmond/dominion-cardpicker/tree/master/public/card-images

@aakashns it would be great to get this merged

I've got a working POC of this: https://github.com/ds17f/jsnes-web/tree/add-touch-controller The code is POC code, so I'm not ready to PR it against this project. What I'd really like to do is...

I _think_ I'm running into a problem on macOS where my app running in wine is bailing because of pulse. I'm not 100% sure. Same config works running on a...

![image](https://user-images.githubusercontent.com/14797221/87883576-49a87480-c9bd-11ea-855c-2aca7c71afc1.png)

Can I do anything to help get a new package pushed? I'd love to use this for a project by my leads are saying that we've got to try something...

It looks like `deploy/netlify` is breaking because of an old version of `ubuntu`. I don't know how to fix that but would be happy to if it can be done...

Progress! First change required was in `src/App.js` ``` ``` needs to have a `basename` added ``` ``` This at least gets the homepage to load. Still working on the roms.

GOT IT! `src/ListPage.js` needs to be updated to be aware of the base path as well. I'm going to put together a PR that exposes this as a configuration variable...

Does anybody have any info on this? Is anybody successfully building with Android Studio? I'd love to get the debugger working and to be able to instruct others on how...