guify icon indicating copy to clipboard operation
guify copied to clipboard

A simple GUI for inspecting and changing JavaScript variables

Results 17 guify issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I'm just getting started with guify, but I run into an issue when using the npm version. The default export is not a constructor: All I'm doing is this: ```js...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

The css value of class ".guify-container" : .guify-container { position: absolute; left: 0; width: 100%; height: 100%; z-index: 9999; } All of Div can not be triggered because of the...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

I was testing the following example code but found that the variable binding is not working. When I run the code, "Stepped Range" starts with 8 instead of 64 and...

In the current example, the "onChange" event is triggered whenever the slider is moved. Is it possible to make it triggered on the mouse up event?

I am trying to implement on-the-fly multi-language support by changing labels. I tried the following but it didn't work. Does anyone know a solution? ``` var web_text = ['label1','label2'] gui2.Register([...