Igor Kvasnička

Results 9 comments of Igor Kvasnička

> My investigations into this matter have not yelded any result. > > Apparently, there is [an open question on StackOverflow](https://stackoverflow.com/questions/72248081/preventing-electron-to-exit-fullscreen-on-escape) for the root cause of this problem, and hopefully...

this is the full message shown in the console ```When calling `deprecate` you must provide `for` in options. Missing options.for in "ember-simple-auth.mixins.authenticated-route-mixin" deprecation [deprecation id: ember-source.deprecation-without-for]```

I've got a similar project setup as you: ``` - submodule1 - submodule2 - ember module ``` and this plugin runs without a problem. I am not sure how to...

I encountered the same problem and did a bit of debugging I was able to monkey patch it somehow: I cloned the codemod repo, installed dependencies and then manually altered...

Hi, I don't see an option in Cinnamon to disable tray :( What I noticed was that in stable release, the system crashed quite often (3-4 times a day). I...

I did not disabled tray icon yet, but I got some logs: ``` [36224:36224:1211/130906.733991:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /StatusNotifierWatcher: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying...

I disabled tray for couple of days as well and everything looked fine. Then I enabled tray and the whole system crashed as before

I have the same problem - it looks like this codemod does not differenciate between properties and non-angle bracket components I was running command: `npx ember-no-implicit-this-codemod http://localhost:4200 app/` edit: I...