Radek Miček
Radek Miček
I'm on MacOS 12.5. For me it was sufficient to allow `valec` and `backend` in `Security & Privacy`.
Documentation https://www.sqlite.org/datatype3.html recommends INT: > # 2.1. Boolean Datatype > > SQLite does not have a separate Boolean storage class. Instead, Boolean values are stored as integers 0 (false) and...
Hmm, seems that using BOOLEAN in schema definition works. Now `REAL` can't be converted to decimal only to float... So following works without `CLIMutable` (still it would be nice to...
Ok. Can these macros be used inside math? When I define ``` \newmacro{nat}{0}{[$ \mathbb{N} $]} ``` then I can use the macro in a paragraph. But writing ``` \begin{mathtex} n...
But unfortunately there's an import cycle. ``` The import statements for these modules form a cycle: ┌─────┐ │ gleam/result │ ↓ │ gleam/set │ ↓ │ gleam/list └─────┘ ```
So I have to come up with a different solution
Thanks for the review. I have fixed the comment and added an entry to the changelog.
Thanks, comment added
Sorry, at the moment I have a lot of other work.
> Zip compression This also means ZIP decompression? If that is so, I wonder how to deal with different kinds of ZIP archives produced by different implementations. Recently I watched...