Ronan Lamy

Results 12 issues of Ronan Lamy

For some reason, `python -m vmprof.upload foo.prof` will delete `foo.prof.jit` if it exists (but not `foo.prof`). That is unexpected and inconvenient.

Ref: #8272 For now, this only takes a URL (or local path) and lists its contents if the protocol supports it. The command fails if the target doesn't exist and...

A: data-sync

``` Currently, a function f only exists in sympy as the class of expressions like f(x) but not as an object in its own right. This causes a number of...

core
imported

``` I think it would be better if sympy.functions didn't have any secondquant-specific code. So, secondquant should subclass KroneckerDelta (maybe it's OK to give the subclass the same name?) and...

Easy to Fix
imported
Bug
physics.quantum

There are instructions on how to install (and uninstall) it, but then what?

help wanted
good first issue

Using a local vmprof-server instance, JIT traces can't be displayed any more after using the server for a while. At that point, all API calls (e.g. to `"GET /api/jit/meta/7a53594c-f12b-439f-b5b2-62a6c63e1cef/ HTTP/1.1"`)...

Currently, `HPyField_Load()` segfaults when the field is `HPyField_NULL`, which is annoying to handle. I see 2 options: * `HPyField_Load` should return `HPy_NULL` for a null field. * Leave `HPyField_Load` unchanged,...

For consistency with `HPyFunc_richcmpfunc`, `HPy_RichCompare` and `HPy_RichCompareBool` should also have `HPy_RichCmpOp` in their signature.

We need to specify clearly how `.order_by()` interacts with other methods. For instance, in SQL, the order of the results from a SELECT query is undefined unless there is an...

`QueryGenerator` is effectively a wrapper around a SQLAlchemy query and everything we do with it could be done with a `sa.Selectable`. Removing it would simplify the code and make the...

priority-p2
housekeeping