Julian Frenzel

Results 10 comments of Julian Frenzel

I am facing the same issue: spark-bigquery-with-dependencies_2.12-0.23.2.jar Spark: 3.1.2 Scala: 2.12 Changing to Avro Format didnt help. Query tables was successful

Hm, when I tried to show you the logs, the application suddenly worked :/

are there any updates? I am running in the issues since I updated to alfred 5.

same here with Google OAuth2 authentication

You have to choose the correct token. Its **access_token** and not id_token ------------- **Request** grant_type=convert_token client_id= client_secret= backend=google-oauth2 token= ---------- **Result** "access_token": "XxXXXXXXXXXX", "expires_in": 36000, "token_type": "Bearer", "scope": "read write...

`require("project_nvim.project").get_project_root()` actually returns nothing although the venv is in the root folder :/ I guess I need to have a look at project_nvim settings ...

Ok I digged a little deeper ... The project_nvim dependency workes fine, i just missed the print() statement around the get_project_root statement. Now it returns: ``` $ lua print(require('project_nvim.project').get_project_root()) >...

Well, if its a pyenv "issue" than the plugin could get its name from the pyvenv.cfg: ``` > file = io.open('/Users/hi-there/Code/testcontainer/.venv/pyvenv.cfg') > file:read('*a') home = /Users/hi-there/.pyenv/versions/3.10.11/bin implementation = CPython version_info...

I created https://github.com/AckslD/swenv.nvim/pull/41 which solves my issue and may be related to #32

Hey @brandoncc, would you may rebase your branch? Seems like prime wont merge it in near future.