Nick

Results 69 issues of Nick

**Describe the bug** If we build the Python interpreter using AddressSanitizer then the interpreter segfaults when it runs `black`: ``` $ black --version Objects/typeobject.c:5413: PyType_Ready: Assertion "type->tp_call != ((void*)0)" failed...

T: bug
help wanted
C: packaging

The first example in the USAGE section of the README.md does not compile. To wit, it is not clear which files must be #include'd in order to get it t...

Very cool library; thanks for writing! One issue: I went through the examples, but did not see any that processed post requests, only gets. Could an example of accepting a...

**Is your feature request related to a problem? Please describe.** A good implementation of a reciprocal square root should scale at nlog(n) in the number of mantissa bits. So I...

enhancement

While benchmarking the CUDA FFT library, I noticed that the minimum speed given by the`BigO` complexity measure is `0.01NlgN`. This is a problem because when I try to benchmark the...

help wanted

I notice that the solution object given by the solve call has a number of useful utilities: ``` julia> sol. alg dense destats errors interp k prob retcode t tslocation...

This is python bug [44752](https://bugs.python.org/issue44752), but is nonetheless still present in `ipython`. Reproducer: ```python Python 3.9.12 (main, Mar 26 2022, 15:44:31) Type 'copyright', 'credits' or 'license' for more information IPython...

bug
tab-completion

The current tufte-book documentation has no guidance on the how to display epigraphs. Use of the `\epigraph` package seems incongruous with the general style and theme of the `tufte-book` class....

When using the doc-recommended syntax for the derivative of the interpolation I obtain a syntax error: ``` julia> sol(0.0,deriv=Val{1}) ERROR: MethodError: no method matching (::ODESolution{Float64, 1, Vector{Float64}, Nothing, Nothing, Vector{Float64},...

(Firstly this library is awesome, so hopefully this doesn't come across as ungracious.) If a node is connected to itself in a graph with the default `linetype`, the graph looks...