-
```
Hi,
I have a problem while using the jav8 lib in a multithreaded environment. I describe the problem below.
Best regards and thanks in advance for your help,
Marco Vaz
What steps will reprod…
-
[Application Scripting Runtime](https://en.wikipedia.org/wiki/Scripting_language)
- [ ] Configuration access
- [ ] Environment access via REPL (aka Direct mode)
- [ ] Scripting actions
Languag…
-
People working on scripting have been looking into making scripts fall back automatically to `_source` when doc values are not enabled, in order to make scripts easier to use. @jdconrad and I discusse…
-
We are using lua, which happens to be able to store data in a very similar fashion than JSON, so we should use only one library. Since lua can make the scripting side and the data storage too, we shou…
L4D15 updated
10 years ago
-
## 💡 Feature description
`wasm-pack` currently generates code similar to the following in `--target nodejs` where the `.wasm` file is read from the disk.
```js
const path = require('path').join…
Ayrx updated
6 months ago
-
This is an automated proposal to look at a commit made by Caity and import it into [Overte](https://github.com/overte-org/overte)
| **Commit:** | 5cddec90b1337031c6cb3a724f41bdc680dcaadb |
| --- | -…
-
```
Hi,
I have a problem while using the jav8 lib in a multithreaded environment. I describe the problem below.
Best regards and thanks in advance for your help,
Marco Vaz
What steps will reprod…
-
```
Hi,
I have a problem while using the jav8 lib in a multithreaded environment. I describe the problem below.
Best regards and thanks in advance for your help,
Marco Vaz
What steps will reprod…
-
- `get/set_proto_data` - uses byte-offsets and has no range checking. Suggestion:
- Don't accept offset < 0.
- Check proto type/subtype and don't accept offsets above the upper bounds.
- `g…
-
It seems kscript does not work with Kotlin 2.0.0. What I observe is the same as #408:
```
$ kscript 'println("hello world")'
Exception in thread "main" java.lang.ClassNotFoundException: kscrip…