kdkavanagh

Results 24 comments of kdkavanagh

Hi @kszucs have you had a chance to evaluate this? This issue is preventing us from meaningfully using pandahouse unfortunately. If @Lytmbot's proposed soln is agreeable, I'd be happy to...

Hey @virtuald, any updates on this?

Understood. I _may_ be able to back out that change specifically. Wasn't aware of cxxheaderparser - Fully supportive of moving off this codebase :). Do you feel it has at...

The workaround you suggest would work, though pushes the management of that ephemeral table onto the user, which I suspect would be prone to mistakes. Main usecase is that I...

That's okay - The use_venv() path matches the venv used to launch* python/radian, so not concerned about removing that if necessary. Segfault occurs on following line tho (`from x.y.x import...`)

Just tested - Removed the `use_venv` and still see segault on following line

Hmm not sure I follow. My process is to activate a venv from bash which contains radian + some other libs I use via reticulate. Then from within R/radian I...

I see what you mean now - thanks. Do you mind pointing me to that addtl setup logic?

+1, I have remote copy-paste working with tmux on a rhel host via iterm2 on a mac, so I dont think it's a limitation with ssh itself

I do already have that variable set: ``` "python.analysis.packageIndexDepths": [ { "name": "thePackageName", "depth": 50, "includeAllSymbols": true, } ], ```