Johnny Walker
Johnny Walker
Thank you very much @timcharper !!
Is this the same issue reported with Typescript? https://github.com/copilot-emacs/copilot.el/issues/165 I often have issues with the cursor jumping in TS files, but that issue was closed as stale a while back.
Since the API is [modeled after imgix's API](https://sanity-io-land.slack.com/archives/C9Z7RC3V1/p1597143527469900?thread_ts=1597135551.460500&cid=C9Z7RC3V1), I believe `rect` is calculated incorrectly when determined from a source with crop dimensions. Sanity's API appears to treat `rect` as the...
JIRA created: https://issues.apache.org/jira/browse/SPARK-49321
Ran into this issue today as well. Current workaround in case it helps anyone else: ```nix let overlayRustPackage = { final, prev, old, new ? old, override, }: { ${new}...
I encountered the same issue when using `auto-optimise-store = true` on `x86_64-darwin`. After disabling, I had to restart the `nix-daemon` as well. ```shell sudo rm -rf /nix/store/.links sudo launchctl stop...