Nikita Volodin
Nikita Volodin
I saw slightly more elegant solution used by react types: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ce3c84e10e30a3efa6078d5cda57f80c1d539886/types/react/index.d.ts#L3049
Hey, it seems that the suggested solution would have a similar issue that some non-evolved fields won't be copied to the new object. In the playground, where you have `const...
That's a good question. I've tested with only one client (but I'm suspecting others work like that too). The client in question would show username/password login form, since the server...
If I may add to this discussion, JS has many different module formats. With support for AMD-style, people might expect support for other styles. However, I don't think it is...
Yes, I would like to be involved in maintenance of the JS backend. Let me know if we need to communicate privately (e.g. share emails) to setup a Zoom call.
Can confirm. Some websites are slowed down, however, some are not. * Firefox `61.0a1 (2018-03-22)` * Linux
I only have couple links, I couldnt remember other ones that lag Lag: * https://lodash.com/docs * https://proton-native.js.org/ Don't lag: * https://reactjs.org/tutorial/tutorial.html (this one also has black text on black background,...
Hello, sorry it took me some time to get back. It works pretty well. I've taken couple screenshots. It resizes everything well and moves all the content into the center....
Sorry, I forgot about it. I tried playing around with css a little bit and came up with the following, which seems to be working very well. I also enabled...
I tested out the css from my previous comment (unchanged) and it seems that search pop up doesn't have the same issue anymore. My guess is wikipedia changed something and...