Louis Stanko
Louis Stanko
Hey yall, I came across this website on reddit: https://skids.io/ which was built on top of 98.js. This got me wondering, since you don't have any license specified: Is this...
updated the `release` boolean accordingly. The modifiers `tokensNotReleased` and `tokensReleased`, work accordingly now therefore the `withdraw()` is callable only after the release function was called.
In the Smart contract `day22-ICO/ICO.sol` is a critical logic error. the modifier `tokensReleased` and `tokensNotReleased` depend on the *boolean* `released`. This boolean never gets set to true in the `release()`...
The entire project uses now typescript. The typescript restrictions are relatively lose so less changes were required then (my) last time. I've tested the app locally and everything works as...
First of all, thanks for the great repo. Have you thought about opening an extra branch for typescript, or creating a typescript hackathon boilerplate in a second repo? That would...
Translated roughly until `3. Why Rust?`. Part of #285.
Like mentioned in #827 the PR currently lacks formatting and therefore is huge. Once I have information on how to solve this, I will request review. I would also appreciate...
# Bug report 🐞 ## Version & Environment - Version of browser: Firefox 109 but also tested in Chrome, Mac - Version of `geist-ui/core`: ^2.3.8 ## Expected Behaviour The behavior...
1. Upgraded the Example App to use AndroidX, 2. Upgraded the pubspec dependencies 3. Updated the plugin itself. 4. Uses the v2 Embedding now 5. Backward compatibility still there **Upgraded...