Noah Mason

Results 9 comments of Noah Mason

Without a clean method, this is not useable in the real world.

Joing this conversation, it is possible to set the `tabindex` attribute of your focusable elements (or a slide itself) to `-1` on all slides, then set the `tabindex` to `0`...

Typescript/intellisense support would make MDX one of the most powerful authoring tools on the planet. Prove me wrong! Without it, it makes MDX very difficult to adopt. This is not...

@kyleconroy How can I accomplish the above example in MySQL? ``` -- name: ListPilotsByIDs :many SELECT * FROM pilots WHERE id = ANY(@ids::int[]); ``` `sqlc.arg('ids')::int[]` results in a syntax error.

Linked in share button is working for me - seems to be using opengraph meta tags on the target page to create the card. I cannot, however, add predefined text....

This issue just drove me crazy for a bit! Posting here in case someone else lands on the same issue. I have a list of tinyMCE plugins as a string:...

Also experiencing this issue. very important. **A couple ways around this that would help me right now:** - placeholder should not be added if element is already absolute when document...

Supporting older sass-lint project and came accross this. For us it was css variables - Here is a quick solution for anyone wanting to get past the lint: **Mixin:** ```scss...