zxti

Results 21 issues of zxti

How do you prevent the iframe from growing unbounded? It seems easy to cause this problem, especially with width but also with height. Below is a simple minimal example -...

bug

It is important to reset the CSRF token when authenticating as a different user, see for instance to https://security.stackexchange.com/a/22936/17247. I may be missing something but it does not appear that...

While the typewiz-jest work (#49) is baking, I was seeing if there was a quick path to getting typewiz instrumentation in jest for create-react-app specifically. I tried registering typewiz-node before...

enhancement
component:core

Is there an easy way to combine the collected types from typewiz-webpack and multiple typewiz-node runs? I think there are two specific questions here: - When I go from page...

Typewiz seems to change objects by replacing their fields with property getters and setters—this makes sense, since it needs to track the types of the values being written. However, wherever...

component:core

**Describe the bug** I cannot connect to a server from Ubuntu Linux, and the server is working fine for other devices, including Android/iOS/MacOS. **To Reproduce** Steps to reproduce the behavior:...

bug
os/linux
Fixit 2021 Q1
failure/connect

I get ignoring something like `pre`, but was just curious why span tags are not beautified.

This looks really cool! Can I use this without decorators? I'm using sucrase for fast builds, but it doesn't support decorators (since it's not fully standardized).

I am interested in using vm2 to sandbox a large/complex application. This is a generic node web service where I wish to isolate user requests from each other and from...

question

Would love to learn more about vm2 at a deeper level, and perhaps eventually contribute to it. Are there any good write-ups (perhaps buried in issues/anywhere) that might be good...

question