mimiza

Results 5 issues of mimiza

user.create() automatically authenticates user after account creation, but then user.get('profile').put({name:'Test'}) doesn't work. Please try this on browser console. TEST 1: ``` user.create(Gun.text.random(), Gun.text.random(), ack => { user.get('profile').put({name:'Test'}) // not working...

Hi! In the gun.put function (ie. gun.put(data, cb, opt), gun mutates "opt" object. This makes using SEA.certify difficult. Because instead of injecting certificate object directly in the put like this...

This issue is created as Mark's request in PR https://github.com/amark/gun/pull/1092 Currently, when using cert, in the current gun version (master branch), I want people to be able to use cert...

Hello there and first of all thank you the people behind this tool so much for such an amazing hard work. I love this tool. It helps me unstick myself...

Hi. During bench update I always see this red error saying pip deps conflict. Frappe: latest Erpnext: latest ![Screenshot_20231211_140216_Termux](https://github.com/frappe/frappe/assets/20904034/b83d194d-28a2-4d6e-97f2-de10ed66d6d1)

bug