Mattsi-Jansky

Results 7 comments of Mattsi-Jansky

I think something like this would be correct? ``` package org.example; import com.microsoft.playwright.*; import java.nio.file.Paths; public class ChromePdf { public static void main(String[] args) { try (Playwright playwright = Playwright.create())...

@SirXOPHER and I tried to reproduce on master but can't. The category added by the first reservation is always displayed in the new reservation form for the second reservation. We...

I would love this feature. It is quite a severe limitation to only be able to return objects and arrays. Hope the PR gets merged

Seems there might be some documentation for it in the form of this Java library: https://javadoc.io/static/com.slack.api/slack-api-model/1.0.7/com/slack/api/model/block/element/RichTextElement.html Edit: You can also use it in Slack's "Block Kit Builder" where it is...

Good stuff :+1: For what it's worth I've since discovered other undocumented parts of the Blocks API, like the `link` element and the `rich_text_section` element. They are returned by the...

I added this in a last minute addition to the slides for my workshop at Rust Nation UK, with attribution in the bottom-left corner. It looked great! Thanks for the...