-
`go get -u -v github.com/gobuffalo/buffalo/buffalo` does not put the `buffalo` binary in `$GOPATH/bin`
-
# A - Description
I'm not able to connect through to BLHeli Suite via CleanFlight. The error message says My current cleanflight configurator is not supported via BLHeli Suite
# B - Steps To Rep…
-
I usually use the save & duplicate option and I have noticed that whenever I do that it always uses the url from the first product I created and then I will create other products by changing the produ…
-
I stumbled upon this website by the mozilla foundation [Open Badges](https://openbadges.org/get-started/). The idea is simple.
> Open Badges are verifiable, portable digital badges with embedded meta…
-
**Expected Behavior**
The `public/assets` directory is the output directory for compiled assets and other assets copied from the `assets` directory.
It is a best practice to clean the output dir…
-
Title says it all. I would like to implement a lisp-like language front-end for Zeta. I was thinking that the LISP dialect supported could be named "miniLISP". Another possibility would be to go for f…
-
I attempted to print an array in plush and I get the following error message:
> aborting execution due to error: unhandled type in equality comparison: array
I assume printing arrays isn't impleme…
-
I tried to make a helper function called `rfc3339`, but calling it returns a panic. Renaming the function to `iso` works.
```
"rfc3339": func(t time.Time) string {
return t.Format(time.RFC3339)…
-
What's the easiest way to hide the + button when no children? My tree is a simple one level tree. It would be nice to have a ng-show on that when row.treeLevel > -1. Is it possible to extend or apply …
-
I'd like to explore creating a version of Tim Budd's "A Little Smalltalk" on top of ZetaVM, perhaps as a precursor to a more fully featured Smalltalk.