Asghar Ghorbani

Results 8 comments of Asghar Ghorbani

@freddieb12345 I had the same issue. This resolved it: ``` %pip install torch==2.0.0+cu118 torchvision torchaudio torchdata torchtext --index-url https://download.pytorch.org/whl/cu118 ```

same here. It used to work a few weeks ago. After a recent update, I noticed this issue. Since I was testing Android version using the emulator, I didn't notice,...

If this is still an issue, you might want to check the build types for your phone's arch (like the one here: https://github.com/mybigday/llama.rn/pull/67). This solved my issue on Android device:...

As for 'sensitive APIs,' that's a good question, personally, I feel that leaving it up to the app developer seems like a flexible approach. but, I am not a professional...

a couple of points: 1) this [post](https://developer.apple.com/documentation/foundation/urlresourcekey/checking_volume_storage_capacity) for *Checking Volume Storage Capacity* from Apple doesn’t mention `NSURLVolumeAvailableCapacityKey` in the body of the post (only on see also). It says: >...

hey, sorry for the silence for a few days, but I finally got the chance to work on this. The `getFreeDiskStorage` function now accepts an option ('storageType') with three values:...

> i'd start logging rendered, visible and prevRendered.current. > > if ur setting the menu's visible via ondismiss, check out [#4813](https://github.com/callstack/react-native-paper/issues/4813) > > for the opening animation checkout [#4812](https://github.com/callstack/react-native-paper/issues/4812) This...