x0r
x0r
Could not make it work: ``` ... #if head.state.regex is None: recognizers = [] for id, symbol in enumerate(actions): if isinstance(symbol.recognizer, StringRecognizer): value = re.escape(symbol.recognizer.value_cmp) if symbol.recognizer.ignore_case: value = f"(?i){value}(?-i)"...
[liftbridge_broken_index.tar.bz2.zip](https://github.com/liftbridge-io/liftbridge/files/10130216/liftbridge_broken_index.tar.bz2.zip) Attached dump of broken database Most probably raft.db is broken
As I understood: If I had 3 instances in case this issue this instance process could not start, terminated and could not recover itself from others. So I have to...
It is strange: I cannot reproduce it anymore. Probably lark grammar was wrong
I understand your point I'm asking about http because in case of yggdrasil network it is double encryption
I have developed the following prompt and script use this model: ``` Text transcript of a never ending dialog, where ${USER_NAME} interacts with an AI assistant named ${AI_NAME}. ${AI_NAME} is...
Thanks it is very close project. Will investigate it carefully Lately I was able to reuse DOSBOX as hardware emulation library to reduce porting time to several days. For example...
I mean I can be sure the converted source works as original because threse is debug mode when I compare each instruction results when running under DOSBOX and converted.
Yes, I tryed DOsbox IDA debuger too. It turns out with my tool not much need for DOS or Dosbox debuggers. We can use gdb or instrument the generated C++....
By converting IDA generated .lst file we make sure: 1. the variable have names which assigned by IDA automatically or developer assigned using IDA GUI. 2. The uknown values are...