Affinage Digital
Affinage Digital
same issue _tar all files into /tmp/998692313/UEZ9tPuEIK.tar scp file to server. create folder *** drone-scp error: Process exited with status 1 drone-scp rollback: remove all target tmp file remove file...
Some of working sample: ```ts import { Hookable } from 'hookable'; export class Parser extends Hookable void; }> { rows: string[] = []; constructor() { super(); // init instance of...
I spent all day to figure out how to add middleware via module and didn't find a solution. The problem is actual.
./server/plugins/code.ts ```js export default defineNitroPlugin(async nitroApp => { const handler = await createWebhook(); nitroApp.h3App.stack.unshift({ route: '/', handler: fromNodeMiddleware(handler), }); }); ```
@gxmari007 can you upload change to npm ?
Same behavior. It saves passwords on most SSH connections, but does not save some. There are assumptions: - either weak passwords are not saved - or Host key fingerprint: ecdsa-sha2-nistp256
Is there a solution for Windows and C++?
Did not help. I think probles is here ./services/entry.ts ``` export const getEntrySummary = (entry: Entry) => { if (!entry) return; const detail = entry.summary || entry.content; const content =...