Robin Giel
Robin Giel
@TheAggressive Normally you can set the countries that you allow to ship in your woo-commerce settings in Wordpress. and for the query I use something like this: ``` import {...
@TheAggressive indeed, I'm using this plugin to achieve that -> https://github.com/imranhsayed/headless-cms
I see that in the past this was possible with the Last Cam plugin -> https://github.com/Bengejd/cordova-plugin-last-cam/blob/master/src/ios/LastCam.swift @nick-krantz would this help?
For anyone who is still interested in making video rec work on iOs. Here is a react native plugin that achieved that. Maybe we can use the same code for...
Hi @Hurly77 there is a second tr indeed in the Table Header, I used this tailwindcss to disable that margin-top: `[&>tr:last-child]:!mt-0` taken from the example: ` classNames={{ base: 'max-h-[520px]', table:...
could this [pull request](https://github.com/micromatch/micromatch/pull/247) fix the issue ?
I'm having the same problem today
This works :-) when will this be merged?
@gablabelle what if you add :path?_rsc=*) in your matcher example: '/((?!api|_next/static|_next/image|favicon.ico|:path?_rsc=*).*)'
Hi @Lindsor is this solution still working? and if it is, when can this solution be merged @devgeeks ?