Parth Kabra
Parth Kabra
Users don't know that when you spell a word correctly you get an extra second (or get 2 seconds if you're lucky). Add a green "+1" in the timer that...
Using `iframe`s, we can allow users to embed sound bubbles in their own websites. I will probably make a new component for this, and find a way to entirely hide...
When the card is being moved by the finger, it should rotate slightly, giving a more natural feel
Sensitivity is the multiplier value for card scrolling. Something like this: ``` _childAlign = Alignment( _childAlign.x + SENSITIVITY * details.delta.dx / screenWidth, _childAlign.y + SENSITIVITY * details.delta.dy / screenHeight, );...
Need to call `console.log` without having it leave a newline at the end
``` tell application "Brave Browser" to display dialog "Some Message from Brave" with title "A title" ``` This will show a dialog with a title at the top, and move...
Currently, an applescript is generated as a string. Nothing too complex to it. The problem is that it's easy to miss out a space here or there ```py self.applescript =...
Scrollbars are still white in dark mode on Windows Try https://css-tricks.com/almanac/properties/s/scrollbar-color/
Use [next-pwa](https://github.com/shadowwalker/next-pwa) to make the website installable as an app without the browser UI - [ ] Add next-pwa - [ ] Make web app installable - [ ] Remove...