-
Today, `::datetime` is supported in inline cast, for example
```
row x="2024-11-13" | eval y = x::datetime
x | y
---------------+------------------------
2024-11-1…
-
On Z, fmin/fmax/dmin/dmax intrinsics were changed to support the Java spec (+0.0 compares as strictly greater than -0.0, and NaNs are returned unchanged) on the OpenJ9 side, and to support the IEEE-75…
-
Hi there
Great work champ, much appreciated
Just had alittle issue with JS inline codes not running inside taps. Attached is an example
![git](https://github.com/user-attachments/assets/52a97f97-67…
-
If we use `getter-with-setter` as follows:
```
(define-inline (foo x) (car x))
(define-inline (foo-set! x v) (set-car! x v))
(define-inline Foo (getter-with-setter foo foo-set!))
```
`Foo` i…
-
This is as minimal as I could make this. I can't reproduce it by just creating arrays from scratch, has to be loaded from real data afaict.
Just cubed, without xarray
```python
import cubed
sp…
-
### 🎤 Tell us your idea
I am wondering whether adding inline suggestions is on the roadmap.
This feature exists in code editors like Cursor and is incredibly useful.
![CleanShot 2024-10-24 at …
-
It may be useful for an addtional plugin to inline fills (notably gradients), too.
SVGs exported from Illustrator extensively use them and
they could collide with gradients of same ID in other SVG…
-
## Describe the Bug
It's hard to differentiate inline code blocks from surrounding text. The contrast is too low.
## Information to Reproduce
### CLI Version
`0.41.16`
### Expecte…
-
Type: Bug
The inline chat window is persistant even after closing and re-opening the file. There's no close button on the inline chat.
Extension version: 0.20.3
VS Code version: Code 1.93.1 (Univer…
-
Hi there,
Thanks a lot for your plugin, I use it everyday for Obsidian Publish.
I would like to publish this inline DQL query : `= dateformat(this.file.mtime,"DDDD : HH:mm")`
If I'm not mistake…