cjohn001

Results 51 issues of cjohn001

Hello together. I am trying to customize the pxc-db chart with a myvalues.yaml. i.e. helm install pxc-db ./pxc-db -n dev-percona -f cvalues.yaml I am trying to do some modifications for...

**Environment** ```yaml OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Pro Shell: /bin/zsh node: 20.11.1 npm: 10.2.4 nativescript: 8.6.5 # android java: 11.0.22 ndk: Not Found apis: Not Found build_tools:...

After the migration to NS7 the Angular demo does not run on android anymore. During startup I am getting the following error: ERROR in ../src/tns-oauth-native-view-controller.ts:21:14 - error TS2339: Property 'browser'...

Hello, I have created a plugin and tried to add a dependency to it. I tried it by going to packages/pluginname/package.json and adding "dependencies": { "package": "^version" } However, the...

### Which platform(s) does your issue occur on? - Android emulator - API 28 - emulator Pixel 3 ### Please, provide the following version numbers that your issue occurs with:...

Hello, I would like to display statistical data within the highchart charts, for example mean or median of a distribution. Currently I see no way to pass variables from the...

### Which platform(s) does your issue occur on? - only tested on iOS - iOS versions 14, 11.2 - emulator ### Please, provide the following version numbers that your issue...

As of May 1, 2024 Apple requires all libaries to include privacy manifests. With MLKIT Release as of Feb 20, 2024 they seem to be included in MLKit V5 https://developers.google.com/ml-kit/release-notes...

The following patch from @Muko fixes the issue ``` # generated by patch-package 6.4.14 # # declared package: # @nativescript/mlkit-core: ^1.0.8 # diff --git a/node_modules/@nativescript/mlkit-core/platforms/ios/src/TNSML.swift b/node_modules/@nativescript/mlkit-core/platforms/ios/src/TNSML.swift index b8d7feb..746d2c3 100644 ---...

Currently looking into the updated version 1.0.7 of MLKit in my Angular application. 1.0.6 is working fine. Seems like something is broken when loading the component. Even before getting in...