Thom Allen

Results 9 comments of Thom Allen

I use vue.js in Slim quite a bit. What are you having trouble with?

You just use the directive tags like normal but make them slim syntax. ```slim .signed-in v-if="user" = "Wecome, {{ user.name }}" a.sign-out-button v-on:click="signOut" Sign out ```

@AlecRust I am running into this same issue and I think it just has to do with iOS Chrome cause I'm not using much on front end aside from Vue.js....

Ok thank you. Not the answer I had hoped for but I appreciate you responding @crookedneighbor. Good luck with the TS refactor.

I'm experiencing this issue as well. When I run `graphql create my-app --boilerplate react-fullstack-basic` the command doesn't seem to do anything. From looking at the cli docs, `graphql init` is...

I just came across this as well as we are trying to suppress output during builds. @Tigge looks like you're using flag `errorsOnly` but it seems the actual flag is...

I'm also having this problem. Gonna look into it. I think there are some problems with permissions on some files as well. May have something to do with it.

I'm able to replicate in Chrome v130 running Sanity v3.45.0.

Sanity support team has informed me this issue was fixed in https://github.com/sanity-io/sanity/pull/7506 and released in [v3.57.4](https://github.com/sanity-io/sanity/releases/tag/v3.57.4)