Jerrid Schilling

Results 16 comments of Jerrid Schilling

> Hello @jschillingApollo > Check in this [toolset](https://github.com/roman-rr/cupertino-pane) if somethings you are looking for. Thanks @roman-rr for the suggestion! That library looks awesome. Lots of great options.

> any update? Looks like it has been completed in this [PR](https://github.com/ionic-team/ionic-framework/pull/23124#issuecomment-811258035) and is awaiting review by the Ionic team to be added to a future minor release.

Any feedback on this issue? Still seems to be a problem.

Looks like there was some updates on the [PR](https://github.com/ionic-team/ionic-framework/pull/23124) for this Issue yesterday. Potentially targeted for Ionic v7 release but it didn't sound like they are dead set on that...

@vesper8 No solution yet unfortunately. We ended up removing video capture functionality from the Android version of our application temporarily while we look for a better option because this plugin...

@losrak Thank you for the suggestion! I appreciate the help and I'll give this a try in the meantime For the package maintainers however, I would like to note that...

> What happens if you run `nvm use`? Results of `nvm use`: ``` $ nvm use Found '/c/Users/jschilling/.../.nvmrc' with version Now using node v18.13.0 (npm v8.19.3) ```

Updated to v0.39.4 and then subsequently v0.39.5 with a new, but still incorrect, result. `nvm current` now returns the value `none` regardless of what version is currently selected and `nvm...

It does indeed. I attempted this with a few node versions that I have installed with nvm and saw the same results. Here's the requested output: ```bash $ nvm_ls_current none...

The output from the requested command is: ```bash $ nvm_tree_contains_path ${NVM_DIR} $(command which node) ; echo $? 0 ```