Mihai Constantin

Results 27 comments of Mihai Constantin

> You didn't handle the case in which the user might have run visudo. Might need to revert the changes done by visudo. Good point. I am erring on the...

Today I discovered Foam, and the topic mentioned in this issue is the last box I want to tick before fully committing to it. The way I currently do things,...

@StoltHD this is definitely a good extension to know about, however, that is not exactly what I am looking for. Perhaps it is not clear from my comment above, but...

@Splode This is something I would like to work on. Do you have some design ideas already? If not, I can send some mockups.

@Splode This looks good! The elements and behaviors mentioned in https://github.com/Splode/pomotroid/issues/102#issuecomment-644236531 are clear to me. Just a couple of question on the mock-up: 1. Are the up and down arrows...

@Splode > Yep. I thought it would take the place of the settings button. You wouldn't really be able to access the settings in mini mode. Makes sense! > I...

I assume like this: - create a new file (i.e., `.js`) in your `electron` project folder and paste in the code - open a terminal and `cd` into your `electron`...

Thanks for the clarifications and the links! I will check them out.

Hi @wch, very interesting workarounds. Thanks for suggesting them! I am using the second one where I reassign the `parent_env` of a class. I went down this path because I...

It seems related to https://github.com/REditorSupport/languageserver/issues/570. So far, I've been following @renkun-ken's suggestion in https://github.com/REditorSupport/vscode-R/issues/1196#issuecomment-1264852007 or using `v2.5.2` as workarounds.