Eli Ribble
Eli Ribble
Yeah, after bumping all of the `mokito` entries from `5.4.2` to `^5.4.4` gets farther, but fails with: ``` Resolving dependencies... (4.5s) Note: intl is pinned to version 0.19.0 by flutter_localizations...
In addition, for my use case exposing the prefix would make it possible for me to create container networks within the host that get routable IPv6 addresses. Currently I can...
For anyone else that come across this, DHCPv4 leases are available as files at `/run/systemd/netif/leases/`. DHCPv6 leases, included delegated prefixes, are not. As far as I know, there is no...
I may be interested in implementing this. Here's my proposal, based on xlotlu's suggestion from years ago: ``` [fields.body] type = markdown from_file = contents.md ``` Then, within `content/blog/foo/contents.lr`: ```...
Great questions, thanks for the fast response. I had no idea about the attachments system. > How would this proposal affect that? Agreed, copying it out would be less-than-ideal. I...
Interesting. I had considered doing this as a plugin myself, but after a cursory read through the available events, and looking a bit at the sqlite database implementation, I didn't...
Alright, I got your code working. Nice job on that, I barely had to touch it. [Link to the repo](https://github.com/tealok-tech/lektor-markdown-from-file). It'll need some work on packaging most likely before going...
Got this error on startup: > [Error] 2025-06-13 01:30:12 [/src/application/statics/statics.go:98] Static resource version mismatch [Current 4.0.0-next, Desired: 4.0.0-beta.14],please delete "statics" folder and rebuild it. I'll need to sort that out...
Looks like the version is dictated by `assets/package.json` and likely gets written during the build. It's too bad that git tags isn't being leveraged here to keep the assets submodule...
Looks like from the goreleaser output we have: ``` STEP 7/7: RUN goreleaser build --single-target --snapshot • skipping validate... • loading environment variables • getting and validating git state •...