-
I have a usecase where I'd like to somehow pass [`numbering::InputPosition::position`](http://m4rw3r.github.io/chomp/chomp/types/numbering/struct.InputPosition.html#method.position) to an `Error` type…
-
Copy from the C++ stream and make it rusty
-
### 🐛 Describe the bug
Converting GFPGANv1.pth original model to onnx gave me the following errors.
```
Traceback (most recent call last):
File "/home/batman/GFPGAN-Training-Models-To-Onnx/n…
-
According to the Alg 8 in "Fast evaluation of Sboxes via Common Shares", all shares should pass table "h" first, before any other computation. If NUM_SHARES=2d+1, both "SecEval" and "SecEvalTwoQuad…
-
This is a proposal to extend the definition of an inline-function item with the ability to specify a set of optional/keyword-value parameters, following the sequence of positional parameters of the fu…
-
```idris
mutual
data First = FirstSimple | FirstSecond Second
data Second = SecondSimple | SecondFirst (List First)
mutual
calculate : First -> Nat
calculate FirstSimple = 1
calcula…
-
Right now, libmesh supported p2 curved mesh. Is it possible to add higher order mesh, like p3, p4, p5 from gmsh..
The main steps as follows:
- Modifier mesh/gmesh_IO.C.
In `GmshIO::ElementMaps Gm…
-
## Problem
egui and epaint are currently based on "painters algorithm", i.e. painting things from back-to-front in order to get some shapes to cover others. This means when painting widgets you nee…
-
I was working on updating JuliennedArrays for 0.7 and I had some thoughts. Once we're over the 1.0 hill, it might be worth considering the (mostly, I think?) non-breaking infrastructure improvements t…
-
Would it make sense to implement a sliding tile strategy here similar to `mapwindows` in ImageFiltering.jl?