mdpung

Results 6 comments of mdpung

I have received a similar error attempting to remove a namespace using the HTTP POST `/sql` endpoint. ``` 2024-05-14T15:53:13.773443Z DEBUG request: surreal::net::tracer: started processing request otel.kind="server" http.request.method="POST" url.path="/sql" network.protocol.name="http" network.protocol.version="1.1"...

Note: I created a separate feature for the fact that cutting/pasting components does not preserve component names: https://github.com/lowcoder-org/lowcoder/issues/664

This is the method that helped me fix the issue. It seemed to have been an issue with WSL and not VSCode. 1. I still uninstalled the extesion in VSCode...

Please correct me in any misunderstandings, but in terms of block encryption algorithms that use counters like AES-GCM and ChaCha20, I understand there are some workarounds to this with keeping...

> No, that's not quite how that works. There is no need to manually cycle through redundant operations. > > For an AEAD like AES-GCM or ChaCha20-Poly1305, there are two...

It appears there are no NIST approved Stream Cipher algorithms, which makes me want to loop back to looking at block ciphers for my use case. To clarify such use...