Brainicorn

Results 14 comments of Brainicorn

Personally, I think updating can be even simpler to begin with if a template could simply identify which files can be overwritten. e.g. I create a project with boilr that...

Just FYI, I'm working on some changes around this that I think will clean up the workflow a lot. PR should be coming soon...

looks like a quick fix would be to just allow setting the env var LOCAL_JMX=false when running the actual server/node task

I REALLY need this too. I can't find any reasonable way to implement the following matcher that I need to use: /was\s+not\s+in|is\s+not|not\s+in|was\s+not|was\s+in|is|in|was|changed/i currently I have to keep adding these terrible...

I REALLY need this too. I can't find any reasonable way to implement the following matcher that I need to use: `/was\s+not\s+in|is\s+not|not\s+in|was\s+not|was\s+in|is|in|was|changed/i` any word on this?

``` $ tinygo env GOOS="linux" GOARCH="amd64" GOROOT="/usr/local/go" GOPATH="/home/$USER/go" GOCACHE="/home/$USER/.cache/tinygo" CGO_ENABLED="1" TINYGOROOT="/usr/lib/tinygo" ```

After some searching, I discovered that the tinyogo src for the leonardo board uses a `NullSerial` for machine.Serial, however, the Leonardo uses a virtual CDC (unlike other arduinos). Maybe the...

@sago35 I think we came to the same conclusion. There's no serial usb support in tinygo for the ATmega32u4, which basically means Leonardo support doesn't work in tinygo. There's some...

Yeah, that's a little beyond my comprehension of how the board works.

> I don't have an ATmega32u4, so it would be difficult for me to work on this. I could send you one ;)