harkor

Results 5 issues of harkor

It's possible to delete on ftp server the file if we delete permanently the file on wordpress backend ?

Hello, I'm trying to use your module but I ave some problems... On the README, you say : sshfs.mount(user, host, mountpoint, callback); If I check the code : /lib/sshfs-node.coffee I...

Hello, We need to use translations in JSON and we have a typescript issue when we have second arguments in t() ### Example ```js t('lastUpdate', {updatedAt: '2021-10-01'} ``` ```json {...

bug

### Environment - Operating System: Darwin - Node Version: v23.5.0 - Nuxt Version: 3.16.2 - CLI Version: 3.24.1 - Nitro Version: 2.11.8 - Package Manager: [email protected] - Builder: - -...

bug
v3
triage

Actually, we only have something like this ```ts export const zOrder = z.object({ complete: z.boolean().optional(), id: z.coerce.bigint().optional(), petId: z.coerce.bigint().optional(), quantity: z.number().int().optional(), shipDate: z .string() .datetime() .optional(), status: z.enum(['placed', 'approved', 'delivered']).optional(),...