sixclones

Results 3 issues of sixclones

Hello I made the mistake of updating the firmware of my Line-Us but now every `moveTo()` command doesn't work anymore. More precisely the pen goes up and instantly down so...

Hi, I'm trying to use deno as a runtime but it seems that I'm missing something in my setup. ## My project ``` project |__web api |__hello.ts .vercel.json ``` `hello.ts`...

Hi, In the [doc](https://github.com/sanity-io/dashboard-widget-document-list#query-string-and-params-object), the option `params` is supposed to control params passed to the query but according to the [code](https://github.com/sanity-io/dashboard-widget-document-list/blob/master/src/DocumentList.js#L77-L80) it's `queryParams`. If think it's a small typo. By...