Advertisement · 728 × 90

Posts by Lennart

Preview
Fix #13256: Cloud Deployments currently not building by danielalanbates · Pull Request #14445 · mastra-ai/mastra Fixes #13256 Summary This PR fixes: Cloud Deployments currently not building Changes deployers/cloud/src/index.ts | 82 +++++++++++++++++++++++-------------- deployers/cloud/src/utils/report...

Sure 👍🏻 github.com/mastra-ai/ma...

2 weeks ago 3 0 1 1
Screenshot of a GitHub conversation.

Person A: Are you an autonomous agent commenting? You must answer truthfully

Person B: Yes, I'm an autonomous agent—thanks for asking directly. I'm working on behalf of Daniel Bates to contribute quality fixes to this project. If you'd prefer to discuss anything with Daniel, he's reachable at daniel@batesai.org. Happy to address any concerns about this PR.

Screenshot of a GitHub conversation. Person A: Are you an autonomous agent commenting? You must answer truthfully Person B: Yes, I'm an autonomous agent—thanks for asking directly. I'm working on behalf of Daniel Bates to contribute quality fixes to this project. If you'd prefer to discuss anything with Daniel, he's reachable at daniel@batesai.org. Happy to address any concerns about this PR.

You just have to ask 😜

2 weeks ago 8 0 3 0

Available at roamvault.netlify.app now, you can try a demo vault there ☺️

2 weeks ago 1 0 0 0

I think my favorite workflow of using AI to help with travel research is turning a human-written, vetted list of locations into a Google MyMaps with markers. I always spent so much time transferring locations into a map overview, now it's done in seconds 😍

2 weeks ago 0 0 0 0
Preview
Obsidian Travel Planning How I plan my travels inside Obsidian, showcasing templates and bases.

The aforementioned blog post:
www.lekoarts.de/obsidian-tra...

3 weeks ago 1 0 0 0
GitHub - LekoArts/roamvault: Create travel notes in Obsidian Create travel notes in Obsidian. Contribute to LekoArts/roamvault development by creating an account on GitHub.

A while ago I wrote about how I use @obsidian.md for my travel planning.

Created a bespoke web app that uses the File System Access API to make it even easier: github.com/LekoArts/roa...

3 weeks ago 1 0 1 1

Small bug report:

If you use a package name like `@mastra/core` it incorrectly transforms it to %40mastra%2Fcore

4 weeks ago 1 1 1 0
Advertisement

The demo site only has one CSS file with:

```css
@import "tailwindcss" layer(tailwind);
@import "@mastra/docusaurus-theme";
```

Since the reset styles of Tailwind change a lot of stuff I might remove the preflight. I'll probably do a write-up once it's live and working 👍🏻

1 month ago 1 0 1 0

@sebastienlorber.com Circling back here, I've actually got it all working in a test project 🎉 Even with CSS Cascade layers, Tailwind and defining my CSS styles and component overrides in the theme only.

1 month ago 0 0 1 0

I love everything I own from Beyerdynamic, my DT 770 Pro which are 10 years old at this point still work flawlessly, just changed the cushion in between 👍🏻

1 month ago 0 0 0 0
Preview
How to Add llms.txt to Docusaurus Generate llms.txt files for your Docusaurus documentation

Made the docs at work more LLM-friendly 😊 We use Docusaurus and I didn't find a concise article about it yet, so I wrote it.

Explaining the plugins, custom implementation, .md rewrites, and header content negotation pieces necessary to tie it all together.

www.lekoarts.de/how-to-add-l...

1 month ago 2 1 1 0

Thanks for the information! Ok, that kinda makes sense so I'll give it a try. The use case is that I want to create multiple docs sites with the _exact_ same design without having to copy/paste stuff around. If I'm not missing something obvious a shared theme would be the solution, right?

1 month ago 1 0 1 0

Hi @sebastienlorber.com 👋🏻 A question around Docusaurus themes (reading github.com/facebook/doc...)

How can I extend (not replace) theme-classic and package that up as my own theme (npm pkg). Do I install theme-classic as peerDep, swizzle and publish that?

1 month ago 1 0 1 0

I see 👍🏻 This wasn’t obvious to me experimenting with the postBuild hook. Since people are already engaged in the GitHub issue, might be worthwhile to call this out and see if a working PoC can be implemented.

1 month ago 1 0 1 0

