Dominic Cassidy

Results 7 comments of Dominic Cassidy

One option I was looking at was to use the returned value from `.extend`. If plugins return a world, we can use that type to enhance the NLP type. ```ts...

😂 Definitely not the reason I noticed this message! If you want smart, check this website 😄 https://spencermounta.in/ So the previous issue was the overloading. However when I try your...

Working fine on a fresh install: ![image](https://user-images.githubusercontent.com/11555071/116463469-a006e580-a862-11eb-9213-b06a3e032c33.png) Same result with your tsconfig.json also.

Hey @ProfJanetDavis ! Could you give an example of how you're using the `replaceWith`? Would be great to debug any issues with it.

Bump...I was looking at something similar. I created/parse a syntax like this `flight from [0: #city] to [1: #city]`, and convert it into `flight from [#city] to #city` + `flight...

Hmm that's pretty interesting. I'd be tempted to leave the `normal` as a pure string (...not sure if it feels like bad practise though), and require spaces to defined: ```js...

You'll have to pack to a .img: ``` gokr-packer \ -overwrite=/tmp/full.img \ -target_storage_bytes=2147483648 \ github.com/gokrazy/hello ``` Then write to disk, I use Win32 Disk Imager for all my Pi needs:...