Lore Anaya Pozo

Results 8 comments of Lore Anaya Pozo

To read local images, you could use the `file` protocol. ``` md ![my_image](file:///Users/lucasem/my_image.jpg "my_image") ```

It's a bug with the GitHub markdown API: ``` shell curl --data '![my_image](file:///Users/lucasem/my_image.png "my_image")' -H "Content-type: text/plain" "https://api.github.com/markdown/raw" ``` yields ``` html ``` when it should output ``` html ```...

I took a closer look at this, seems like nom is in a somewhat inconsistent state right now, in preparation for 5.0. Probably worth restricting the version more tightly (going...

As I've written it, **no features have been removed**. I only added those capabilities. I think I'm going to close this pull request though, so that the features can be...

Updated the PR for the latest merges

Ah that's a nice solution, thanks! The `multi_cartesian_product` docs are coarse to read through. Having this feature in the `iproduct!` macro could still be nice, but I don't stand by...

I stumbled into this issue because of a bug in the Makefile tree sitter which led to "No syntactic changes". As a diff tool, difftastic should be made more resilient...

std::fs has this functionality exposed, via [std::fs::File::set_times](https://doc.rust-lang.org/std/fs/struct.File.html#method.set_times). Would you re-open this ticket? @maminrayej