i_love_code
i_love_code
@tidyui open to PRs for this? If so, do you have an idea/preference how you would handle it? I was thinking a modification to the ArchiveMiddleware that allowed for any-blog-archive-url/rss...
Makes sense to me. A couple questions that I've run into while working through the RSS middleware implementation: 1. Are nested archive pages supposed to be supported? As far as...
Good to hear on the hierarchical slug option. I can see how that falls through when pages are moved due to parent paths being saved in the slug at content...
Good convo. I've been wanting to discuss this topic in Piranha for a bit now. **URL Segment Max** I was just curious on this topic, given we're talking about character-length...
I'll check that out @tidyui. Any chance we could come up with a (rough) list of what else might be needed for this to be functional/usable? I'd love to contribute,...
I think the combination could have real benefits, I like it. That said, I think the UX of the left tree could be improved. If this is something you have...
Agreed, the title and typename should be enough information-wise. I was referring mostly to the position of the panel on the left side and how it's accessed. It could end...
For what it's worth, I'm running `swa start` and this is my `swa-cli.config.json` ``` { "$schema": "https://aka.ms/azure/static-web-apps-cli/schema", "configurations": { "local": { "appLocation": "ui", "apiLocation": "api\\FunctionsProjectName\\src", "start" : { "appDevserverUrl": "http://localhost:5173",...
Additional info, since the config file I used as an example is role-authentication secured, checking my authentication status via `http://localhost:4280/.auth/me` just shows `clientPrincipal: null`. The same thing happens if I...
I added a comment that mentioned you need to have the gsdll32.dll listed an embedded resource so that it would be in the bin, and the location in the bin...