-
make sure that closure compiler with `ADVANCED_OPTIMIZATIONS` works again
luite updated
5 years ago
-
## This issue is a:
- Bug
### Environment
| Question | Answer |
| --------------------------- | :-----------: |
| Magento version | 2.3.0 |
| Browser …
-
This would solve a number of issues. For example, we would like to use a control layout compatible with Bootstrap to help with CSS styling. We can hardcode, but that's not so nice, and then the JavaSc…
-
I tried to get your latest 3.0.0 snapshot of the scripting addon running with my existing scripts. I updated `ohj` to the latest commit on `master`.
Still getting this exception:
```
14:01:08.1…
-
```
Seems that OnLoadEnd is not the same as DOMContentLoaded, when testing loading
of big image it behaves more like window.onload. We need a built-in event when
DOM is ready. We should inject javas…
-
Rough thoughts on action system, interested in thoughts.
Background:
- Headset module provides input from a wide variety of input sources
- It's hard to resolve all of these inputs into high le…
-
I use **embind** and **.smart_ptr_constructor()** to bind a C++ class.
I suppose a smart-pointer could help me to write javascript easy without calling .delete(), but the browser console still warn…
-
Originally reported on Google Code with ID 7620
```
What steps will reproduce the problem?
Execute the following commands using the Python bindings:
from selenium.webdriver import Ie
from sel…
-
**Describe the bug**
in some cases the binding expression is interpreted as eval. then, the resulting javascript want to call the vis function which is not available.
**To Reproduce**
Steps t…
-
Any binding for React hooks? How would you best support this kind of functionality in Nim?
For state management, I think dispatching Custom DOM Events is sufficient (see this approach with Micro Fron…