Psilon

Results 36 issues of Psilon

I have created an issue that serde_json clashes in no_std scenarios, but library authors said that they don't support no_std. > `std` feature should be removed from the crate (to...

Consider following code: ```rust #[repr(u8)] #[derive(Debug, Copy, Clone, Eq, PartialEq)] enum MyEnum { A, B, C } #[eth_abi(TokenEndpoint, TokenClient)] pub trait SampleContractInterface { fn constructor(&mut self, myEnum: MyEnum); } ```...

good first issue

I'm currently trying to port some Solidity code into wasm using `pwasm`. But I have a problem that I don't see enough examples or documentation to perform such a transform....

Current implementation uses doubles to calculate PI: https://github.com/Fewlaps/superpi/blob/37f0f138147a386c2cd21451f96463e5c618ec5f/src/main/java/com/fewlaps/superpi/PiCalculator.java#L11-L14 however, as you probably know double has precision of 15-17 decimal numbers ([see wiki](https://en.wikipedia.org/wiki/Double-precision_floating-point_format#IEEE_754_double-precision_binary_floating-point_format:_binary64)). So your code actually is not able to...

I read your article, and would like to suggest one small change. As you have seen, allocator in non-GC languages is a huge pain, so there is no suprise that...

My current problem is I'm trying to implement a simple uploading API that could work from both my client and swaggerUI but I didn't succeed yet. Consider following controller: ```cs...

type: bug
priority: high