Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
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).
In implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104:
// TODO Currently we only support packet lengths up to 2^16
// bits long.
//
// The reason for this is that I'm too lazy right now to setup
// a control channel for this BLE UART implementation and
// instead rely on the probability of receiving an 8 byte long
// packet consisting of 6 zero bytes followed b
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.