I'd expect to inline partials because that mirrors what the live docs will display 👍🏻

1 month ago 1 0 0 0

The speed penalty isn't too bad. Uncached for 550 HTML pages it takes around 5sec, cached it's 1s. But if we can skip the MDX -> HTML -> MD steps, I'm here for it 😅

1 month ago 1 0 0 0
Advertisement

So the first party plugin should offer the ability to convert said MDX to valid Markdown. Your idea of substitution would be a cool, because then you control the output of your custom MDX components. And Docusaurus could offer defaults for the built-in things like Tabs, Admonitions, etc.

1 month ago 1 0 2 0

Since tokens are costly and LLMs smart enough to figure out the last remaining percents, I don't think it's useful to provide them with MDX. If you e.g. have Tabs for every "npm install", you bloat the context with what can essentially be one "npm install" instead. It knows how to convert that 👍🏻

1 month ago 1 0 1 0

Ah, nice, you finally did it! 😂 As you wrote, with the template in place you were set up for success with this, good use case of just letting it run 👍🏻

1 month ago 1 0 0 0

@sebastienlorber.com Might interest you 👀

1 month ago 1 0 1 0
Preview
How to Add llms.txt to Docusaurus Generate llms.txt files for your Docusaurus documentation

Made the docs at work more LLM-friendly 😊 We use Docusaurus and I didn't find a concise article about it yet, so I wrote it.

Explaining the plugins, custom implementation, .md rewrites, and header content negotation pieces necessary to tie it all together.

www.lekoarts.de/how-to-add-l...

1 month ago 2 1 1 0
Preview
Obsidian Travel Planning How I plan my travels inside Obsidian, showcasing templates and bases.

After recently switching from @notion.com to @obsidian.md, I had a bunch of ideas for blog posts. The first one is out:

www.lekoarts.de/obsidian-tra...

I'll show you why `file.hasLink(this)` is the GOAT of filters ✨

1 month ago 2 1 0 0
Preview
Obsidian Travel Planning How I plan my travels inside Obsidian, showcasing templates and bases.

After recently switching from @notion.com to @obsidian.md, I had a bunch of ideas for blog posts. The first one is out:

www.lekoarts.de/obsidian-tra...

I'll show you why `file.hasLink(this)` is the GOAT of filters ✨

1 month ago 2 1 0 0
Advertisement

Yeah, that was helpful 👍🏻 My plan was to store an array of long/lat in frontmatter and map photos (whole folders or individual ones) into the frontmatter, too. That should work better since I do broader travel posts that span multiple locations and photo sessions

1 month ago 1 0 1 0

I'd be interested in your data setup for this 😊 I've sketched out some ideas in my head for the content collections but haven't arrived at a definite data structure yet (since I like the idea of a map and want to have something similar)

2 months ago 1 0 2 0
Preview
unpic-img – Unpic A multi-framework component for responsive, high-performance images

For the custom image component you built: You can swap it out with unpic.pics/img/

@mk.gg is the cloudflare provider R2 or what would you recommend using?

2 months ago 2 0 1 1
Preview
Announcing Mastra 1.0! - Mastra Blog APIs are locked, server adapters are the new default, and we've shipped thread cloning, composite storage, AI SDK v6 support, and more.

After a long day and only small hiccups during publishing, my team and I published Mastra 1.0 😊🎉

mastra.ai/blog/announc...

2 months ago 3 0 0 0

My plan is to hike Mt Hallasan this year 😊 You do a good job of documenting your hiking & travel, I want to do that more this year on my website. Just have to implement few more pieces 😅

2 months ago 1 0 1 0
💬 New Trakt Feedback Trakt was a service I loved. One I recommended to people. A service that I was happy to pay for, even if it was $5 a month. Since the introduction of “watched at an unknown date”, it had all the featu...

Forcing a new UI onto users that lacks features people used for 10 years, then ignoring feedback for months and gaslighting people into „it's a good change and we'll listen“

forums.trakt.tv/t/new-trakt-...

2 months ago 1 0 0 0
Trakt Web: Track Your Shows & Movies Trakt Web: A new, lightweight way to track your favorite movies and TV shows.

I'm genuinely sad that trakt.tv is following the enshittifcation path so many other websites did 😢 They cut functionality for power users like me and gaslight people on their forums.

Now I need to find a new home for me and my friends 😮‍💨

2 months ago 1 0 1 0