Adam Gamble
Adam Gamble
When updating a Dataset via `datasets.update_feature()`, I need a way to propagate my changes to Tilesets automatically. Is this something the Tilesets API will allow for? Can't see a way...
Nice solution @danielpa9708. FTR, I ended up with: ```elisp (defun maybe-use-prettier () "Enable prettier-js-mode if an rc file is located." (if (locate-dominating-file default-directory ".prettierrc") (prettier-js-mode +1))) (add-hook 'typescript-mode-hook 'maybe-use-prettier) (add-hook...
Example response with PnP: ``` 1 -> (tide-response-success-p (:seq 0 :type "response" :command "definition" :request_seq "589" :success t :body ((:file "/home/gamble/path/to/project/.yarn/$$virtual/recoil-virtual-ad5204a645/0/cache/recoil-npm-0.0.10-9811d22459-2.zip/node_modules/recoil/dist/index.d.ts" :start (:line 117 :offset 17) :end (:line 117 :offset...
Nice one @ramblehead :). Sorry I haven't looked at this again yet. Really quick thoughts... 1. Need to check Yarn implementation to see if `$$virtual` path covers all the cases....
@asteroidcow Noticed your commit in https://github.com/ananthakumaran/tide/compare/master...asteroidcow:pnp I don't have time to try it out just now, but will later on. Do you plan to open a PR for this?
@ananthakumaran Thanks, just resolved my issue. Perhaps it would be worth upping the default `tide-server-max-response-length`?
It looks like this might be quite straight forward https://github.com/rescript-lang/rescript-vscode/pull/88
Ah, yes you're right @Khady - doh!
Hoping to move this along. Please see this thread: https://github.com/rebassjs/rebass/issues/1083
Perhaps we need a fork to get some of the open PRs merged?