David Anderson

Results 10 comments of David Anderson

Even better would be to do this, which makes it possible to print the notes as well. ```js const Print = ({ slides, notes }) => { const outer =...

I'm stuck on this too. I've got about 100 SVGs in the `static` folder, which works fine with @mdx-deck/gatsby-theme (and v2), but it's not working with v3 and gatsby-theme-mdx-deck.

@jxnblk https://github.com/alpinegizmo/mdx-deck-v3-static

The webpack workaround appears to have the drawback that I have to restart the dev server every time I add an image. That's unacceptable; any way to make this dynamic?

I do training for my organization, and I've built a gatsby site with a bunch of slide decks, using mdx-deck as the basis. This is certainly doable, but I have...

@HuangXingBo There are some topics I'm surprised aren't mentioned: * FLINK-27878 [FLIP-232] Add Retry Support For Async I/O In DataStream API * FLINK-21585 Add options to include/exclude metrics * FLINK-29255...

Typically you will have one zookeeper cluster, and one distributed filesystem (e.g., minio) that are shared by all of your deployments. Or if you already have a zookeeper set up...

@nealsun I haven't tried using a Deployment for the Flink Master (job manager) -- if you try it, let me know what you find.

I'm running into this too (with version 9.2.2). In my case the problem only shows up in dev mode, and if I reload the page over and over, it eventually...

We should add appropriate content to the UDF docs as part of implementing this FLIP. https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/functions/udfs/ is the page where that goes. I think a new section right after the...