everdimension
                                            everdimension
                                        
                                    I see in the description that this module purposefully handles only FuncIRI notation. Why is that? The following syntax is quite popular: ``` ``` And it too suffers from the...
This change fixes line cropping that users may experience if they set custom font size in the browser settings --- #### Problem explained in images: What it looks like now:...
A [EIP-1193 spec](https://eips.ethereum.org/EIPS/eip-1193) does not describe an "isConnected()" method, so if this method is not found on the provider, the dapp should not assume it is not connected. Instead, we...
Hi! Thanks for an awesome library I find that some APIs are poorly documented and have trouble figuring out some methods. Here's the place in the docs that implies that...
Hi! I saw this issue (https://github.com/joshwcomeau/react-flip-move/issues/89) but it looked to me like the discussion was going in the wrong direction. I don't see why you need refs at all when...
This is an issue to describe in a little bit more detail the problem described here: https://github.com/coatue-oss/react2angular/issues/88 The problem is the following: If an object is mutated in angular, angular...
Hi! Thanks you for making this library. I have code like this in my `main.py` file: ``` from waitress import serve # ... serve(app, host='0.0.0.0', port=8080) ``` I run file...
I almost always check the docs for install instructions since not all libs go by the same name in the `npm` registry.
I already have something else assigned to Shift - Alt - D. Thanks!
When using `@parcel/transformer-svg-react`, I noticed that it was stripping the viewBox attribute. I tried enabling it, but this didn't work: ```js // svgo.config.json { "plugins": [ { "name": "preset-default", "params":...