Adrian Sieber

Results 176 comments of Adrian Sieber

SQLite also supports columns without types: ```sql CREATE TABLE simple (a, b, c) ```

Yeah, good idea, that would be even better! But I just realized that probably the size is necessary to calculate the layout of the SVG. So maybe there are two...

> Or one size, but with additional parameter telling whether to include it in final image or not. But you might want to calculate / generate it in a specific...

I actually meant running Wasm inside of Haskell (referring to the table in the readme: https://github.com/wasmerio/wasmer#wasmer-sdk). I just realized that compiling Haskell to Wasm is of course irrelevant for that...

Thanks for the elaborate answer! OK, if you don't have full control of the `mathics` organization then it makes sense to have a `Mathics3` However, I doubt that people who...

Also for clarification: I was not talking about merging stuff back into this repo. I'd rather copy the whole code (and history) to a new repo `Mathics-Legacy`, then I would...

Probably the same problem: ```sql CREATE TABLE "edit" (name TEXT) ``` currently fails with: ```txt edit() is not supported. ```

> The UK switches between GMT and BST, not UTC and BST Uh, interesting interpretation. But I don't think I understand what this is supposed to imply? I'd say UK...

> GMT now refers to a timezone. timeanddate.com and some other websites make this claim without any references. Timezone abbreviations don't even seem to be standardized as tz uses the...