Brian Kent

Results 5 comments of Brian Kent

Just for the record, I was also effected by the lack of OSGi support in 1.1.7.

@nitram147 I documented a potential solution in https://github.com/anon-real/sigma-usd/pull/37. It uses a util method on `i18n` to extract the code from the language (ie, `sk-SK` => `sk`) which seems to be...

@kranebitt I think unfortunately the WASM code that interacts with the smart contract requires [`BigUint64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigUint64Array) that simply [isn't supported yet](https://caniuse.com/mdn-javascript_builtins_biguint64array) in some browser (including Safari). It looks like they are...

I notice the behavior described above where updates stopped working if I have multiple `$localStorage.$default({...});` calls with different defaults in different angular components. For example, if `ServiceA` has `var $storageA...