-
Hi,
I've got few Sega Saturn roms that worked good on previous emulatorjs v3.xx.
When running some of this games on v4.xx it show a blank screen.
For example, when running VirtuaCop - it works…
-
Basically I have a 3 structs and two types defined
```rust
type OnMoveEvent = fn(Board) -> ();
type OnGameOverEvent = fn(Player) -> ();
#[wasm_bindgen]
pub struct Game {
on_move: OnMoveEvent…
-
I just installed this package and used the example code in the readme but when starting my app, I get this error:
```
App threw an error during load
Error: The specified module was not found.…
Sv443 updated
4 years ago
-
Vulnerable Library - landing-site-1.0.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type | F…
-
Vulnerable Library - jquery-1.10.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js
Path to vulnerable library: /js/…
-
module.exports = function gunner(dispatch){
^^^^^^
SyntaxError: Missing initializer in const declaration
at Module._compile (internal/modules/cjs/loader.js:749:23)
at Object.Module._exte…
-
Heyya!
First off, I stumbled upon this tool the other day and overall, I'm truly loving it.
It's exactly what I hoped to find somewhere here lol
Though, to get to the issue;
I added some pkg…
-
I am getting this error occasionally whenever a round has ended, but before printing "round done" to console, and the script has been unable to recover from it.
```
Uncaught TypeError: Cannot read…
-
Using:
```
"@project-serum/anchor": "^0.24.2",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
…
-
when run "node start.js" (start.js copy-paste from here) having below error:
/sda1/src/social_game/hi5/api-client-js-master/start.js:15
app.get('/', function(req, res) {
^
TypeError: Object funct…