Jay Singh

Results 4 issues of Jay Singh

@php $units = get_unit_data(); $rows = 5; if(!empty($installation_data)){ $default = array_pop($installation_data); $rows = count($installation_data); $last_index = ''; if(!empty(old('price'))){ $last_index = count(old('price')); $last_index -= 1; } } @endphp @for ($i =...

### Minimal reproducible example https://github.com/singh-jay/expo-universal-app ### Which package manager are you using? (Yarn is recommended) bun ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...

needs review
Router

### System Info System: OS: macOS 14.3.1 CPU: (8) arm64 Apple M1 Memory: 43.17 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.5.0 - /opt/homebrew/bin/node npm: 10.2.4 -...

bug
pr welcome

### If the feature solves a problem you have, specify it here. I'm trying to migrate our webpack project to rspack, everything is working except the svg-sprites, as this project...

help wanted