ariovistus
ariovistus
I have a fairly standard web application (coffeescript, angular templates, a number of js libs) and when I run it in debug and make an edit to one of my...
css requires a show on the dropdown-menu or the menu isn't visible
**I'm submitting a feature request** * **Library Version:** 0.30.1 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 8.1.2 * **NPM Version:** 5.0.3 * **Browser:**...
I have some code here: https://github.com/ariovistus/esprima-bug test.js uses esprima 4.0.1 to parse tok.js and outputs ``` define "urijs" 2250,2265 ``` which is the position of the last part of tok.js,...
**Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or project’s homepage**: _TODO_
fresh fedora 20 vm with 64bit rpm from dlang.org clone repo, dub build, $ ~/dvm/bin/dvm install 2.064.2 results in: Fetching: http://ftp.digitalmars.com/dmd.2.064.2.zip [========================================>] 33381/32567 KB Installing: dmd-2.064.2 An unknown error occurred:...
and probably anywhere Py_ENABLE_SHARED is false. symptom: ImportError: /usr/lib/python3/dist-packages/numpy/core/multiarray.cpython-32mu.so: undefined symbol: PyExc_SystemError ramification: can't use numpy and other extensions solution: insert -rdynamic early in the link flags. unfortunately, ldc rearranges...
at least for windows 10 / python 3.6 not sure about particulars yet
possibly wrap D timezone structures, not sure whether conversion from e.g. pytz to D is worthwhile. ugh, timezone stuff is complicated.