David Trapp

Results 98 comments of David Trapp

Same problem here! ``` $ truffle version Truffle v5.1.28 (core: 5.1.28) Solidity v0.5.16 (solc-js) Node v12.10.0 Web3.js v1.2.1 ```

After the dist upgrade, you have to rebuild the npm package. In my case, there was also the Magick++-config program not in the path, so I had to do: ```...

I would need the same thing. There is a file that has an array of structs, and the structs each have a fixed size of 0x40 bytes, however their contents...

Oh. Right. 🤦 I was trying to ask the docs AI but it told me this is not possible.

Yes, at the point you showed. It works fine there for other fields. It does work when I set it within the `slateEditor` adapter, I just noticed. Note that I...

Which state is missing? I want to check what's the internal representation of that state in RAM so that we can store it in the same way, meaning I can...

Ah I see now... There is another field that is also initialized with the value of the shake duration, and it is _not_ saved. We can save it in chunk...

I don't need a payment gateway, people can pay by bank wire or something else, that's not part of what the software needs to care about in this use case....

OK, so I guess I'd have to figure out how it's done when you do it through the API and replicate this as API endpoint. I assume I can add...

Hm, I saw POST/PUT/DELETE is now listed in the API docs, did you add this already? I am a bit confused about the arguments though, I don't understand why the...