kbs1

Results 9 comments of kbs1

@alexaderramos @janakparmar9491 This package installs cleanly in fresh Laravel 8. If you've recently upgraded to Laravel 8, first remove the package using `composer remove joedixon/laravel-translation`, then run `php artisan optimize:clear`....

Yeah, websocket connections are still not supported, with `--rpc "ws://localhost:8546"` I get ``` [2019-02-24T02:39:56.338] [WARN] Settings - Websockets are not yet supported by Mist, using default IPC connection ``` But...

I am also getting `RangeError: Invalid WebSocket frame: invalid status code 1006` and the wallet never updates. This happens with IPC rpc. With http rpc it says "notifications not supported"...

> @hfg-joschua-r I managed to work around this issue by using three.js. They have an ObjectViewer class you can import. Can provide an example if needs be. can you please...

Can this bug be worked around in current version of AR.js?

I've found out that the issue arises when camera aspect ratio is not the same as device (mobile phone) aspect ratio, or more specifically, usable viewport aspect ratio. I've found...

@Platform-Group yes, you can search the source for PlaneBufferGeometry, there will be 2 instances. You can find the active one based on your use case and tweak the values there....

@nickw1 the fix I used was not proper, and it required reading from magic `window.....` variables at the patched `PlaneBufferGeometry` creation. It also assumed AR.js will be full-width and full-height...

Would adding support for extending built in rules be an option? I'm new to this extension, I wish I could modify builtin rules easily (using a textarea in extension settings)...