David Johnston

Results 50 comments of David Johnston

Ok, for anyone interested, here's what I do: **1.** `npm i -D typescript` **2.** Rename whatever files you need to `.tsx`, and let create-react-app create its tsconfig.json file, just as...

Ok, here is a more complete walk through for doing this: https://github.com/dwjohnston/blog/blob/master/src/Setting%20up%20a%20react%20component%20library%20with%20TypeScript.md

Oh wow - it looks like I've possibly stumbled on the right place for my issue. Just incase anyone else is searching the same things I am, the css props...

https://github.com/segmentio/typewriter/issues/139

Installing `@types/segment-analytics` solves this problem. It should be included as a dependency, or put in the installation instructions?

Yeah, I'm having odd behaviour where this behaviours perfectly in Jest, but as soon as I run it in the the browser it just turns things into UTC time. eg...

For anyone interested, I created this API to compile SASS via an HTTP endpoint: https://github.com/dwjohnston/sass-compiler-api

> Same as me but mine is error, im run it with docker run through aliasing `err: exit status 1: stderr: failed to initialize build cache at /.cache/go-build: mkdir /.cache:...

Ok, so I got this working for me in the end 2021 MacBook Pro, running MacOS Monterey, M1 Chip. Trying to get gvm to install go1.15.6. I downloading the binary...

Can confirm this works for older version of unified, remark etc. https://github.com/dwjohnston/remark-play/tree/d6de4d8cde062e767a0d19b84675b50c9f88ca90 Can I suggest adding those values as peer deps?