PgBiel

Results 402 comments of PgBiel

`layout` itself creates a block, so you'd have to wrap it in a sticky block and not the other way aroud. I'm not sure if your proposed change is possible...

This is also why `layout` interrupts a paragraph while `context` doesn't.

I don't think this makes sense. Sticky blocks have notably different semantics in layout, and I don't think the outer block should unexpectedly change its semantics due to what is...

I've discussed this with the team, and in principle one possible approach here is to make `layout` produce a special non-block component in the flow, such that it is replaced...

Note that you would also cause the blocks before the last sticky one to become sticky if you turn the parent one sticky. Hence the proposed approach of just exposing...

This will require an internal API to access show-set rules from the style chain, and will have to be a bit of a coordinated effort. This should for sure be...

Working on it! ![image](https://github.com/gleam-lang/gleam/assets/9021226/4bc24819-fcaf-4ee4-ada7-7807b4cdf25c) By the way, it seems that Zed already supports this feature for Gleam out of the box, but this will still matter for VSCode and (potentially)...

Regarding the proposal, I'm more inclined to have this as a feature of _figures,_ as captions are generated as part of them, and this feature could be useful for other...

I think this was probably added to ensure persons with unknown roles wouldn't be serialized back into the hayagriva yaml format, but I think this might have been inappropriately handled....

Well, that could be an initial improvement. However, I think the problem for this particular case might be different: `script-writer` _is_ a valid CSL variable and would translate to `PersonRole::Writer`,...