Ventus

Results 36 comments of Ventus

Requires a lot of rewriting from the Discord library to whatever telegram uses, but it's plausible

> Fixed by installing latest git versions of the following packages: libirecovery, libimobiledevice libusbmuxd usbmuxd libplist - and then starting usbmuxd before running idevicerestore. Confirmed, fixed on Debian/ParrotOS using an...

So weird. I don't know what I did differently. While stuck at "Starting FDR listener thread", I unplugged and replugged my iPad. The restore failed, iPad returned to restore mode....

~~Working on finder commands. Looking to be assigned, if possible~~

Not exactly sure the exact case is: ```js // Import scroll stuff import { LocomotiveScrollProvider, useLocomotiveScroll, } from "react-locomotive-scroll"; ... function App() { // Define scroll const { scroll }...

```js const scrollInst = useLocomotiveScroll(); const scroll = scrollInst.scroll; React.useEffect(() => { console.log(scrollInst); }, [scrollInst, scrollInst.isReady]); ``` ![image](https://user-images.githubusercontent.com/29584664/198849008-6d289e58-1459-4f19-9ff5-1334e9ecb2c2.png) `isReady` never seems to go true and I'm not exactly sure why

This works in React 18

Bump. Please bump the react peerDep's

> The react peerDeps can't be updated any more -- not sure what you meant? Sorry! Meant to direct that at the maintainer. "If nothing else, at least please bump...