hak33m16
hak33m16
Does anyone have a solution to this huge issue? Every single Electron example that utilizes more than a single page is entirely dependent on this functionality. Are we stuck having...
@ZeroX-DG > Can you try using our latest version? v0.11.15 Hey, Zerox-DG, is this behavior intended? https://github.com/BoostIO/Boostnote/pull/1809 Specifically, in this pull request, you mention that you would like the menu...
I retract that statement as, according to Twister from the dev team, the "Players failed to load content." error is engine specific. As of now, he says they are unable...
Sure, I'd definitely be willing to take a crack at it this weekend
Do you have any form of IRC/Discord/communication channel for this project I could contact you through, in case I get stuck on something?
I ran into the same problem. A quick fix for anyone else that needs it, independent of this library: ``` jest.spyOn(global, 'fetch').mockImplementation(jest.fn(() => { return Promise.resolve({ json: () => Promise.resolve({...
Sure, I can try that once I'm on my work laptop again tomorrow. If this does fix it, is there a reason that isn't the default option? I remember this...
Having the same problem: https://github.com/davidsansome/tsurukame/issues/768#issue-2616860943