-
Hi there,
I was thinking about opening up a pull request with convenience functions, and was wondering if the maintainers of this crate would be open to merging such a PR.
Specifically, I'm t…
-
It would be nice if `asm_xtensa` were to provide push/pop convenience functions for saving/restoring registers.
In `asm_thumb` one can write very clean code (ignoring the wrong register names for i…
-
Can we get some convenience functions for common error types like `badRequest`. I'd like to have an API similar to:
```swift
throw AbortExtended.badRequest(code: 100, message: "Username not provid…
-
#105 shows that multiview-stitcher can be used easily with our `WellAcquistions`. For easier use it would be convenient to add additional methods to `WellAcquisition` to easily obtain the
* `tile_tr…
-
Cowritten with @timtreis.
Many functions in `squidpy` essentially generate similar plots like we do in `spatialdata-plot` (it precedes `spatialdata-plot`) and was the basis of it.
It’d reduce mainte…
-
Need to implement convenience functions for handling the results of machine learning algos:
- print()
- summary()
- print.summary()
- predict()
- tidy()
- glance()
-
1 setVal on MultiFabs
Right now the setVal or Runon::Device can be only applied on fabs. For the MultiFabs only the setVal() can be called, which is operated on device by default if GPU is enabled. …
-
Very cool package, but in terms of convenience I feel there are a few layers missing. It would be better if users could simply call `selectablelist(options)` and have what is now in [list.jl in the ex…
-
Hello,
I wonder if there is interest in adding some convenience functions (à la SymPy) for creating multiple `Var`s, `Func`s, etc. in one call.
``` python
import halide as h
# current
x, y, _ = h.Va…
-
Simply put, at time of writing, the GLR code is a big mess. It needs to be cleaned up.
The especially urgent candidates are:
- `Hanjiru.Tomita.tomita`: Basically all of the code in here should be …