Earlier quoted context omitted.
[flagged]
There's zero entitlement expressed by the parent, he's just trying to help the project, but is encountering unnecessary friction. It's not that he has some inner urge to contribute in some way, he just encountered a bug while using the software and wants to report it. The alternative isn't coding — it's no contribution at all.
Why users cannot create Issues directly
121–130 of 320 posts
Re: Why users cannot create Issues directly
#122Earlier quoted context omitted.
I wonder if a good public flogging would compel chrome and web devs to have 80 tabs take up far less than a gigabyte of memory like they should in a world where optimization wasn’t wholesale abandoned under the assumption that hardware improvements would compensate for their laziness and incompetence.
Is there a straightforward way to have one-process-per tab in browsers without using significant amounts (O(n_tabs)) of memory?
Re: Why users cannot create Issues directly
#123Re: Why users cannot create Issues directly
#124100% agree. If it's someone else's project, they have full authority to decide what is and isn't an issue. With large enough projects, you're going to have enough bad actors, people who don't read error messages, and just downright crazy people. Throw in people using AI for dubious purposes like CVE inflation, and it's even worse.
The trouble here is that github issues is crap. Most bug trackers have ways to triage submissions. When a rando submits something, it has status "unconfirmed". Developers can then recategorize it, delete it, mark it as invalid, confirm that it's a real bug and mark it "confirmed", etc. Github issues is mostly a discussion system that was so inadequate that they supplemented it with another discussion system.
As far as I'm aware, most large open GitHub projects use tags for that kind of classification. Would you consider that too clunky?
Re: Why users cannot create Issues directly
#125IRL every dev issue tracker needs a front-end bozo filter to handle the low-hanging fruit and the misunderstandings and the failures to RTFM and the cases of PEBCAK.
Re: Why users cannot create Issues directly
#126Earlier quoted context omitted.
Interesting. I required all my devs to use local VMs for development. We've saved a fair bit on cloud costs.
Current job used to let us run containers locally, but they decided to wrap initially docker, and then podman with "helper" scripts. These broke regularly, and became too much overhead to maintain so we are mandated to do local dev but access a dev k8 cluster to perform any level of testing that is more than unit and requires a db. A really shame as running local docker/podman for postges was fine when you just ran t…
Re: Why users cannot create Issues directly
#127Is this fundamentally different than just using tags on issues to separate ready to work on things from initial user submissions?
Re: Why users cannot create Issues directly
#128A couple of big projects in the python space use this approach. Pisses me off as a power user. I find what are clearly bugs all the time, and am forced through a funnel that places the burden on me. Stinks of arrogance to think your project is that rock solid you should add friction for reporting bugs. Especially in “forever v0” projects. But, I am super lazy.
Re: Why users cannot create Issues directly
#129Earlier quoted context omitted.
[flagged]
There's zero entitlement expressed by the parent, he's just trying to help the project, but is encountering unnecessary friction. It's not that he has some inner urge to contribute in some way, he just encountered a bug while using the software and wants to report it. The alternative isn't coding — it's no contribution at all.
Re: Why users cannot create Issues directly
#130Personally, I use GH Issues for my own work, but there’s very few issues, so it’s not a burden. I’m a non-fan of JIRA.
I have seen GH Issues turn into Reddit-like flamefests (every now and then, someone posts a particularly entertaining one, here). Not my idea of productive work.