Philipp Klose
Philipp Klose
I have a keyboard with the US international layout and cannot type " in the interpreter. " requires shift + the ' key to be typed. Build ID: 0.9.0 built...
I'm trying to create a small game with OpenFL for Linux. When building the binary the log ends with: ``` - Running command: strip -d ApplicationMain generated config=/home/somepath/Export/linux/obj/HxcppConfig.h generated exe=/home/somepath/Export/linux/obj/ApplicationMain...
When I run: `bolt bench -count=50000 -fill-percent=0.8 -read-mode=seq -write-mode=rnd-nest` I get a run time panic: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x8...
Allow specifing multiple authors email addresses. E.g.: `gitstreak -author [email protected],[email protected] path/to/repo`
godoc.org will be discontinued and currently redirects to pkg.go.dev. This PR changes the links in the Readme.
It would be nice if this grunt task could be configured to download pre-built binaries for all supported platforms. This would allow to package applications, which don't have any binary...
Check are only against the output of english svn versions.
Check weather in if `run` is called twice `static function main() { Web.cacheModule(run); run(); }`
The description of the [image variant](https://github.com/docker-library/docs/tree/master/nats#image-variants) is not correct anymore. The default image of Nats is based of [`scratch`](https://github.com/nats-io/nats-docker/blob/fec36788a2e4e4244df6cfd69b699f51b4b4b62f/2.10.x/scratch/Dockerfile) and therefore smaller than the `alpine` image variant.