Tamar Cohen
Tamar Cohen
bootstrap.css references ../fonts/glyphicons-halflings-regular.eot but the file is not included. ``` @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } ```
I'm working on getting the gumby framework compiling under django-pipeline-compass, and I've run into walls. Gumby Framework has dependencies on other ruby gems, namely modular-scale. I have verified that with...
This fixes issue 614 by casting uiversion to an int.
Using version 3.0.2 of Flask on with python 3.8.10, Flasgger version 0.9.7.1, I get an error when trying to launch my flask application with Flasgger, in that in base.py flasgger...
### Checked for duplicates Yes - I've already checked ### Describe the bug I created a new layer that had variables of { "dynamicExtent": true, "dynamicExtentMoveThreshold": "200000/z" } and a...
### Checked for duplicates Yes - I've already checked ### Describe the bug When I rendered point geometry with the "pin" shape and compared it to the "circle" shape rendering...
After upgrading to django 1.11 and bootstrap4 alpha, my django-resumable is no longer getting initialized properly. In the constructor, I see that it is searching for inputs with a name...