joe Jankowiak

Results 42 comments of joe Jankowiak

Hey Caleb, curious if you could give an estimated progress update on this? I've been heavily relying on form.elements in my app not realizing that breaks on Safari :( Just...

I'm taking a look at this and might be able to provide a PR. Seems like what's needed for your code pen is just to finish up the elements getter?...

@calebdwilliams I don't have much experience with TS and not sure exactly where this should go in the source code but here's an updated code pen: https://codepen.io/jrj2211/pen/WNMGvaN?editors=1011 It now sorts...

I totally missed the partialConfig option in the readme! Thats correct though, I want to connect with a URI string, then change the DB later on. Just to clarify, what...

I took am having the same issue. Freezes in Powershell at that prompt, works in CMD.

I'd find this very useful too. Starting a new app but don't want to use typescript for it. I would like to use import/export though so it would be nice...

Awesome! Thanks for the info

While basing a resolver properties exclusion list on $select is probably best implemented independently, I think having a generic mechanism built into resolvers to include/exclude what properties to run would...

I found a workaround for this: https://github.com/h4l/dev-container-docker-compose-volume-or-bind That makes it so it works either locally or cloned in a volume. I'm still unsure why the notation `.:/workspace` doesn't work however....