-
seen a few times now. matron locks up or crashes on grid cable removal.
will add debug info when i get it.
may be related to https://github.com/monome/norns/pull/886 which touched a lot of devic…
-
I'm looking for some sort of enhancement to allow for 3d party tty devices* to be recognized by norns alongside regular monome devices.
`device_monitor.c` has the following
```
// watchers
// FI…
-
follow-up from #455 and #725, we should hammer out lua api doc style guidelines.
a few points of reference:
* https://github.com/luarocks/lua-style-guide#documentation
* [ldoc docs](https://ste…
-
see #425
- [x] reset globals created by scripts between loads - fixed by https://github.com/monome/norns/pull/436
- [x] clean up system globals #559
- [x] consider adding underscores to system g…
-
A lines user [reported some crazy issues](https://llllllll.co/t/norns-2-0-beta/20366/515?u=okyeron) with his original model Arc 4 - causing crashes or problems with the usb system (knocking off wifi).…
-
follow-up from meta issue #557, tracking for clean up of leaked norns system globals.
---
initial run (out of date)
```lua
globals = { }
for k,v in pairs(_G) do table.insert(globals, k..'…
-
([This issue](https://github.com/monome/serialosc/issues/28) describes what looks like the same problem, but it was closed years ago, so I don't know whether this is a new problem or not.)
I'm tryi…
-
### Is your feature request related to a problem? Please describe.
My feature request isn't related to a problem with how Apollo works, but a problem with how Launchpad covers currently work. Apollo …
-
there are way too many globals and they aren't defined in any particular place. it's a recipe for disaster. not even just in user scripts but when we want to extend or maintain the system.
in the b…
-
A left hand navigation would be beneficial for users. it's expected for most docs sites IMO.