unageek

Results 19 issues of unageek

### Input C/C++ Header ```c typedef int int1[1]; void f(const int1 x); ``` ### Bindgen Invocation ``` $ bindgen test.h ``` ### Actual Results ```rust /* automatically generated by rust-bindgen...

### Issue Summary The symbol rendered by `\not\models` looks identical to `\not\vDash`, but the double turnstile should look larger. ### Steps to Reproduce: Render `$\models \vDash \not\models \not\vDash$` in [MathJax...

### Issue Summary ◊ is distorted as shown in the attached image. To reproduce it, type `$◊$` in the [live demo](https://www.mathjax.org/#demo) and scale the output by 1600% (context menu >...

Accepted
v3

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

## Phase 1 Integrate anisotropy into RBF definition. - [x] Add an affine transformation which transforms the RBF to `rbf_base` - [x] Change the parameter type of `rbf_base::evaluate` from `double`...

design