James Falkner

Results 11 comments of James Falkner
trafficstars

@roelandp Thanks for the info on altbeacon! I haven't had time to maintain this project for several years, and am surprised it still even compiles :) (I designed it for...

What kind of beacon are you using? Also, can you use a 3rd party app (e.g. [this one](https://play.google.com/store/apps/details?id=com.radiusnetworks.locate&hl=en) to see if the same issue exists outside of this library?

We have updated to newer Spring and verified all of the scenarios work as expected. Please re-test at your convenience.

The only way this can happen is if you don't click the initial project creation command (the giant `mvn` command) right under "Creating a basic project" (or if that command...

@ryanj I've updated `Java EE 8 Development` to use `openshift-4-6` (and other updates). Wasn't sure if I should start using `openshift-4-7` yet as I don't other scenarios using it. Also...

Yeah this should be fixed now. Please re-test.

All the v4 images also have old versions of the Java runtimes (Java 8) and GraalVM (19.x). To be able to keep up with the Quarkus releases, we need Java...

Which version(s) of EAP and Quarkus are you using?

also I just tried to copy and paste your example output into the generator - and it worked: ![Screen Shot 2020-10-19 at 11 23 21 AM](https://user-images.githubusercontent.com/861894/96471647-8e7eba00-11fd-11eb-921d-c8be2b35339f.png) Could you perhaps try...

For node I've been using `NPM_MIRROR` (supported by the [node s2i builder image](https://docs.openshift.org/3.6/using_images/s2i_images/nodejs.html)), and `BOWER_MIRROR` (which isn't supported, but can be configured in a package.json postinstall hook, e.g. ``` "scripts":...