Alex Hanson-White
Alex Hanson-White
I started work on a namespacing feature as described by usmonster: https://github.com/prominentdetail/mousetrap/commit/132d089d692a4a0224bcdec415337a3f2759c407 It currently allows binding for example: ctrl+a.name , ctrl+a.name2 , and both will fire when triggered. You can...
any update on this?
I'm having the same issue. Will this get fixed?
@rogerwang Any info on when this will be fixed? I'm running into this issue with a library, and they say it is a problem with nw.js https://github.com/mrdoob/three.js/issues/23138
> Could you please provide a full sample (not code snippets) so I can reproduce? [nwjsFetchTest.zip](https://github.com/nwjs/nw.js/files/7808614/nwjsFetchTest.zip) Okay I attached a zip file containing a simple example. It includes a test.glb...
> ```js > var url = URL.createObjectURL(e.target.files[0]) > ``` Thanks for the help.. Changing it to a relative path doesn't work if the file is on a different drive, however,...
In the 3d library I am using, it expects the files to have relative paths, for example when I load a .mtl file. The .mtl file stores paths to texture...
@rogerwang , were you able to reproduce the issue with the provided samples? Just wondering if you have any feedback on this- sorry to ping.
> IMO, use localhost webserver if you are doing something fairly complicated. That's not an option, since this is an app I distribute to other users.
ok thanks for the info