Daniel Tian
Results
2
issues of
Daniel Tian
The code that listens to DCS BIOS and emits update events takes quite a bit of cycles and runs continuously. Since it's already communicating with external apps through events, we...
Requiring tags files work properly if I use `require('./tags/buddy-list.tag');`. The JS output properly sets up a `riot.tag(...)`. However, when I try to use `require.context('./tags', true, /\.tag$/)`, what I get in...