Mohamed Lamine Allal

Results 26 comments of Mohamed Lamine Allal

This pattern work: "src/\*\*/!(test)/\*\*/\*.!(test.ts)" Here an example: > /src/**/!(els)/*.scss /src/style/kit.scss /src/style/els/some.scss /src/style/els/two.scss it will select only /src/style/kit.scss here an image that show my testing: https://photos.app.goo.gl/3D1JLmJHVuR4a2SRA

Try to update to the latest version. I bet you installed with `npm i --save react-griddle@beta` (don't use beta). And use `npm i --save react-griddle`. The reason is the propType,...

Because of the `esm/cjs` and the trend that the packages are moving to `esm`. Providing a` commonjs` version of a module or library that import an `esm only` module. Require...

@KrisLau may I ask you ?? Is there anything for react-native that allow audio playback recording (internal audio source. Not microphone)? I came short with my search. except for native.

@KrisLau thanks for fast answer. Only expo-av and [react-native-audio-recorder-player](https://github.com/hyochan/react-native-audio-recorder-player) manage recording. But none of them do for internal audio (not mic). I was asking if u may encountered something that...

@KrisLau Thank you, man. Apparently, there aren't packages for that. And doing it natively has a lot to it. API support in Android (starting only from 10) and permissions ......

`--ignore`, `--only` are not supported at all. Dir command compilation https://github.dev/swc-project/cli/blob/ec9a985ba8ce0fa89c395a12c129a34d235e35e2/src/swc/dir.ts#L291 File command compilation https://github.dev/swc-project/cli/blob/ec9a985ba8ce0fa89c395a12c129a34d235e35e2/src/swc/file.ts#L10 And cli options that are consumed by the code (program): https://github.dev/swc-project/cli/blob/ec9a985ba8ce0fa89c395a12c129a34d235e35e2/src/swc/options.ts#L248 ```ts const cliOptions: CliOptions...

`npm install @tanstack/react-virtual` installed the alpha version for me. I only noticed once I run the application and I got an error. To find that in the alpha only `useVirtual`...

I went and made `pnpm run publish` with a turbo publish pipline. And i was using 2FA. And providing ota code is necessary. And that doesn't work. No interactive processes...

@PeterAbdalla did u use the changes made by this [PR]( https://github.com/callstack/react-native-pager-view/pull/485 ) ?? As it is not merged yet ! And I remember when I tested those changes. It did...