Jonas Friedmann

Results 74 comments of Jonas Friedmann

Okay, just found out... 1. You need `reattach-to-user-namespace` for whatever reasons. (`brew install reattach-to-user-namespace`) 2. Add the following in your `~/.tmux.conf`: `set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace...

I don't think there is a problem with the modules. My guess is that the `input` variable is empty, thus the `replace()` is failing. Maybe try to remove the cookie...

Are you familiar with Node and able to add some debug statements? I would try to `console.log()` the `input` in the [`parseInteger()`](https://github.com/gta5-map/Social-Club-example-parser/blob/master/index.js#L135) function and maybe also something to figure out...

First, try something like this: ```javascript /** * Parse a string to an integer, including stripping the 'per mille' sign (,) and the dollar sign ($). * @param {string} input...

Can you log into Socialclub, open [this URL in your browser](http://socialclub.rockstargames.com/games/gtav/career/overviewAjax?character=Freemode&nickname) and give me the full output? (Right click, show source, paste [here](http://pastebin.com/))

Not sure if we should move the configuration into this repo or if we should keep the Cloud sync....

There is https://galaxy.ansible.com/gantsign/visual-studio-code

Appreciate the report and investigation on this. I'll try to take a look and fix this as soon as I have a bit more spare time. Of course PR's are...

It should be `SPEEDTEST_INTERVAL` in the README. I was using some `{{CONTAINER}}_{{KEY}}` format for environment keys in the `.env` file some time ago.

I can't follow, can you rephrase?