Simon Johansson

Results 8 comments of Simon Johansson

I can recreate this problem by having `_pure_prompt_first_line` be longer than what fits in my terminal without wrapping. You can test by creating a git branch with a very long...

I couldn't get SSR with Vite to work. For some reason it then worked when changing the import to ``` import * as DatePicker from 'vue-datepicker-next/index.js'; ``` Not sure if...

This wasted some time for me too. It would have been nice if it was more discoverable. Maybe one of: - `abbr -U` showed a warning/deprecation message - `abbr` would...

My bad. It looks like there are actually 3 usages of @vue/shared. The usages were introduced in https://github.com/MatteoGabriele/vue-gtag/pull/315 together with some ts fixes. I think the intention was good, since...

@MatteoGabriele ping again! :D I think this might be ready for merging?

I could reproduce this with 4.0.0-preview.1 as well. *Modified csproj* ``` ``` *Modified Models.cs* ``` public class MyTrigger : IBeforeSaveTrigger { public void BeforeSave(ITriggerContext context) { Console.WriteLine("Here we are in...

Is there anything else you need from me? Did my example in the repo reproduce for you?