-
With a new git clone of microbit-v2-samples repo and this code:
```cpp
#include "MicroBit.h"
MicroBit uBit;
int main() {
uint32_t show = 0;
uBit.init();
uBit.log.setTimeStamp…
-
### How can we reproduce the crash?
https://github.com/Dimava/misc/tree/bunbug1 (bunbug1 branch)
### Relevant log output
```shell
PS D:\projects\misc> bun run .\index.ts
==========================…
-
These errors shouldn't be there:
Not sure why this isn't finding them: https://github.com/vilterp/datalog-ts/blob/4a79913676dd5f672010b7e788ed55946226eb3e/languageWorkbench/languages/dl/dl.ts#L…
-
Hi project owner, I've been working on my own KPro data logging tools. I started in 2010 and then I forgot about it for a long time, but have recently been able to completely simulate a KPro ECU from…
-
I am using SPIFFS to read and write SPIFFS on ESP32 using Arduino platform. I have seriouse problem with File definitions;
File logFile = SPIFFS.open(FILENAME_DATALOG, FILE_WRITE);
LowLatencyLogger.…
-
```
#lang repltest datalog
parent(amy, anabella).
parent(john, anabella).
parent(anabella, jack).
parent(jack, ted).
grandparent(X, Z) :- parent(X, Y), parent(Y, Z).
> grandparent(X, ted)?
grandpare…
-
Hi,
What's the reason that lead you to use a prolog evaluation strategy (SLD resolution) for a datalog?
For instance, `magic-sets` is a relatively simple datalog-first strategy that would most …
-
Filing this issue to track cleaning up of "duplicate" Rust dependencies. Mostly out of curiosity when we were looking a bit at how to speed up the CI pipeline, I thought about reducing the number of d…
-
Version: 1.45.1
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a
Date: 2020-05-14T08:33:47.663Z
Electron: 7.2.4
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19…
-
https://github.com/biscuit-auth/biscuit-go/runs/2529601768
https://github.com/biscuit-auth/biscuit-go/runs/2529523899
Random tests are failing intermittently like:
```
datalog_test.go:581:…