Tim MacDonald
Tim MacDonald
1. I don't love that from a public API perspective, there is now public, hidden, and contextable data. 2. I wonder if you should be able to return public and...
FWIW, my initial implementation of Context supported dynamic data via Closures. I got it really close but then ended up stripping it all out as I ran into issues that...
There is an open PR to address this, however I'm not able to reproduce the issue. I fired up our skeleton and also the starter kits and everything seems as...
@bobbypiperagrovista, from the sounds of it you are using Vite as your build tool but then manually accessing the CSS via `Vite::content`. I imagine you probably have a set up...
@markusheinemann, what do you think about making this a little less strict and allow a `*` to match anything that isn't a `.`? Just thinking it could be cool to...
@markusheinemann, I feel that the wildcard should not be greedy with dots, i.e., to match `users.names.first` the wildcard `users.*.*` needs to be specified.
Hi @andrewicarlson, thanks for your PR. We are discussing this one internally and will make some adjustments shortly.