udhos

Results 51 issues of udhos

brut.androlib.AndrolibException: Could not decode arsc file Is this issue known? ### Information 1. **Apktool Version (`apktool -version`)** - 2.3.0 2. **Operating System (Mac, Linux, Windows)** - LINUX 3. **APK From?...

Bug

Hi, I have setup Carnatus as an Engine in Arena - http://www.playwitharena.de/. However the engine often plays an illegal move, like this one e1e4 below, and is interrupted by Arena....

- [ ] LOC - [ ] FIELD - [ ] LSET - [ ] RSET - [ ] GET - [ ] PUT

enhancement

- [x] LINE - [x] PSET - [x] PRESET - [ ] CIRCLE - [ ] POINT(x,y) http://www.antonis.de/qbebooks/gwbasman/point.html - [ ] PRINT (output normal text) - [ ] PALETTE

enhancement

This example: echo '10 print "`"' | basgo-build > a.go && go run a.go Produces invalid Go code: fmt.Print(```)

bug

This BASIC code: echo '10 print "%"' | basgo-build > a.go && go run a.go Produces this invalid Go code: fmt.Print(`%!`(MISSING)) It is possible to work-around this defect by escaping...

bug

`SCREEN 0` enables terminal features for the command `LOCATE`. This `LOCATE` will NOT work: ``` 20 locate 10,10: ? "test" 30 ?:while i$="":?"hit ENTER to exit":i$=input$(1):?i$:wend ``` This `LOCATE` will...

Would it be hard to use g3n engine with GoMobile? https://github.com/golang/go/wiki/Mobile I could not find a 3D engine for GoMobile. Maybe it could be a target for g3n as well?

mobile
wasm

Is there an option to change the base path for source mapping ? I have posted this question to gopherjs group: https://groups.google.com/forum/#!topic/gopherjs/OUwaLUH1jiU My gopherjs-based application is built with: gopherjs install...

NeedsHelp