IVIURRAY
IVIURRAY
So I've started to do some work on this in the #283 PR - nothing is wired in but hopefully gives a better understanding of what I'm after in a...
Hey, I'm glad it worked for you! - I'll have to do some searching but I'm sure image won't be too difficult to add...I'll see if I can work it...
So I've done some research and it is not as simple as just importing the map image .png .jpeg file for example. Strava store the map data as a [Polyline](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)...
Hi @leokhm, I put [this](https://github.com/IVIURRAY/strava2notion/blob/master/notion_api.py#L21-L25) error message in to catch this case...as this is an unofficial API its hard to debug without being on your PC. I would recommend checking...
Hi @DhruvaKumar, glad you're enjoying the repo and YouTube video! This is using an unofficial notion API so there is no guarantee this will always work. Your best workaround would...
I managed to debug this by running the command 'rustup show' which pointed out I had the wrong toolchain (x84 instead of aarch) installed. I then manually set the correct...
What I would really like to achive is getting `definitive_tactic()` to handle this correctly but that relys on the `argument_shape` which is correct. https://github.com/rust-lang/rustfmt/blob/6356fca675bd756d71f5c123cd053d17b16c573e/src/attr.rs#L133-L138 So which ever way I look...
@ytmimi I just created test cases for both version One and version Two. It looks like when `error_on_line_overflow` is `true` we get the following error in the logs. ```rust error[internal]:...
Ok, I think I've found the root of the issue. When we go to write the line here... https://github.com/rust-lang/rustfmt/blob/6356fca675bd756d71f5c123cd053d17b16c573e/src/attr.rs#L150 It is hard coded to subtract 1 from the `sep_count`. This...
Really nice RFC 👍 Looking forward to it! Feature Request: * Ability to peek into a S3 file / preview a files contents from the UI- (something like `select *...