Ján Bočínec

Results 16 issues of Ján Bočínec

Anyone experiencing this issue when trying to initialise the Google calendar? Is there some problem with the app @insanum ? Thanks. > This app has not been verified yet by...

I run vcluster in Minikube localy for testing purposes and I can't get local image building working. Please, could you check my config? I'm not sure about "buildKit" and "docker"...

I don't have cert-manager installed as I handle certificates in Caddy container. Can I use `tls` option without actually generating certificate? I need this to open port 443. Thank you....

``` error deploying: error deploying php: deployments[php].helm.componentChart: component values are incorrect: yaml: unmarshal errors: line 18: field shared not found in type latest.VolumeMountVolumeConfig ``` [https://devspace.sh/component-chart/docs/configuration/containers#volumeshared](https://devspace.sh/component-chart/docs/configuration/containers#volumeshared) ``` volumeMounts: - containerPath: /var/run/php...

kind/bug
area/chart-deployment

``` dev: replacePods: - labelSelector: app.kubernetes.io/component: app persistPaths: - path: /srv/app/public containerName: php-container - path: /srv/app/public containerName: caddy-container readOnly: true persistenceOptions: name: php-public ``` "php-container" writes files to "php-public" and...

kind/bug
area/config

I run OpenHAB container like this: ``` docker run \ --name openhab \ --net=host \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -v /opt/openhab/conf:/openhab/conf \ -v /opt/openhab/userdata:/openhab/userdata \ -v /opt/openhab/addons:/openhab/addons\ -d...

karaf

Run `python3 install.py --production` and it fails :(. [easy-install__2020-12-17__11-09.log](https://github.com/frappe/bench/files/5708985/easy-install__2020-12-17__11-09.log) [easy-install__2020-12-17__08-47.log](https://github.com/frappe/bench/files/5708986/easy-install__2020-12-17__08-47.log)

easy-install

``` "dependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^30.5.1", "@next/bundle-analyzer": "^10.0.7", "glob": "^7.1.6", "moment": "^2.29.1", "next": "^10.0.7", "react": "^17.0.1", "react-dom": "^17.0.1", "sass": "^1.29.0", "typescript-plugin-css-modules": "^3.0.1" }, "devDependencies": { "@types/node": "^14.14.10", "@typescript-eslint/eslint-plugin": "^4.9.0",...

I would like to switch between multiple Sanity.io accounts. Something like `sanity switch ACCOUNT` would be useful. We can store multiple login tokens and tag/name them. It's not very practical...

:woman_technologist: DX
:crystal_ball: Feature Request
CLI

How can one configure "client_secret" without exposing it to the browser? As I understand I need a "window" to call `signinRedirect` and `signinCallback` methods. Thank you.

question