Jacob Cohen-Rosenthal

Results 7 issues of Jacob Cohen-Rosenthal

Can we have typescript types?

I've set `data-color-mode="dark"` on the root `` but the editor is still in light mode. Looking through the source css I don't see any references to the `data-color-mode`. How is...

I'm also experiencing the typescript issues mentioned below. I tried npm installing all the @types/ but that didn't help. I still have this issue with typescript, doesn't compile because register...

client.create() returns such a list. It would be nice to have client.save() return the same kind of list to get feedback that the instances you saved were actually saved successfully....

Project is at https://github.com/IPFC/ipfc-extension ``` // store.js import Vue from 'vue'; import Vuex from 'vuex'; import VuexWebExtensions from 'vuex-webextensions'; import * as getters from './getters'; import mutations from './mutations'; import...

bug

Adds the ability to add web RTC options as noted in a todo in the code that is now removed. It also adds the ability to add passwords to the...

Add support for ID besides LibP2P for starting threads and signing. Start with for ETH wallet identities and the [EIP712](https://eips.ethereum.org/EIPS/eip-712) signing. > The signing algorithm of choice in Ethereum is...