Holland Wilson
Holland Wilson
@sho13 Would it be possible for me to see your whole config file?
I solved it by importing them with a loader directive: ``` import { VoicePlayer, VoiceRecognition } from 'babel-loader!react-voice-components' ```
Thank you. I will probe it when I get a chance.
What if `Reflex.get_context_data()` set to `Reflex._original_context` (removing the part where it aborts fetching the original context if there's already a `context`) and `Reflex.context` had a setter that set to `Reflex._new_context`?...
There are multiple topics here to pick apart. I have a fairly large project where I'm making extensive use of Sockpuppet in coordination with [custom Stimulus controllers](https://github.com/DamnedScholar/c-street-tendenci/blob/CU-jeuan5_Finish_Holland-Wilson/lib/puppet_show/javascript/controllers/sorting_controller.js) to manage user...
> Because there is no easy way to combine their develeopment server output with sockpuppet... in a way I know of. The setup found on this repository works fine unless...
@jonathan-s I use that package and I'm not sure how. The package implements a default config and some Django-like tags, but it doesn't change the piece that breaks: the `load`...
The current scaffolding system [generates](https://github.com/jonathan-s/django-sockpuppet/blob/master/sockpuppet/management/commands/generate_reflex.py#L53) a blank `__init__.py` file, so the scaffold would be broken out of the box with this change. I appreciate the idiomatic change, but having to...
I like a registry. It also fits a Django idiom and gives you a chance to have your view functions check for functionality that might make or break the view....
Stimulus also happens to be the name of the front-end framework where it's entirely possible to build an entire UI without once ever referencing the server past the initial page...