David Montaner
David Montaner
I am, using version GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10) of 2022-07-05 and it works fine for not indented lines. So running `elpy-shell-send-statement-and-step` on...
Adding this seems to work for me: ``` resource "google_cloudfunctions2_function_iam_member" "cloud_function_invoker" { project = google_cloudfunctions2_function.function.project location = google_cloudfunctions2_function.function.location cloud_function = google_cloudfunctions2_function.function.name role = "roles/cloudfunctions.invoker" member = "allUsers" } resource "google_cloud_run_service_iam_member"...
Any hints on this? I am having the same issue also in Windows (but not in Ubuntu) In my `init.el` file I have: ``` (setq python-shell-interpreter "ipython" python-shell-interpreter-args "-i --simple-prompt")...