remisalmon

Results 19 comments of remisalmon

I could add an option for multiple --dir and --filter arguments but figuring out which filter should match which dir may get confusing. In your case though `--filter **.gpx` should...

I see what you are trying to do but there is no option yet to force the output size or aspect ratio. You can play around by decreasing the values...

@darrepac thanks for the report, did you get this GPX file from Strava? The parser in this script is very limited, and was only tested with GPX files from Strava.

@ccordoba12 I hope this can help: https://user-images.githubusercontent.com/26257211/133003750-7c5b0478-04cf-4b73-b2a9-724b82fdd742.mp4

@ccordoba12 you're right: no issue restarting the kernel under Xorg, only when using Wayland + the automatic graphics backend.

Forcing `os.environ['XDG_SESSION_TYPE'] = 'x11'` did work (qt plots + able to restart the kernel). Not sure why it did not work right away since Spyder print this in the terminal...

Looks like this issue was fixed somehow, closing since I can't reproduce anymore with Spyder 5.3.3.

Added a commit to document this in future breaking changes.

Added a commit to fix the lineage when Metabase queries are using fully qualified tables that may be referencing another database (also makes the code a little easier to read)....

@rslanka I rebased on the latest master (there is 1 failing check but looks unrelated to this PR?), updated/fixed the documentation and left a comment in the code to help...