Kirill M

Results 58 comments of Kirill M

I was able to walk this around by still creating those migrations but providing `context="test"` for them.

I believe it also has to do with environment variables, although I will check, if it works the way you say. Also I don't develop nor update this application, just...

ok, it seems I can live with `.bat`-file like this: ``` cd C:\Code\cubesviewer-server\cvapp\ %USERPROFILE%\Envs\cubes-server\Scripts\python manage.py runserver ``` thanks to @merwok

So, are there any plans to expose SPARQL-client functionality as part of Wikidata-Toolkit? Would be huge added value, I think. Currently I am planning to write a script that will...

more exception from the application: ``` avax.net.ssl|ERROR|77|rabbitmq-nio|2020-09-17 11:37:26.908 EEST|TransportContext.java:313|Fatal (UNEXPECTED_MESSAGE): Input record too big: max = 16709 len = 43125 ( "throwable" : { javax.net.ssl.SSLProtocolException: Input record too big: max...

hmm, with that commented out, the errors are gone. Uncommented again - here they go. what gives? Should I still extract logs ? the only things related to my app...

that's cool!! every single one example in the documentation uses that, so I basically assumed that to be a pre-condition for reactive behaviour. Thanks for the suggestion