Arlindo Pereira

Results 97 comments of Arlindo Pereira

I can help with Brazil 🇧🇷 and Portugal 🇵🇹

With the changes it expands correctly: ![image](https://user-images.githubusercontent.com/397851/42888851-7b1dcf62-8a7f-11e8-9dba-d39389ff5171.png)

Updated PR with fixes of issue #27 as well.

I'm using neo4jd3 with a Neo4J server with a search function, so it starts empty and one or more nodes are added to the graph with the search result. User...

It seems that on webpack you must add it to webpack configuration: ```javascript your_webpack_configuration = { ..., resolve: { fallback: { http: false, https: false } } } ```

Hi @elamperti, thanks for your reply. Yes, indeed having Docker running make the `services` task run successfully. It might be obvious for those already involved in the project but not...

btw just joined the Discord with the same username `Nighto`, if you are available to help me getting it running and prefer to support over there. Thanks in advance :)

![image](https://github.com/elamperti/OpenWebScrobbler/assets/397851/d0a1e3bf-b383-40cb-9709-40b83bffbf4a) Indeed running it from WSL made it work fine. :) So as I mentioned previously I'll create a PR mentioning that, if you running a Windows host, you must...

Hmm I might need some more help with the Last.fm API setup. I have created an API key on last.fm and pasted it to `.env.development.local` variables `LASTFM_API_KEY` and `LASTFM_SECRET` (btw:...

Sorry for the lack of replies folks. Indeed it runs only with `java -jar file.jar`. I loaded a 5 minute video file with the corresponding gpx file and it seemed...