Skip to content
#

scripting

Here are 1,813 public repositories matching this topic...

thomasballinger
thomasballinger commented Aug 1, 2021

Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,

const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
feature New feature or request help wanted Relying on community support good first issue Good for newcomers
Wodann
Wodann commented Jul 7, 2022

cbindgen supports conversion of references - with a lifetime - into pointers. Currently, we are using raw pointers in our mun_abi, but by converting them to references, we can make our Rust code safer.

good first issue Good for newcomers pri: low An issue with no impact to quality, performance, or functionality exp: low Achievable with little prior knowledge and guidance type: refactor Refactor existing code
Rotten-Scripts
HarshCasper
HarshCasper commented Feb 12, 2021

Description

Up till now, nearly 65+ Contributors have contributed to Rotten Scripts with more than 400+ Pull Requests created and 350+ Issues created. I want to better understand on how easy has the contributions been for the Contributors.

Since the Project has been a part of many Open-Source Programs, I need to understand how many PRs have been merged and how many PRs were closed. You

enhancement New feature or request good first issue Good for newcomers Up-For-Grab Hard
knutwannheden
knutwannheden commented May 10, 2021

I am running on Windows 10 using Windows Terminal Preview (version 1.8.1032.0) and Git bash (i.e. Windows Terminal executes "<GIT_HOME>\usr\bin\bash.exe" --login -i). I have Jbang 0.70.0 installed and when I delete all files in ~/.jbang/bin and then run jbang app install gavsearch@jbangdev it creates gavsearch.cmd and gavsearch.ps1 but no jbang.sh:

knutw@WIN10-KNUT MSYS /c
good first issue Good for newcomers
Pirulax
Pirulax commented Feb 18, 2022

Describe the bug
setSoundEffectParameters doesn't work in onClientSoundEvent, because the underlaying BASS handle isn't created at that point, only a frame later.

https://discord.com/channels/801330706252038164/801411628600000522/944225468167634975
I looked into it, and found out that the handle isn't even created at the point the event is called:
https://github.com/multitheftauto/mt

bug Something isn't working good first issue Good for newcomers

Improve this page

Add a description, image, and links to the scripting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scripting topic, visit your repo's landing page and select "manage topics."

Learn more