zaoying
zaoying
Hi, there. I have managed to access part of the payload of tcp, just like below: ```rust let start = Ipv4Hdr::LEN + TcpHdr::LEN; let end = ctx.len() as usize; if...
I have written three pages the workspace before, now it's all gone. http://localhost:8080/workspace/9XbVhCLwON/all
nt (`WorkspaceDetail`) while rendering a different component (`BlockSuiteEditorImpl`). To locate the bad setState() call inside `BlockSuiteEditorImpl`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render at BlockSuiteEditorImpl (webpack-internal:///../../packages/component/src/components/block-suite-editor/index.tsx:19:24) at $44d7e150ebc754d2$export$e926676385687eaf (webpack-internal:///../../node_modules/react-error-boundary/dist/react-error-boundary.module.js:30:1)...
No. the issue is different. ``` Error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at framework-d6b15d8b3dd1dcdb.js:9:78089 at...
the issue still came up the same error in local workspace. local storage shows "recentViews" ```json {"9XbVhCLwON":[{"id":"GUSi_nYmpo","mode":"page"},{"id":"jJEOXbti5n","mode":"page"},{"id":"ICDoWE05_X","mode":"page"}],"ao1h_b7kPe":[{"id":"KddwgFnrVG","mode":"page"},{"id":"9d0DPm0sUr","mode":"page"}]} ```
did AFFine supports data backup?My three pages are lost, how could I get them back ?
> What's your edge browser version? Microsoft Edge 112.0.1722.39 64 bit
Will there be some `backward compatibilities` likes *workspace migration* in the future? I have written some articles on the old version in dev mode, then I pulled code from master...
Don't disable `warn!` macro by `//` commenting them , because logger depends maros to init `AYA_LOGS` map may you should add new line below: ```rs aya_log_ebpf::info!("init logger") ```
the cargo generated code from aya-template, has warn you not to remove all log statements ``` if let Err(e) = BpfLogger::init(&mut bpf) { // This can happen if you remove...