Aaron Crosman

Results 52 comments of Aaron Crosman

I mentioned this issue in Slack, and having gotten a positive response am summarizing my thoughts here. The proposed solution on this issue is unlikely to be correct in most...

To me this still feels like the application itself is operating in the wrong timezone not that it should be dynamically adapting the user's browser. An instance-wide setting should be...

I should also include that the project does successfully check out from the remote source, and a copy is located in the local `.cci` directory.

There isn't a solution within Snowfakery that I'm aware of at the moment. You could probably [write a plugin](https://spinningcode.org/2021/05/snowfakery-custom-plugins-part-1/) that does it, but you'd likely have to re-implement much of...

Love the concept and would find this very useful. Have you considered calling the variable something like: `snowfakery_locale_address` which would make it a little clearer what you're actually swapping and...

I don't think a complex sorter is needed. From the docs and just using Snowfakery I had expected a flattening behavior the runs botton up with overrides. Since Macros are...

I have an [initial draft branch](https://github.com/acrosman/Snowfakery/tree/feature/jsonapi). Contributing instructions say to request a feature branch for a PR, so I think I'm at the stage of requesting that target branch. The...

Since [JSON:API](https://jsonapi.org/format/) is a formal standard my _intent_ which (I haven't had time to follow up on in ... let's see more than a year) was to suggest 2 JSON...

I have a preference for being able to add project-specific/local plugins over worrying about global packages run through Snowfakery and the concerns of dealing with larger system issues. There are...

I was wondering about a CCI Task-like approach where we could have a plugins directory that's project specific and copy in whatever was needed for that project. The `snowfakery_extras` example...