Guido Van Hoecke

Results 4 issues of Guido Van Hoecke

My solution works as exoected: if I launch e.g. `node mysolution 34444`, and point my browser to `http://http://localhost:34444/api/parsetime?iso=2015-08-30T08:05:35.655Z` I get a nice `{"hour":10,"minutes":5,"seconds":35}` answer. Same for the unixtime api. But...

I am running Ledger 3.2.1-20200518 (installed via chocolatey) on a W10 box. When I have a balance error, ledger reports the related line numbers correctly but the content lines shown...

the start command in package.json ``` "start": "./node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron .", ``` fails on windows. I replaced it with ``` "start": "electron .", ``` to get it working on windows.

Hi, When I'm running the app, I get a blank screen in the browser and the console complains: 'There is no route for the path: /' When I uncollapse this...