James Durand

Results 12 comments of James Durand

@yangg you do not need root access to view the network stats. After updating to a newer version of gtop I was able to view the network activity. The problem...

I just ran the latest on my machine without root and had no issues seeing network activity. [![asciicast](https://asciinema.org/a/Zb0sWHYOJXAcceyZilkHUuisw.svg)](https://asciinema.org/a/Zb0sWHYOJXAcceyZilkHUuisw)

I'm a bit confused about the outcome here. The decision was to not include polyfills in the build output but if you look at the `dist` directory you see that...

Thanks for the fast response! > I'm not familiar with this. Is this a webpack config or something? > I would assume that one can add core-js in dependecies of...

I was able to get things working using `mainFields` in my case (yay for small packages with few dependencies!). > I wonder how other "async" libraries solve this problem. Great...

Yeah for sure. I'll spend some time putting some ideas together and make a separate issue to discuss the first change.

I had a similar issue and to get around it I created my own Docker image that extends the official xgo image and used that instead. You can specify an...

@mrmckeb that would certainly help from my perspective!

You'll also need to update the 3D example in the Readme. It has `.with(FlyCamera::default())` which doesn't work anymore. I had to change it to `.insert(FlyCamera::default())`.

It depends on how you initialize the secrets. Yes, at minimum you've moved your secrets to a different file that can be owned by some other user and not readable...