Git Product home page Git Product logo

Comments (3)

nttq1sub avatar nttq1sub commented on August 15, 2024 1

@azogue Ok. Sorry for mistaken. I will delete it right now and hope that the owner will soon be back and see your merge request and @ftapajos and then merge them because it will help so much for the usage of someone like me. Thanks so much for contributed. And I also close this issues and will open a new one if needed.

from fastapi-mqtt.

azogue avatar azogue commented on August 15, 2024

@luongngochoa

IMHO, that is not the polite way of doing that sort of thing...

What you've done is copy the code from this repository and store it under a new name in your account, with just 1 'init commit', removing all the git history of who, when, and why the code was modified, so now @sabuhish cannot be git blamed (:= thanked 🙏) for anything, and it looks like it's YOUR code, but it's not.

The code is MIT licensed (so of course you can do whatever you want with it), but please don't expect others to contribute 👎

If you need to operate with a modified version of the code, make a fork of it, so it's linked to the original repo, and the git history remains. Then make the changes you need (which can also be checked out for review in the original repo with PRs), and use the code directly from your GitHub account.

If you want to publish new versions of the library in pypi, I would ask why do you need them?

  • If it's for your personal/private usage (you need changes/fixes you already have, but there is no merge/publish from the official library), you can always pip install from your favourite repo/branch/special-commit, no need to use versions from pypi.

    As an example, I'm doing just that while waiting review from my own PRs (#69, #70), and with poetry, I have fastapi-mqtt = { git = "https://github.com/azogue/fastapi-mqtt.git", branch = "target/all-changes" } in my pyproject.toml. It's not ideal (but hopefully temporary), but it does NOT NEED a new release.

  • If it's to publish the work of others in your name, obviously that would be bad. If you are really interested in becoming the maintainer of this library, the first thing would be to politely ASK for it from its author 😜

from fastapi-mqtt.

azogue avatar azogue commented on August 15, 2024

Wow! Now you edited the title and description of the 'issue' and now my answer is totally out of context 🙈👎

from fastapi-mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.