Fred Guth
Fred Guth
Eu ainda não avaliei a solução do @open-eid, mas as reviews não são boas: https://chrome.google.com/webstore/detail/token-signing/ckjefchnfjhjfedoccjbhjpbncimppeg/reviews Vou dar uma olhada na graphene. Qual o caso de uso que vocês imaginam para...
@brunohelius assinar documento fiscal ou jurídico? Estou pensando em usar para assinar NF.
1) I am adding `e2etest` from the svelte example to this example. It works. I will send a new PR. But if I am reading it correctly, it only tests...
Hi @pubkey, I just added a commit to the PR with the e2etest. But while creating the screeshot animated gif for the README I noticed that tabs of the same...
While debugging I noticed that the problem seems to be only with INSERT. I added a console.log in the subscription callback and noticed that DELETE and UPDATE events are triggered,...
@pubkey, I just copied what was on the /examples/svelte without noticing it was different than the other examples. I will change that, no problem. /examples/svelte is not working and is...
I am looking in the vue and angular implementations and I realize that I don't understand the schema: why there is a maxHP that can be 1000 while hp has...
A closer look showed that maxHP is set a random number from 100 to 1000. Was this to test some case?
I changed the maxHP in the schema. Another thing I don't understand in the vue implementation. Take a look at HeroEdit.vue: ```HeroEdit.vue setup(props, { emit }) { const formData =...
I changed it to equal to other examples, but I haven't had the time to add the test.