Florian Spreckelen
Florian Spreckelen
When upgrading from 1.6.0 to 1.6.1, I get the following TypeError when ``` [ERROR](django.request) 2021-02-17 08:17:23,010 Internal Server Error: /de/ Traceback (most recent call last): File "/home/fspreck_indiscale/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 34, in...
I encountered the following, somewhat specific problem. We have a [C++ library](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib) which I'm attempting to make accessible in Julia using CxxWrap.jl. Wrapping on specific class constantly leads to undefined-symbol...
Right now, google fonts (mainly poppins?) are loaded in a hard-coded way, see e.g. the [Dropzone.scss](https://github.com/files-ui/files-ui-react/blob/master/src/Dropzone/components/dropzone/Dropzone.scss). That's both a privacy issue and an issue when using files-ui in an offline...
When trying to reproduce the BinaryBuilder example in `testlib-builder` with Julia 1.6.1 and BinaryBuilder 0.4.0, the execution fails since `CompilerABI()` is not defined -- it seems to have been removed...
This resolves #38 for me. I don't know whether you actually want to remove google fonts entirely, but if you do, you can at least build on this PR.