-
It would be nice to have helper functions for generating stimuli. For example, a set of stimuli in jsPsych for a Stroop experiment can be defined in an object as follows:
```
/*defining stimuli*/
…
-
Any lead on how I can add indentation to arrays and objects in Twig? Keeps formatting sub arrays weird like below
This
```
{%
set defaultAttributes = {
id: null,
alt: null,
class:…
-
I have a question or may be a misconception about the life cycle of Stimulus controllers.
Let's say I have a simple controller that toggles a `` class and stores that state in `localStorage`:
``…
-
In trying to use importmap with stimulus `stimulus-loading' and I've run into a challenge with race conditions.
For example, say I have the following code.
```javascript
// send_controller.js
…
-
```
Feature requested by Dayan; backward masking especially
```
Original issue reported on code.google.com by `koolsjer...@gmail.com` on 12 Feb 2011 at 1:14
-
https://www.youtube.com/watch?v=ZXq_ntrfojI
-
This is really a request for a new package, but I wasn't sure how to contact you directly.
I'd like to be able to use the [twig helpers for stimulus](https://symfony.com/bundles/StimulusBundle/curr…
-
```
Feature requested by Dayan; backward masking especially
```
Original issue reported on code.google.com by `koolsjer...@gmail.com` on 12 Feb 2011 at 1:14
-
### Use this issue to gather all ideas to improve or highlight long-term issues with any of the following:
- Directed test support
- Random test definition
- Test customization
- Instruction gener…
-
Just deploying my first rails 7 app to production. Nginx + Passenger after RAILS_ENV=production assets:precompile. Getting javascript error:
`TypeError: Module name, 'uikit' does not resolve to a…