James Moore

Results 33 comments of James Moore

Oh, that's a great reason to just close as won't-fix. I had just started poking around the code and I forgot that distinction.

> FYI, you can just press "enter" to confirm the restart Not for me - Chrome Version 100.0.4896.60 (Official Build) (64-bit) Ubuntu. Pressing enter and pressing escape both just dismiss...

> @banshee in which JupyterLab version do you see this issue? Jupyter Server 1.13.5, Lab about box says Version 3.2.9. Lots of extensions loaded, and I did disable AdBlock for...

Sorry - I'm wrong, I was confusing two operations. hitting return does restart the kernel. It doesn't redraw the page though. I'm not sure why I thought there was a...

FYI, the specific error message I get is: ``` Error: None of the sub-resolvers resolved "@uniswap/v2-core/contracts/interfaces/IPancakeFactory.sol" location. ```

> I believe that this is a legitimate feature request. It doesn't have any overlap with Scala.js and serves a legitimate new use case. Are there are any other non-web...

I think for a bunch of use cases the never-collect garbage collector is completely viable. For example, EOS doesn't even free memory when you're using C++ (free is essentially a...

> TalkBack support for ScrollView accessibility announcements (list and grid) [#33180](https://github.com/facebook/react-native/pull/33180) initially landed on 20th April 2022. Java API relanded with commit [a7bb9664009](https://github.com/facebook/react-native/commit/105a2397b6b187a9669ba1c028508a7bb9664009). JavaScript API relanded with commit [cbf53bcaf0c](https://github.com/facebook/react-native/commit/463af237539b98289c88e5b491c85cbf53bcaf0c), but...

> I was unable to get it to work. I used your code snippet and I saw that the "Enable virtual authenticator environment" is still disabled in the browser that...

@barrysimpson your advice was spot on. I was calling your code snippet _before_ visiting the page. It works now. Future readers should note that the UI does not show authenticators...