Patrick Hanford

Results 15 comments of Patrick Hanford
trafficstars

This tells the template render engine to serve `index.html` from your configured directory. **Settings.py** ``` TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['dist'], # Add dist to dirs so Django...

> The message needs to be updated. Add `[ScriptInclude]` attribute on your enum. ``` using Serenity.ComponentModel; using System.ComponentModel; namespace MovieTutorial.MovieDB { [ScriptInclude] [EnumKey("MovieDB.MovieKind")] public enum MovieKind { [Description("Film")] Film =...

Am also observing the same behavior using identical reproduction steps.

@larixer great, I can handle that. Do you think it'd make more sense to add a second option after the initial menu selection asking the user if they want to...

I am currently working on this, and will offer a write up if I can get it sorted.

@cyriaque-ovaga the video there only covers deploying with static assets, but not SSR, unfortunately. Despite the adoption of SSR for Amplify, their aws-amplify-vue plugin is closed source so I'm really...

I've unfortunately so far only gotten the runaround with basic support & invites to upgrade my support plan for more in-depth help. I've since moved away from the idea of...

This is related to #137 I will be looking into adding arm64 compatibility to this image.

I have ARM64 support working & ready to go. @JasonLandbridge I will need to, of course, work with you on packaging concerns. Is there somewhere better suited for discussion?

@JasonLandbridge I'm gonnas say use `docker buildx` for multi-arch support & release different tags for each architecture. Since we can validate everything as working from a native build, BuildX should...