Nick Kocharhook
Nick Kocharhook
Ah, this works if you install the required feature: ``` cargo add geozero --features with-postgis-sqlx ``` Is it possible to provide an error that points out the problem in this...
Here's [an example](https://github.com/tokio-rs/tokio/blob/b2896feb5bf4c123c0c5b92f97f948ae11c7cdd2/tokio-macros/src/entry.rs#L146), not sure if it's applicable? The error looks like this: ``` error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. --> rust/load_all.rs:32:1 |...
That other issue has now been closed and locked, but remains very much relevant. We need a way to name template files so that syntax highlighting can know they are...
Any update on this? Tagging @jmooring for visibility.
What if we used `.go.html`? Then it would default to something useful in the common case, but the extension would be available for keying off of in the case that...
A candidate for closure. @rustbot label A-ui
Following up on this question. I'm hoping to get this fastmod PR completed (see above), but I'd like to fully understand the options for character-level diffs first.
Please note that the expected behavior on macOS for PgUp/PgDown is to move the viewport but _leave the cursor alone entirely._ This is the current behavior of Typora. So if...
This would be very helpful, even in a less extreme situation. If you're making a small change, like "Jns" to "Jus", those can take a bit to find within the...
Note that the accepted PR does character-level diff highlighting. Hopefully that's enough to close this issue.