-
How to reproduce:
1. create a pool with a deployed pool program
2. import and call loadInfo() with params
Observed Error:
```
Uncaught (in promise) TypeError: exports.POOL_STATE_TAG.toBuffer is…
-
Hi,
one more bug we observed during fuzzing ;)
A while ago, @ttdennis told me the fuzzer wouldn't work on his iPhone 8 because he couldn't call functions and stalk them in parallel. Since I got …
-
This is in relation specifically when calling a function when creating a contract. There doesn't seem to be an easy way to check that events were emitted as the CLI does not appear to report them. Sho…
-
Please help on this issue.
```
Gathering files...
Creating networkx graph from downloaded OSM data...
Added edge lengths to graph in 0.01 seconds
Created graph with 94 nodes and 230 edges in 0.…
-
The walkPods function iterates the pod directories and calls the given function on each pod.
https://github.com/coreos/rkt/blob/master/rkt/pods.go#L145
However the given function does not have an er…
-
When an extension calls any built-in PHP function, it crashes, i.e. this code crashes:
```cpp
Php::call("var_export", "function call");
```
Note: it only happens when PHP-CPP is built in release…
-
Hi,
i call a native module in my thread but the callback doesn't response
All works perfectly, also if i call other functions of this module, but with this the callback was never emitted.
`
net.…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
## Summary
As requested by @aritchie, there may be times in which you want to write extensions for the MauiAppBuilder to bring in features and those features would benefit from modifying the PrismA…
-
Looks like we're calling sdl mixer functions in sdl mixer callbacks when we shouldn't be. See Mix_HookMusicFinished doc at https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer_69.html
And our Mix…