Alexander Whillas

Results 24 comments of Alexander Whillas

@bminixhofer yes, that is exactly what i'm suggesting. Preferably by specifying an environmental variable to make it Dockerfile friendly

I don't know if this is related but `assertSmallDataFrameEquality` seems give me a weird error: > java.lang.RuntimeException: Error while encoding: java.lang.RuntimeException: **java.lang.Integer is not a valid external type for schema...

do you mean to the master DB or for people connecting to the crunchy-proxy? I need support for the former as i need this to wrap around an Heroku DB...

Oh, A use case for the sagas would be to do a Django login/logout button in the demo app. Its a pain in the butt to do from scratch and...

I was using a mix of the two. At the end of the django's url.py i had: ``` python # Catch-All: These urls are handled by the single page BaseApp...

Might be handy to have a default Django template with the minimum HTML need to get this working. I confess i'm struggling to figure out what it need to do...

Yeah, i have it working from my project folder but not exactly _with_ my project. I removed the `[hash]` from the output file name as i had no idea how...

With some research I found: > In this case you need to teach the webpack-generated assets to make requests to the webpack-dev-server even when running on a HTML-page sent by...

Just googled this independently and found [django-webpack-loader](https://github.com/owais/django-webpack-loader) myself and was on my way back here to note it :D Will have a look and thanks again!