Jason Beetham

Results 28 issues of Jason Beetham

![image](https://user-images.githubusercontent.com/11792483/186802867-309a862a-5126-4d8d-b254-32c436edb7d6.png) Links to https://docs.rs/wasmer-c-api/2.3.0/wasmer_c_api/wasm_c_api/index.html which is a dead docs page.

Need to check why and fix it, probably just an edge case on procedure parsing.

Attempting to use defaults with generic objects results in compiler errors both with `{}` and `{defTypeConstr}`. We likely need to lift the generic parameters and add them to the procedures....

These are just some examples, but it extends to any array that does not start at 0. Depending on the array and if `0` can be converted to the index...

With stock Flatty using a subrange type will ignore ranges on parse resulting in invalid values. ```nim import flatty type MyType = object a: 0..3 var str = 10.toFlatty() echo...

Some packages have hosted docs like [ur](https://nimble.directory/docs/ur) but attempting to go to them results in a page that's a jester error. ``` An error has occured in one of your...

bug

Hitting the delete button does not presently do anything.

Presently procedures are annotated `raises: [SomeDefect]` this causes warnings cause raise is only meant for `CatchableErrors` there is no `Defect` tracking.