Corey Farwell

Results 416 comments of Corey Farwell

My understanding, and I very well might be wrong, is that so long as we're always fetching the error from the context (and not the global context), then it should...

Opened a PR for `Send` https://github.com/georust/proj/pull/147

> I think I haven't done that so far because `std::error::Error` has some deficiencies (which is why https://github.com/rust-lang-nursery/failure is a thing) It has some deficiencies, yeah, but [this RFC](https://github.com/rust-lang/rfcs/pull/2504) was...

> Example: there is a PR on x repo and we want to show the changes on netlify to the PR author. So, netlify will try to fetch the content...

Admittedly I'm not familiar with Netlify, but I'd hope there's a way to execute git commands. In any case, is there a feature request here for mdBook? Wondering what action...

I'm a little concerned this would be surprising behavior more than it'd be helpful behavior, so I don't feel comfortable merging it. Especially since it's trivial for a user to...

> Here is another example of a copy button that removes the leading `$` > https://www.envoyproxy.io/docs/envoy/latest/start/install#install-envoy-on-debian-gnu-linux Here's the GitHub Issue and PR for this feature: https://github.com/readthedocs/readthedocs.org/issues/4698 https://github.com/readthedocs/readthedocs.org/pull/4990 And here's the...

I am not a developer for this project, but you could open a pull request to change these lines to include macOS ARM: https://github.com/typst/typst/blob/045a109600fa9127d22259287bbde62234cadb44/.github/workflows/release.yml#L13-L25

I think this can be addressed with [dark mode CSS](https://css-tricks.com/dark-modes-with-css/) properties here: https://github.com/PolyMeilex/rfd/blob/master/src/backend/wasm/style.css

Not today, but I can take a look into making these changes in the near future if nobody gets to it first