Hamza Sider

Results 5 comments of Hamza Sider

@ligne13 here's what I came up with to avoid that situation: instead of using css flex to reorder elements use vue.js computed to reverse the list. _example code:_ `data() {...

Finally I did it after hours of overthinking it, here's my solution: **First replace the promise in the upload function by this:** axios.post(url, fmData) .then((response)=>{ that.loading = 2; that.$emit('crop-upload-success', response,...

```typescript interface UserWithPosts extends User { posts: Post[] } ``` This is even better for my taste, simple and straightforward.

@bushrat011899 looks like the git is not maintained anymore, would you publish your modifications in your own git? that will help a lot. thanks :)

I encountered the same issue and @tahussle is right switching to bash as default terminal fixes the issue.