Jared White

Results 265 comments of Jared White

Yay! I got this working in a test repo that's essentially Roda-first with minimal static anything, so just gotta backport my fix.

For something like pagination/prototype pages, we can probably just add support for filtering on multiple collections via an array. Maybe allow specifying overall sort order. That seems like a much...

Some talk's come up around relations needing to "merge" multiple collections for the sake of the relationship, so it's possible we'd need a more general "virtual collection" after all.

@alvincrespo Hey, I took a quick look at your example repo (thank you for providing that!), and I don't actually see the Signup model in the models folder. Did it...

@alvincrespo That's a weird one to be sure. One other idea for troubleshooting: If you run `bin/bridgetown console --server-config`, can you type in `Signup` and see if it's available? And...

Can you try `@import "normalize-scss/sass/normalize";`? It's unclear to me if there's any sort of standard Node package resolution that would actually support just `@import "normalize";`

Oh sure, it's definitely low-priority. But I'm always on the hunt for interesting ideas to make development more approachable for newbies or for other types of projects which don't fit...

Let's try to keep the conversation on topic for this particular feature. Thanks.

As much as I'd like to go off on experimental wild goose chases (because it's fun!), we have so-o-o-o much on our plate right now to get Bridgetown 2.0 underway...

@robcarruthers Thanks Rob. Data is a special collection that I would expect would need to be relocated to the custom folder (aka `my_collections/_data`) along with the other collections. That it...