imsys

Results 22 comments of imsys

I'm not sure if it is the same problem, but as I'm creating a testing map, I did not fill all tiles, so I get an error in the following...

This is for the main window icon, I'm using AWN for the docks, and it also picks the icon set there for the dock. If that doesn't work in unity,...

It is always using 10% ~ 20% CPU, even when I'm browsing the internet and VS code is in the background, (on Arch Linux) so I'm disabling it for now.

For anyone who stumble on this same problem, adding `-webkit-transform: translateZ(0);` to the element under it fixes the problem in Safari, for my cases.

```js if (typeof process !== 'undefined' && process?.env?.NODE_DEBUG) { ```

[ChainSafe/web3.js](https://github.com/ChainSafe/web3.js) has this module as a dependence and their [readthedocs page](https://web3js.readthedocs.io/en/v1.7.0/getting-started.html#adding-web3-js) does not inform about requiring a node polyfill, but it is mentioned in their github page.. Anyway, we have...

``` yarn install yarn build:web cd build/ npm i -g http-server http-server ``` That's the farthest I got, but I still could not login with just that. For me as...

An example of how it is shown in the polygon bridge. ![Selection_283](https://user-images.githubusercontent.com/911254/134222346-a19a68e2-c244-4bd8-a1ad-6a0ea979195b.png)

I would really like this feature. I saw this post https://help.gnosis-safe.io/en/articles/3940875-gas-less-signatures and thought it was possible, so I tried `gnosisSDK.txs.signMessage(message)` but had no luck. It actually pops up a modal...

I wonder the technical aspect of multisig personal_sign implementation. To get a signature from the multisig smartcontract, it would have to be executed on chain and spill the signature on...