Salama Ashoush

Results 9 comments of Salama Ashoush

@TkDodo @claytron5000 I could work on this if there is no one currently working on it

@nirtamir2 this is a pretty cool browser extension, but I am just adding the ability to reposition the current devtools so you don't need to install a browser extension

@TkDodo if you have time could you please have a look at this PR https://github.com/TanStack/query/pull/3678

sorry about my late response, ShareableLink model is extending form laravel Eloquent `Illuminate\Database\Eloquent\Model` which doesn't support MongoDB that why I am using this [jenssegers/laravel-mongodb ](https://github.com/jenssegers/laravel-mongodb) package and it is different...

@TkDodo I rebased the branch, and removed the isomorphic effect part

couldn't find a workaround for this error so I had to use the `@preact/signals-core` package with this custom hook ```tsx export function useSignalValue(signal: Signal) { const [value, setValue] = useState(()...

> I'm not sure this should be an option of VE, it's a very specific use case. Isn't it possible to configure esbuild (maybe with a plugin) so that it...

I can rebase and update the MR if you want to test and merge it, currently i copied the plugin into my project repository and using it

@developit do you have any plan to publish your local work/fix?