Luca Ban

Results 374 issues of Luca Ban

Dear @Kelin2025 nanoclone fails to copy a [Firebase user object](https://firebase.google.com/docs/reference/js/firebase.User). Simple reproduction is done with: ```js const user = state.user console.log('user → ', user) const copy = nanoclone(user) console.log('copy →...

I'm not sure what changes with the objects when I clone them with nanoclone and then try to sync them to firestore, but I get this error: > Error: Function...

すばらしいプラグインありがとうございます。 >「iOS Scheme」を設定 はどこでどうやって設定できるかご教示していただけませんでしょうか。 現在 developer consoleで以下の項目しか見当たらないです。

My wish for `nanomerge` is something that just recursively does something like `Object.assign({}, source, newObject)` But not only on the base level but also on its children props etc. Could...

I'm not sure what's happening here, but I'm stuck in an endless loop... GIF: ![2018-07-27 13 46 58](https://user-images.githubusercontent.com/3253920/43302146-d86a974c-91a3-11e8-8a02-76cdc646b02d.gif) Do you have any advice on what info I could give you...

> Cannot assign to **read only property** 'refreshToken' of object '#' at baseClone (index.js?cadc:60) So I have an object that I'm trying to merge, but it contains a Firebase auth...

I have set up a Github action that runs my tests. It seems to also creates recordings and screenshots, on the ubuntu instance, but obviously I can't access them now....

I have looked everywhere on the website and in issues, but couldn't find a topic on this. Since there is only the main-thread in JavaScript, the developer needs to optimise...

**What rule do you want to change?** - `[vue/require-component-is]` **Does this change cause the rule to produce more or fewer warnings?** - fewer **How will the change be implemented? (New...

If I have a horizontal virtual scroller with (about 10_000) divs with different widths, is it possible to render the virtual scroller but at the scroll position of a certain...