PgBiel
PgBiel
Do those resource usage issues occur with the same table being typeset using just `#table` (instead of `#tablex`)?
Also, please provide a minimum reproducible example for me to debug the issue. Thanks for the report!
Alright, this seems to be a good example: ```js #import "./tablex.typ": tablex #tablex( columns: 3, ..range(0, 200 * 200).map(i => [aaaaaaaa]) ) ``` Placing 200 tables of 200 cells each...
Oh, please don't worry @taylorh140! I'm glad you brought this to my attention. I probably won't be able to fix this now, but, in the coming weeks, I should hopefully...
By the way, snake_case is the standard being used in the linked code, perhaps you meant kebab-case. 🙂
I'd love it if that were possible, but this is currently not aligned with the Gleam maintainers' goals. Which is fair, because maintaining 2 targets is already lots of work!...
Yup! This is definitely something I want to make possible. Open to any suggestions and/or contributions here. Thanks for the links! Will be taking a look as well.
> A possible fix could be to assert that identifiers in math aren't single grapheme clusters Do we do this in other places in the syntax? This feels a bit...
Ah, good catch! Will be taking a look once I can.
Thanks, I just missed the need to use a float on the power there.