Pakata Goh

Results 11 comments of Pakata Goh

I'm getting a similar issue when working with spec files that have unit tests Placing the following into `cypress/plugins/index.js` according to the docs returns me an error message shown as...

> Hi @pakatagoh, did you manage to find a fix? @jashworth unfortunately not. it's been a year since I've worked on the issue. in the end I believe we falled...

@AhmedElywa any updates on this?

okay noted! but just wondering if you have any indication on when you think you might finish working on this fix?

> I am also experiencing the same issue. Also just curious, what terminal are you using? @carl2x I'm using iterm.

Now I'm getting an error with `fig plugins sync` command unfortunately

@kevin-bates any updates on this? I'm trying to mount a volume to the dynamically generated kernel pod. The desired `mountPath` would ideally be dynamic. Trivial Example: - userA requests for...

@kevin-bates No need for the apologies. Thanks for the help so far! Since I'm very new to the Jupyter ecosystem, learning and creating the mental model on how things work...

Below is the current enterprise-gateway deployment in the yaml file ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: enterprise-gateway namespace: enterprise-gateway labels: gateway-selector: enterprise-gateway app: enterprise-gateway component: enterprise-gateway spec: # Uncomment/Update...

I suppose the discussion has gotten a little off topic as well 😂. For anyone looking to mount volumes on pods via `env`s, see [this comment](https://github.com/jupyter/enterprise_gateway/issues/753#issuecomment-737629478) above 👍🏻