Luiz Fellipe Carneiro
Luiz Fellipe Carneiro
To be honest I abandoned this for a while and when returned to it what I had in my computer was way too obsolete, but since I knew the code,...
Coming back after some time. - JSON was used to save the offset data so it can persist between usages. - Offset throttle limits don't work. This works for shuttles,...
I had that dilemma when I start sending crafts away and losing connection with KSC. Them I wrote the boot file that I bundled with RAMP, as a way to...
I just got in the same situation, phone stopped sync couple of days ago. There is no error message, just stuck in syncing or cancelling if you try. Resolved by...
I did some changes in the code to try to fix it: ``` for row, historyDetails in enumerate(history_dict): for column, field in enumerate(fields): if field == "timestamp": value = formatTimestamp(historyDetails.get(field,...
> @fellipec , @guysoft I made a change here that might fix the problem: #97 I tested removing the zfill, Excel still import that as a text field, but at...
> Had no problem last week. But this is now happening to me. I didn't touch anything about the VirtualMachinePlatform. I didn't touch any BIOS settings. I'm relying on WSL2...