-
Hi,
Since the large overhaul to the parser, I have noticed that when using Treesitter queries in Neovim, that the range output in block scoped namespaces, include the entire contents of the enclose…
-
If I select MFCs 3 and 4, and then select MFC 1, the dates for MFCs 3 and 4 get shifted to an incorrect value
-
*As a user I want to filter a list not only by an exact number value but select a min and max value to display all records with a value in between. (e.g. any exam results with points between 50 - 80)*…
-
Traceback (most recent call last):
File "e:\code\python\backtrader\btmain_ib.py", line 58, in
results = cerebro.run()
^^^^^^^^^^^^^
File "C:\Users\shixi\miniconda3\envs\back…
-
Working on #168 I realized we don't yet have a way to uniformly set start and end time across various data requests (e.g. patrol events and observations).
Probably easiest if existing `since` and `…
-
Hello, thank you for developing such a great tool!
I have a question about data alignment. I aligned 600x600 Visium data to a 1200x300 frame. However, when I use functions like `MapFeature` or `Map…
-
-
### **Feature Request Description**
Create a LitElement (based on Lit 2.x), which handles two DateTime objects (JS Date handling date and time would be enough).
### **Proposed Solution**
Combine …
-
The Python frontend has trouble dealing with dynamic map inputs.
- [ ] Some programs don't generate valid graphs:
```
@dace.program
def test(A: dace.float64[20], B: dace.float64[20]):
N …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
CREATE TABLE t1 (c1 bit(24));
INSERT IGNORE t1 (c1) VALUE…