Meysam

Results 8 issues of Meysam

HI, How can I delete a stage completely? I want to switch between multiple games so I need to be able to delete the previous game from memory and run...

hi , It works well when I use ( filename: '.[contenthash].js' ) ![image](https://user-images.githubusercontent.com/85949855/156904400-e4444419-39ce-4d36-8547-1f00276cee6c.png) But when I write like this, it is not added to the index.html ( filename: '.[contenthash]' )...

``` const AudioContext = window.AudioContext || window.webkitAudioContext const audioCtx = new AudioContext() function addAudio(name) { fetch(loader(name)).then(response => response.arrayBuffer()).then(buffer => audioCtx.decodeAudioData(buffer)).then(buffer => { sound.add({ [name[0]]: buffer, }, { preload: true })...

pixi-sound.esm.mjs:24 Uncaught DOMException: Failed to set the 'buffer' property on 'AudioBufferSourceNode': Cannot set buffer to non-null after it has been already been set to a non-null buffer at set buffer...

I get these errors in this version. "pixi-viewport": "^5.0.1", "pixi.js": "^7.2.3", ---------------- Deprecation Warning: Setting interactive is deprecated, use eventMode = 'none'/'passive'/'auto'/'static'/'dynamic' instead.Deprecated since v7.2.0 --------------- Uncaught TypeError: Cannot read...

### Steps to reproduce ` import { Innertube, UniversalCache } from 'youtubei.js'; async function start() { const yt = await Innertube.create(); const search = await yt.search('test', { duration: 'all', type:...

bug

### Steps to reproduce import { ClientType, Innertube } from 'youtubei.js'; async function start() { const yt = await Innertube.create( { client_type: ClientType.WEB, cookie: "my browser cookie..." } ); const...

bug

### Current Behavior When I use containsPoint it doesn't consider hitArea. And when I use hitArea.contains, its coordinates are initial and not consistent with x,y,scale ### Expected Behavior I want...