cubimon

Results 24 comments of cubimon

Is there some starting point anywhere, where someone left off with unfinished work/a prototype?

I guess the [cells.py](https://github.com/thonny/thonny/blob/master/thonny/plugins/cells.py) plugin contains pretty much what is requested, except two thing which I noticed so far: - on error/print code view isn't focused - executions of function...

I do have the same issue, maybe someone should try to build from source to find out where it is caused exactly and open a pr?

Do you know any temporary workaround, preferrably without higher permission?

@yahavi does your artifactory gradle task work with java11/ubuntu-latest for you? Edit: I had to set `JAVA_HOME` variable. The azure devops gradle plugin somehow didn't require it 🤔

![image](https://github.com/Kong/insomnia/assets/3812715/6133d355-b61a-416c-b75c-31e762d30491) This resolved it for me

I have the same issue but with pdb files, which causes linker error LNK4099

I use `userChrome.css` with this content to achieve fullscreen in window ```css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #TabsToolbar, #PersonalToolbar, #BookmarksToolbar, #MenuToolbar, #tabbrowser-tabs, #nav-bar, #TabsToolbar { display: none !important; } ``` [source](https://askubuntu.com/questions/487936/how-do-i-open-fixed-window-in-firefox-like-chrome-app-mode#487954) `userChrome.css` is...

@Blayer98 how did you solve your issue? I recently got a similar issue for guild wars 2, the launcher freezes, in virtual desktop mode it works though, but I can...

Thanks :) Proton 7 with the virtual desktop made it working, unluckily I couldn't just switch to proton 8 after login, I guess it uses a different wine prefix with...