colossatr0n

Results 19 comments of colossatr0n

Just add your API token's passphrase to cell B24 on the config page. The spreadsheet needs to be updated to make it clear the B24 needs to be filled out.

To circumvent this issue I had to replace all instances of ``` fsElemDispatcher = this.medias.toArray()[0].elem; ``` with ``` let media = this.medias.toArray()[0]; fsElemDispatcher = media == undefined ? elem :...

This compiles, but I haven't been able to figure out how to actually run the tests. I followed the instructions in BUILDING.md, but I'm not sure from which directory I'm...

Can you elaborate on how to do it through QtCreator? I would like to get the dummy test working just so I can start looking into refactoring the plugin.

I've made progress on this. I've been testing out the feasibility of using the [FakeIt](https://github.com/eranpeer/FakeIt) mocking testing lib, which would allow for running tests against functionalities that use StelCore. Still...

@alex-w Can you tell me what steps you took for report to not show information? I set up stellarium with the same parameters, but the data is available in my...

@alex-w Both the language issue and report issue are fixed. Can you verify that it works for you as well?

@worachate001 Just pushed a fix. Thanks for finding that one.