Kyle Baker

Results 83 issues of Kyle Baker

(chrome mobile 88 on oneplus 6T, same result on girlfriend's oneplus 5, and same result efore updating chrome and android) As the title says, the AR feature seems broken. It...

trying to set it up on google cloud, only thing I've done is install janus basically. Error is ``` error[E0658]: use of unstable library feature 'maybe_uninit' (see issue #53491) -->...

@ https://ethernaut.openzeppelin.com/level/0x4E73b858fD5D7A5fc1c3455061dE52a53F35d966 input: > await ethernaut.owner() output: > MetaMask - RPC Error: err: max fee per gas less than block base fee: address 0xCA6b8EaB76F76B458b1c43c0C5f500b33f63F475, maxFeePerGas: 20000000 baseFee: 29766651531 (supplied gas...

[official solution](https://medium.com/coinmonks/ethernaut-lvl-13-gatekeeper-1-walkthrough-how-to-calculate-smart-contract-gas-consumption-and-eb4b042d3009) shows a verified contract, which can be emulated on remix in a straightforward fashion, which is relatively necessary to predict gas costs during operation. I was not quite...

I originally copy/pasted example out of this readme. It seemed to work, but events wouldn't fire. Eventually I used a copy of the dist itself, then guessed that filename was...

fixes bug described [here](https://github.com/supermedium/aframe-super-keyboard/issues/26#issuecomment-752151283) and shown [here](). You can remix that glitch and swap out commented line 193/192 to see the effect of this change there. Basically: ```js "".split(",") //...

It makes aframe look dead. Just turn it into the equivalent of a subreddit if nothing else. Preferably make it a wiki so the community can maintain it. Almost anything...

https://immersive-web.github.io/webxr/#xrreferencespace I see `local-floor` as the reference type when using this extension, but I'm developing an app that specifically requires the use of bounded-floor. While the quest 2 supports this...

`data-fill-background` only seems to support solid colors, not gradients like `data-fill` and `data-stroke`. Would it not be a trivial update? I'd consider contributing, but I'm not familiar with the coffeescript...