Kamil Slowikowski

Results 225 comments of Kamil Slowikowski

Thanks for reporting the issue. The important error in your messages is this: ``` undefined reference to `__mingw_strtof' ``` Searching for "undefined reference to `__mingw_strtof'" takes me to this report:...

@massonix Could you try running `pkgbuild::check_build_tools(debug = TRUE)` and reporting the output?

Hi @lawremi, thanks for the reply! Could I ask you to please provide a link to the code? Alternatively, could I ask you to please post the full code example...

OK, on second glance I think the site is working well enough, except for the missing CSS and JS. Perhaps those things are unneeded. When I visit http://localhost:8000/api/v1/tileset_info/?d=cooler-demo I get:...

When I do `python manage.py collectstatic --noinput` I get lots of `Copying` messages: ``` Copying '/medpop/srlab/slowikow/miniconda2/envs/higlass-server/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js' Copying '/medpop/srlab/slowikow/miniconda2/envs/higlass-server/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/actions.min.js' Copying '/medpop/srlab/slowikow/miniconda2/envs/higlass-server/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/inlines.js' ... ``` Then I run `python manage.py runserver` and nothing...