Mauro Bieg
Mauro Bieg
> Add a table ExerciseSettings with key and value columns, same as UserProps. I'm not sure it's easier to deal with the untyped key-value pairs and self-joins instead of simply...
ok, if you think its easier to extend like that... (the old DB records would just get `NULL` in the new columns)
I see how this might be handy for the class and id attributes, but some attributes like e.g. `width` and `height` should probably continue to go in the `img` tag...
Or maybe `![](){.myclass}` should be converted to:
@madgen, I still think that approach would work for us, but @jgm merges pull request. P.S. In light of https://github.com/jgm/pandoc/pull/4009 it should probably be `myclass-figure` (i.e. append `-figure`)
> I find the `-figure` suffixed classes a bit inelegant. I'd rather move all the classes and the id to the figure, but I'm worried that this would break things...
Probably the reason for that weird code is that for some time we thought we could run `wkhtmltopdf` without a tempdir but going through stdin directly and I think we...
I haven't been following this closely, so sorry if I'm missing something, but a few thoughts: - so the main motivation is reducing compile-time? either when working on the lua...
Yeah, if it's done as a monorepo, I think that could work... feels like as a developer, when you build master, you would just want to use the code that's...
> I don't see any other way except for re-implementing the module loader to adhere to the [spec](https://tc39.es/ecma262/#cyclic-module-record), which will take some time. Would be great if this could be...