Axel

Results 10 comments of Axel

``` Loading failed for the with source “https://www.googletagmanager.com/gtag/js?id=UA-40941674-4”. map33.openbloc.com:1:1 Object { loc: (2) […], center: {…} } index.js:342:12 Object { scene: {…}, camera: {…}, source: {…}, geoLocation: (2) […], nTiles:...

It's the live demo whose the link come from `README.md` on the `master branch`. I didn't clone the repo. Just saying, you can check with Firefox and a linux distro...

Maybe something related to GPU driver? I don't know much about it. I don't know if it will be useful for you but I can give you this command result:...

Hi @jbesomi , I plan to contribute time to time when I feel like, for the pleasure of practicing/learning English and discover an open source project on github at the...

My bad, I ran `npm test` before `npm run build`. But the test seems to run forever, I stopped it after hours and here is the output: ``` > [email protected]...

Thanks for the solution, it works well for the smoothstone: In `/plugins/Essentials/items.json`: ``` ... "smoothstone": "smooth_stone", "smooth": "smooth_stone",

Hi, thank you your help. Is there somewhere on the wiki or any documentation I can find back this specific information?

> @bidetaggle See the examples in the `plugins/Essentials/custom_items.yml` file. I can't find a `plugins` folder in the actual repository, I don't see anything relevant [here](https://github.com/essentials/Essentials/tree/2.x/examples) neither and I the [wiki](https://essentialsx.github.io/#/_DocuteHome)...

Hi, I made a quick patch to remove the warnings: ``` diff --git a/node_modules/react-native-lightbox/LightboxOverlay.js b/node_modules/react-native-lightbox/LightboxOverlay.js index 9e01f9a..bf11c7e 100644 --- a/node_modules/react-native-lightbox/LightboxOverlay.js +++ b/node_modules/react-native-lightbox/LightboxOverlay.js @@ -99,7 +99,7 @@ export default class LightboxOverlay...

@jacquesdev https://github.com/react-native-community/discussions-and-proposals might be a good start to find out :)