-
## Summary
As far as I have seen, RustPython is not yet suitable for "safe" embedding, meaning that executed Python code can block or hurt the caller code, because:
- execution can loop forever,…
-
I need to continue execution of some threads when debugger stopped on breakpoint.
Something like calling
```C#
ContinueDebugEvent(***, ***, DBG_REPLY_LATER)
```
in the my Concord component. I've…
-
I put the scripting engine into its own Nuget package. We can use that as a Nuget library.
---
Beep, boop, I'm [a bot](https://github.com/LeagueSandbox/IssueBot)! This issue was created by `@Gan` in…
-
### Ask a question related to OpenToonz
Hi there,
Just a quick question about the documentation for scripting in Opentoonz.
Is the list of classes and methods complete? The reason I ask is, I ob…
-
To reproduce:
On a running system, perform a gem update of a specific gem. This will trigger the dependency tracker which will cause openhab to reload ruby scripts. However it will reload all the scr…
-
I've had medium success in replacing BluiBrowser process with the Epic provided CEF process. This reduces overall footprint needed by Blui and provides some extra scripting capacity via WebJS that is …
-
The Context Engine must be completed in order for scripting to work.
The way the Context Engine is supposed to work is that it will
- Get the `main.js` script
- Limit its accessibility to scope
…
-
```
What steps will reproduce the problem?
1.File Include
В фаиле storedoc.cgi
Чтение фаилов: /etc/passwd
в GET параметре DU чтение фаила file:///etc/passwd
/kurgan/cache?CS=UTF-8&CT=text/html&DM=S…
-
### Feature Description
Opensearch implemented "efficient filters" to apply filtering in an iterative approach dynamically during a kNN-search, not only before or after (see https://opensearch.org/…
-
Do you plan to add scripting language support, Lua or Mozilla Spidermonkey with Javascript support?