kingIZZZY
kingIZZZY
## Workaround - Use [TrustYard](https://github.com/TrustYard/Levenshtein-MySQL-UDF)'s version - Comment out `#ifdef HAVE_DLOPEN` / `#endif /* HAVE_DLOPEN */` Then it successfully built & installed/created those `CREATE FUNCTION` commands successfully and passed the...
😁 totally missed that in the readme..
So if i need to do `--strip-components=1` (i.e. skip the tar's root folder) then there's no other choice but to fully extract the whole tar as a separate step, _then_...
Apparently not? I get an error that the option "--strip-components" is not recognized I think it's implemented for `export-tar` but not `import-tar`... in my particular case it would be HUGELY...
Could you please explain what do you mean it does not exist for `borg create` ? How might one use `tar` with `borg create`? And how would `--strip-components` be relevant/useful...
I tried using `borg create` to make an archive from a tar file, but it seems to put all the data into a single "stdin" file Not properly expanded/extracted distinct...
👌 ok thanks for clarifying about all that Much looking forward to the day `import-tar` + `--strip-components` is working
> You can do this by overriding the `path.public` instance in the container Even that's not good enough, am I right? Other core files still need to be changed: -...
Temporary / hacky workaround: ```php // add/create $pm = QuickBooksOnline\API\Facades\FacadeHelper::reflectArrayToObject("PaymentMethod", ['Name' => 'Bitcoin', 'Type' => ['value' => 'NON_CREDIT_CARD']], true ); $pm1 = $dataService->add($pm); // update - for ex. deactivate (as...
Thank you for this code It seems this code relies on directory paths, so there must be an /admin directory path and a /user directory path etc. But how can...