Jason Newton
Jason Newton
This is important because gcc < 4.9's stl regex implementation lacks support for some of the regexes used. Boost however implements these correctly. They are compatible implementations and can be...
I would prefer to default to threads off for simplicity and error propagation, but I think csv looks like a good project. Looking around at a few of the sources,...
Very frequent operation: clang formatting a file or commit set. Very often using "launch editor" to get this. This could be achieved simply by running on each file that is...
http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/opencl-optimization-guide/#50401334_pgfId-472173 You can see that, depending on graphics card model, there are stride values to avoid - funny enough sometimes with strides of powers of 2 - fairly common numbers....
I'm using the local astronomy.net solver packaged by https://adgsoftware.com/ansvr/ I was trying to plate solve an image via prism and the solver doesn't seem to work. [ansvr_2019-06-16_153805.log](https://github.com/dstndstn/astrometry.net/files/3295541/ansvr_2019-06-16_153805.log) One of the...
I have the local astrometry.net server running, based on the test config. One thing I'm wondering though is how to support creating a login or some tools, like sequence generator...
I brought this up yesterday in [https://github.com/spyder-ide/spyder/issues/3279](Spyder) not knowing qtconsole was the source of the issue. From within qtconsole's execution, add the line "from IPython import embed; embed()" You will...
So jupyter files get embedded images in them for things like graphs but otherwise are plain text files (json). When using git cola and changes like an image update occur,...
the range check in utils.range fails when constructing a dataframe where the columns are of 0 length for the automatically calculated default index. Perfectly valid and otherwise working but requires...
As issue titled: reactgrid embedded in modal dialog causes scroll to top on click. Been trying to track down what it could be - could use some tips. Will try...