PgBiel

Results 402 comments of PgBiel

Hi! This is indeed not possible yet, but is planned. (Can't say I can give you a time estimate, however, unfortunately.) I'm not sure if that would work, but, regarding...

The `next() -> SyntaxNode` change has been implemented for #4459 , @wrzian feel free to share any possible suggestions :) I took the approach of not changing the internal lexer...

Thank you for your research! I believe we should be able to add this back, considering the importance in rounding to integer digits. I've found that there is an additional...

In addition, not only are they named and optional, `dir` and `angle` are mutually exclusive.

Seems to be because it's centered. Seems related to what I fix in #1034. Use `table(align: start)` (or `align: left`) to override. Perhaps `align: start` should be made the default...

That is unfortunately a limitation of the current tablex implementation which can manifest itself depending on your table. This should be improved, if not fixed, on the planned overhaul for...

By the way, feel free to share examples of tables which cause this warning to occur for further investigation.

Thank you for the examples, everyone. I think this might be related to how headers work right now (they will be reworked in v0.1.0). Not 100% sure if that's the...