Ammar Ahmed

Results 16 issues of Ammar Ahmed

A simple but great improvement would be to minify the JSON data before storing as file in `.tldr` format. If you ask me how much difference would make. I tired...

help wanted
good first issue

I have some ideas on how we can make the library even better. ## v0.7.0 (Released) - [x] Migrate to typescript - [x] Optionally persist default values in hooks -...

## Environment React Native: 0.69.0 Re.Pack: [3.0.0-next.2](https://www.npmjs.com/package/@callstack/repack/v/3.0.0-next.2) React: 18 webpack: ^5.73.0 ## Description I keep getting this error from the dev server while trying out Re.pack v3. ```bash ℹ [13:07:05.383Z][DevServer]...

status:investigating

I am trying to run taffy in NativeScript and have succeeded so far on android where everything compiles are runs as expected although I am seeing some unexpected behavior in...

bug

## Project URL https://github.com/streetwriters/notesnook ## Category Notes, Text ## Description Added Notesnook app for MacOS ## Checklist - [x] Edit [applications.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/applications.json) instead of [README.md](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/README.md). - [x] Only one project/change is...

Hey! I know you haven't been working on this actively but I thought of takings some time to up a few things. Here's the list: 1. Updated the `Scheduler` similar...

Hey Kudo, I have been doing some testing to check v8 JSI performance compared to Hermes/JSC and I have found out that it's 4-6 times slower than Hermes/JSC. The issue...

bug

I am getting a crash after video is played for a few seconds initially only after I switch to your library version 0.6 on android. Platform: Android 9 ``` 2020-04-20...

Implement the following methods - [x] `copyFile(to:string,from:string)`: copy a file from one directory to another - [ ] `moveFile(to:string,from:string)`: move a file from on location to another - [x] `stat(uri:string)`:...

It has about **40% faster performance** than default quickjs. https://github.com/openwebf/quickjs. I believe it could get even faster than Hermes if you used it instead. I tried myself to replace the...