Eyal Chojnowski
Eyal Chojnowski
Hello, Sorry if I'm misunderstanding things, I'm not usually working with web technologies. I should note that I'm working only client-side using typescript and webpack, no nodejs. So I have...
I have not got to succeed at building the project so if someone could build an AUR package, it would be very cool :)
https://github.com/warp-contracts/warp/issues/135
https://github.com/warp-contracts/warp/issues/135
When making a call to `bundleInteraction` with strict flag set to true, multiple kinds of error can be thrown. I experienced two of them: a contract interaction error and a...
While a bug allowing users to inadvertently run duplicated interactions shouldn't happen in the first place, we can't predict with certitude that it wont ever happen (see #149). Therefore, due...
I am trying to improve my prose writing setting and one thing I want to do is stop relying on hard text wrapping because of the inconvenience of having to...
Expose the actual contract error object for Rust contracts. This allows for precise contract error checking. See https://github.com/pianity/pianity-smartcontracts-next/blob/36ba4b8eb37f14f3f71ac8596094b61d2a30bebd/tests/src/fee.test.ts#L144 for a simple example of what it enables. Note: it throws the...
## Steps to Reproduce 1. open a video on Youtube or Vimeo; 2. enter fullscreen; 3. observe the mouse pointer not disappearing. ## Actual result: The mouse pointer stay visible...
For the following Rust enum: ```rust #[derive(JsonSchema, Debug, Serialize, Deserialize)] #[serde(rename_all = "camelCase", tag = "function")] pub enum Test { RandomVariantA(String), RandomVariantB(i32), RecursiveTests(Vec), } ``` the following JSON schema is...