Alex Kocharin
Alex Kocharin
@dsuckau , yeah, it looks how it should. I don't know where the issue is coming from. :(
@rellaguo , it only shows packages that were manually uploaded (with `npm publish`) previously. It won't display packages fetched from npm (otherwise it'll have to show thousands of dependencies, which...
Checking the `storage` folder as you did above is the only way right now. Why do you need to know this?
@dsuckau , no, it's configured correctly. Names like `all`, `anonymous` are ones we used in 0.x versions, they are deprecated now, but still supported because of backward compatibility reasons.
> How should the web interface user ever get the group cat? Technically, when user `cat` logs in, it'll automatically get assigned a group named `cat`. So user and group...
`cargo tree -d` is a cool command, we should probably pay more attention to what it says
> Closing as I am burned out and have no motivation to get this landed anymore. Can you reopen it and add `adopt-me` tag to these PRs instead? If it's...
@miketwenty1, this is not a feature, this is an example. If you need 3rd party dependencies in examples, it might be worth considering to make them as separate crates (with...
> Any discussions you know of, I can follow, in relation to adding async web requests natively within bevy without a 3rd party dep? None. Imho, this is too rare...
> Doing something like this with the current api isn't very trivial. It is trivial. Should look something like that if I remember correctly: ```rs Quat::from_euler(EulerRot::YXZ, PI / 3., 5....