You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/31 07:07:16 UTC

[GitHub] [cordova-plugin-statusbar] codeconsole opened a new issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

codeconsole opened a new issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216


   The latest version released has been broken since Jun 19, 2019 and the code was fixed sometime in 2020.
   
   Can you please release from the fixed master branch so that users will not have to use the github version?
   
   Once you do a release, you can finally close this Issue:
   
   https://github.com/apache/cordova-plugin-camera/issues/566
   
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] sithwarrior commented on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
sithwarrior commented on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-939914989


   I have experienced similar issues on other apache/cordova plugins, were fixed are created, PRs done but its a bit of a struggle getting them merged, and a giant struggle getting them released.
   
   I dont know if its the Apache release voting process, that the problem or what, but this issue is pretty big.. the fix has been ready for 2 years. yet no release.
   
   Because of this, and other issues, I can longer recommend we use Cordova.
   
   @PabbleDabble Thanks for the example, its a good solution, because it limits the scope to the single commit, as adding without the commit, basicly opens up to adding the plugin as nightly/canary.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] erisu commented on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-983256397


   [v3.0.0](https://www.npmjs.com/package/cordova-plugin-statusbar/v/3.0.0) has been released.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] curtgrimes commented on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
curtgrimes commented on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-932658599


   @erisu @mosabab are there plans to publish a new version to npm?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] PabbleDabble commented on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
PabbleDabble commented on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-936227571


   Heya, just wanted to chime in, apologies if this is already known by everyone, but you can use npm to install from a specific hash directly until the npm registry is updated with new version.
   
   ```
   $ cordova plugin add https://github.com/apache/cordova-plugin-statusbar#3ebae213dfd9798dc1c674fbbeb4d0ad49947c1d
   ```
   Alternatively, you can also fork the plugin to your local repo and install from a local directory.
   
   You can look at the repo network here to pick the hash you want - https://github.com/apache/cordova-plugin-statusbar/network
   
   Again, I know these are just alternatives, just a suggestion in case you desperately needed a section of code and don't like installing via repo (we do not do this because we like our versions to be locked so no changes can be implemented without us specifically knowing)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] erisu closed issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
erisu closed issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] codeconsole commented on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
codeconsole commented on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-938901361


   @PabbleDabble thanks for the info.  Yeah, I already installed the plugin from the repo.  I was hoping the maintainers would simply release a new version.  Unfortunately, it seems as if cordova is dying a slow death.   This ticket was more for me a last ditch effort to see if there was any life in the project before I migrate off of Cordova. If the maintainers can't even tag a release of a core plugin, I can't imagine the timeframe to actually get a bug fixed. 
   
   I wasted several hours of time getting a pull request up to date https://github.com/apache/cordova-plugin-camera/issues/759 that was done by other people that were ignored for 2 years simply thinking they were ignored because their pull request was no longer in sync. I learned the painful truth that even if you fix a bug of a documented feature, it stands no chance of getting merged or even looked at.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] PabbleDabble edited a comment on issue #216: 2.4.3 BROKEN - Replacement Release Desperately Needed

Posted by GitBox <gi...@apache.org>.
PabbleDabble edited a comment on issue #216:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-936227571


   Heya, just wanted to chime in, apologies if this is already known by everyone, but you can use cordova/npm to install from a specific hash directly until the npm registry is updated with new version.
   
   ```
   # The key is the octothorpe designates the hash to install from
   $ cordova plugin add https://github.com/apache/cordova-plugin-statusbar#3ebae213dfd9798dc1c674fbbeb4d0ad49947c1d
   ```
   Alternatively, you can also fork the plugin to your local repo and install from a local directory.
   
   You can look at the repo network here to pick the hash you want - https://github.com/apache/cordova-plugin-statusbar/network
   
   Again, I know these are just alternatives, just a suggestion in case you desperately needed a section of code and don't like installing via repo (we do not do this because we like our versions to be locked so no changes can be implemented without us specifically knowing)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org