jonathanjfshaw
jonathanjfshaw
Currently we do this: ``` // Look for a css selector to determine if a user is logged in. // Default is the logged-in class on the body tag. //...
Commenting out lines 51,93 and 94 solves the problem - it's something to do with the res$contents not being in the form the print statements expect.
Addresses #58 If you like the idea in principle, I can tidy up and add tests.
Addresses #65 . If you like the idea, I'll add tests. Not sure how best to document the attributes and parameters, whether it's OK to simply refer to the parent...
A state machine is a fundmental programming pattern, and keeping track of states is a natural part of many biofeedback and BCI apps. Therefore I suggest having a state machine...
In #51 our discussion diversified to include the possibility of using suffixes (instead of port names) in expressions. For example: ``` nodes: - id: num ... - id: den ......
As discussed a little in #51 it's useful to have a very simple node that filters data based on an expression. In combination with a state machine (#62) this would...
States
Addresses #62
I'm about to PR a node in timeflux_dsp that uses arbitrary rules to classify data. The rules are eval'd as expressions using ports, in the way the Expression node does....
Addresses #60