Tomo Krajina
Tomo Krajina
Hey, thanks for your feedback. So, I have two small side project which both need to read one mf my anki decks. But don't have the `.apkg` files, I'm reading...
Ah, and one more thing. I have a plan to create another small open source tool which will allow me to: - extract the cards from a deck to a...
There is one option that might help you, but only if you use `git multi` from a parent of `foo`. There is a `depth` command line option which will tell...
Thanks @fernandobrito . I don't have the time to fix this immediately, but at least I wrote a test. If somebody wants to try, it's here https://github.com/tkrajina/gpxpy/commit/0f6c473569c451cce75fcabf92f0897d5925c4db To run that...
Yes, I agree with you here. And this should be fixed together with #190 .
I'm not familiar with sphing, how would that work. Once it's done, will the docs on reaththedocs automatically change? Do I need to setup some hooks on this repo or...
Keep in mind that an extension can theoretically contain multiple extensions and each can be any kind of xml subtree, for example: 125 125 125 125 125 75 And now...
Well, no, not yet :) But, now that you asked, here are a couple of ideas: Maybe something like: ``` points.extensions.get("TrackPointExtension", "hr") # returns a string points.extensions.get_float("TrackPointExtension", "hr") # returns...
Yes, I agree (including the "ugly" remark ;) ). Also, the API should allow for a way to retrieve attributes. Something like this: points.extensions.get("ExtensionName", "tagName", "#attribute") Or maybe: points.extensions.getFloat("ExtensionName", "tagName",...
Yes, you're right. Thanks for pointing this out. I'm also not sure how to fix it, but I'll think of something.