-
When writing streams, we currently do no checks to determine if an event already exists in a stream. This means the application logic has to implement this functionality which generally ends up as lo…
-
Can I cancel a query inside query.on('row'...?
I want to do something like:
``` js
query.on('row',function(row, result){
if(row.field1=='ok'){
result.addRow(row);
}else{
res…
-
### Redis version
7.2.3
### Redisson version
3.32.0
### Redisson configuration
Single server with default settings.
### What is the Expected behavior?
The `RedissonLock` should work properly an…
-
Currently RationalTime is represented as a float value and a float rate. Unfortunately there are cases where floating point arithmetic leads to precision issues, rounding and undesirable drift.
Som…
-
So apparently #561 was made due to the issue of not being able to treat read-only dbs (replica slaves) in a proper way.
another reported issue is #547. OP demonstrates a simple curl to localhost on…
-
## Question
Does Atuin provide any stable interface lower-level than the CLI?
## Motivation
1. Thinking how to get Atuin into more REPLs. Ideally into every REPL which I ever use.
2. Think…
-
There is a WIP PR, see https://github.com/w3c/wot-thing-description/pull/1208
Once baked into the TD document we might need to discuss the consequences for the Scripting API.
-
```php
function (ActionEvent $event) use ($eventStore): void {
$recordedEvents = $event->getParam('streamEvents', new \ArrayIterator());
if (! $this->i…
-
*Installation details*
HEAD: 77686ab8890c652bb32280f537e221305fb7fb8c
Cluster size: 2
*Description*
1) Create a 2 nodes ccm cluster:
```
ccm create scylla-2 --scylla --vnodes -n 2 --install-d…
-
If the attacker has a copy of your wallet, in most sane threat models they probably also backdoor lnd to capture the password later anyway, rendering it pointless.
I set mine to 12345678, but reall…