-
I am using the board with Sharp MZ-700 computer (RGBS, Acorn Atom configuration; 320x200 , 15,625 Hz/60 Hz). Until recently everything was working fine.
I accidentally changed some setting and ver…
-
Since I can't do a push and submit a pull request (your repo is locked down), here is a fix to allow processString to work when the files are sourced in a Windows / CRLF line-ending environment. If ca…
-
It's not possible to nest complex args as it will throw conflicts between values.
For example:
### Acornfile
```Acornfile
args: {
database: {
user: "postgres"
}
}
```
### dat…
-
### Package name
ESMF and MAPL
### Package version/tag
ESMF/8.6.1 and MAPL/2.46.2
### Build options
Current
### Installation timeframe
The two libraries will be installed under current spack-st…
-
Hi
I'm trying to use 'references' on names in my code, and in many cases I get this in the devtools console:
POST http://localhost:59821/ 400 (Bad Request)
and in the network tab I see request (remo…
-
In the original game, Link can retrieve items by swinging or holding the sword to touch the items (hearts, rupees, etc).
This seems to work for most items so far, but it does not work on the Piece…
-
There is no native API in the current version of ECMAScript (ECMAScript 2020) for accessing function parameters. There is only `someFunction.length` which is also imperfect. The alternative is to pars…
-
I still haven't got any unit tests for the decorated `matplotlib`. I ran into "not installed as a framework" errors; travis is giving problems with the packages at the moment anyway, so I am just leav…
-
Hello. Does not work for me.
Is it possible to avoid the intrusion?
```
Identifier 'err' has already been declared (143193:14)
143193 : var err = _.err( err );
…
-
so after adding our bundle to holoscape throught the UI wizard
realized the links were hardcoded to a WS port.
in the docs
HOLOSCAPE_ADMIN_PORT 4436
changed the static files ws port to 4436 and …