Advertisement Β· 728 Γ— 90

Posts by Michael Loistl

@obsidian.md any info on when the Mac app will update to the latest (MacOS 26 performance issue fixed) electron app version?

5 months ago 1 0 0 0

Ignoring us is insulting at this point @rubycentral.org. Why are you not communicating with the community? When is the next Q&A?

6 months ago 16 2 2 0

Reading through this great 3-part blog post series from Stephanie Booth about rebooting the blogosphere:

"from my β€œreading interface” (ie, the RSS reader), make it super easy to comment, share, react or link to a publication ... www.manton.org/2025/09/29/reading-throu...

6 months ago 1 1 1 0

Have you gotten around to that video comparing Stimulus to Svelte for Rails developers? Would like to explore this topic more ...

8 months ago 1 0 0 0

Sure can I find you on Zed? Or if you want to send me an invite to Tuple (have never used that)...

1 year ago 1 0 0 0

@joel.drapper.me if that's a phlex related issue, how quick would that be fixed? I've a project deadline on a legacy project by this Friday and would need to potentially not use phlex then 😬

1 year ago 0 0 1 0

@joel.drapper.me so the following renders the input first and the label below...

<%= render partial: 'shared/form_label', locals: { ... } %>
<%= form.text_field attribute_name, options %>

1 year ago 0 0 1 0

Ok, that works as well.

However that partial renders the form input first and then all other partials, so it's not in order as defined in partial 🀯, so it's not in the order as in the erb file.

1 year ago 0 0 1 0

v2 from main

render Phlex::Rails::Partial.new("...") actually resolves that issue πŸ™Œ

1 year ago 1 0 1 0

The partial rendered from phlex view renders correctly, but non of the partials rendered from within that erb render...

Any thoughts?

1 year ago 0 0 0 0
Advertisement

@joel.drapper.me is there anything specific to take into account when rendering erb partials within erb partials? When rendering the partial from phlex view I call helpers.render partial: "..."

1 year ago 1 0 2 0

This is a test post for mastodon attachments

#rss #rsspipe

1 year ago 1 0 0 0

RSS Pipe: Introduction

https://michaelloistl.com/posts/rss-pipe-introduction

#rss #rsspipe

1 year ago 0 0 0 0

Interesting that the API allows to create an empty record.

1 year ago 0 0 0 0
1 year ago 1 0 2 0

Next up, media attachments...

#rss #rsspipe

1 year ago 0 0 0 0

RSS Pipe is now open for everyone.
For now it's free - once out of beta it will probably be $0.99 per feed/month.

#rss #rsspipe

1 year ago 1 0 0 0
Advertisement

Changed name from "Inbound RSS" to "RSS Pipe". I think that reflects better what it does...

#rss #rsspipe

1 year ago 1 0 0 0

Have fixed the tag facet. Needed to strip the hashtag so that the tag facet value is just the tag name without hashtag. So hashtags on this note should now link to the correct tag.

#rss #inboundrss

1 year ago 2 0 0 0

Have added inboundrss:bluesky meta tag, so this note should only post to Bluesky

#rss #inboundrss

1 year ago 1 0 0 0

This note should now post to Mastodon & Bluesky

#rss #inboundrss

1 year ago 1 0 0 0
Preview
Emoji rendering issue on posts (but not notifications) Β· Issue #7287 Β· bluesky-social/social-app Steps to Reproduce When creating a post via API, emojis followed by link aren't rendered correctly. The text is UTF-8 encoded and shows correctly when retrieving the record via the API. Retrieved r...

@bsky.app issue reported github.com/bluesky-soci...

1 year ago 0 0 0 0

This is a test post to demonstrate a potential Bluesky render issue.

The emoji followed by text renders correct:
πŸ”— Some text

1 year ago 1 0 0 0

This is a test post to demonstrate a potential Bluesky render issue.

The emoji followed by link renders incorrect:
πŸ”— https://michaelloistl.com/notes

1 year ago 1 0 1 0
Advertisement
Preview
My future self knows better My future self: wiser, more considerate, and deeply invested in achieving better outcomes over time.

My future self: wiser, more considerate, and deeply invested in achieving better outcomes over time.

πŸ”— michaelloistl.com/posts/my-fut...

1 year ago 1 0 0 0
Preview
All or nothing

All or nothing

πŸ”— michaelloistl.com/posts/all-or...

1 year ago 0 0 0 0

My bad πŸ™ˆ β€” I did instantiate the component twice. All resolved and working πŸ˜…

1 year ago 1 0 0 0

Only call render on that turbo stream. So the render in context should still work as before?

1 year ago 0 0 1 0

I used to do...

`turbo_stream.action(action, target, html: phlex_view_for(view_name).render_in(view_context))`

which gives me now the error: "You can't render a Components::Feeds::Form more than once."

1 year ago 1 0 1 0

@joel.drapper.me there seems to be another change in v2, that's not mentioned in the new documentation (at least I couldn't find anything)...

1 year ago 1 0 1 0