-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make tool parameters accessible #13
Comments
You may find this helpful for the broadcast issue, in case you have that specific port blocked or something: https://github.com/devkitPro/3dslink/pull/3/files |
address
parameter for 3dslink
Welp, @ian-h-chamberlain I looked into the OpenSUSE forums and I found a question about an issue with Yast Firewall. I disabled it and it works. Still, this doesn't change the fact we are blocking access to those parameters completely. We could look into this when we have time, or put it off until |
Fair point. My first thought was that we could have something like |
We could add new flags, i.e. Though this would be more ad-hoc and not full pass-through. Edit: Maybe support using an env variable like |
Actually, I think this is not a bad compromise... Anything after All that said, we may want to expose cargo metadata etc as well, for example |
I think this was fixed with #26 but I just used the wrong keyword to auto-close, manually closing it now. |
It has been a month or so that
3dslink
hasn't been able to find my 3DS on the network. I've ignored the issue for a while, but now that tests are in too, it's really annoying (I have to run 3dslink separately with theaddress
parameter). I can't understand if it's an OS problem, since it started when I switched to OpenSUSE, or a problem with my network, but I believe we should make those arguments available one way or another, especiallyserver
, which seems useful.Edit: I didn’t mention something important. I actually believe these parameters are outside
cargo-3ds
‘ CLI scope. Maybe we should implement these integrations through.cargo/config.toml
or other external sources.The text was updated successfully, but these errors were encountered: