Dario Vogogna

Results 13 comments of Dario Vogogna

With an Angular 13 project, using rxjs 7.5.x I get errors on all modal `afterClose` observables. Can we upgrade rxjs to latest version 7.5.x?

I think this is related to #10

Since @miguel-leon solution didn't work for me, I found this article https://indepth.dev/posts/1455/how-to-split-http-interceptors-between-multiple-backends that uses a similar principle and managed to make it work like I wanted. Sharing here for others...

@rusnasonov thank you for the PR. What about leaving the data initialization and `sync_on_change` function also inside `Harpoon::new()` and edit `Harpoon::setup()` like you did but with `sync_on_change(self)` moved right before...

Same problem with a similar configuration (different lists based on branch). It seems like the list is correctly saved but when opening a new instance of nvim the list isn't...

Are you still working on this? Would you like some help?

> > Error: React.Children.only expected to receive a single React element child > > @laurent512 if you use `asCild` then just wrap everything inside it into a fragment `` and...

> Hmmm that's super strange. I cannot spot any irregularities. > > One thing you can try to change is this line: > > Before: > > ``` > >...

@arthurlomakin11 using `import * as txml from 'txml/dist/txml';` fixes the console errors