Missing information on how to create other databases
Missing information on how to switch to other databases
When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
The last long query example in the quick start is incorrect (incorrect
Found a strange behavior on netclient and found the following codes in netclient/wireguard/common.go
if keepAliveString == "0" {
keepAliveString = "15"
}
Anyone knows why we are doing this?
IMO, Netclient should not decide what the value is, but follow the instructions from the server (otherwise what is the propose to having a server).
LunaSec - Open Source Security Software built by Security Engineers. Scan your dependencies for Log4Shell, or add Data Tokenization to prevent data leaks. Try our live Tokenizer demo: https://app.lunasec.dev
Remove react-copy-to-clipboard from all used sources in the dashboard. It is buggy and requires a double click to copy. Use built-in navigator.clipboard as its replacement.
IMPORTANT NOTE: As of v0.26.3, the content below is ONLY relevant for Raspberry Pi (3+)
Xita cross compiler is currently hung up on data types system, because the memory allocation system is not implemented in assembly. Types that exceed 8 bytes in size must dynamically allocate memory to hold the data.
To continue development of data types for the language, the compiler dev te