-
### Description
While renaming variables I think we should be able to simplify the `InsertTupleIntoChunk` code a bit. In at least two ways:
1. the `values` array only needs to contain the values t…
-
I had a typo in my org-file: ``
Yet orgparse parses it without complaining:
>>> orgparse.date.OrgDate.list_from_str("")
[OrgDate((2024, 11, 12, 14, 0, 0))]
With the typo fixed, the p…
-
**Problem Description:**
Front-end and middle tier want to display Part Of for Work records in both directions rather than in only one direction as it currently does.
**Expected Behavior/Solution:*…
-
Hello.
Any chance you could either make the MQTT Broker part of the Configuration UI, or alternatively, give an example of the 4 entries needed to get it up and running? I was able to locate a '**m…
-
### What is it?
The second part of a set of issues for getting Dagster + SQLMesh Metrics running. This is to get sqlmesh running the python models on trino. If, somehow, this is performant enough wit…
-
It says that this script:
./src/SoccerNet_CSV_Downloader.sh data/SoccerNet_V1.1_Features.csv
will download the whole 119 GB Frame Features dataset using gdown. But is there a way to download onl…
-
There is a need for a standalone broker, that can run on either (ideally) a ESP32 or more likely a small RPI.
The trick will be relaying - I believe mosquitto may have that capability, but it need…
-
Randomly but quite often (I would say one in five builds, perhaps) `gauss-mix` benchmark fails when run as part of the CI.
It does not fail with some assertion/exception but rather stays in some en…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2122S1/pe/master/files/3fb88ea0-efe7-4b2f-ac6f-9671e0905556.png)
the / if keyed in multiple times, is recognized wrongly as part of the mes…
-
The graph is useful for visualizing model, but when the model is big, printing the entire model is not too helpful. Say I already have a structure of the model(a OrderDict or groups of layer), is that…