arshak fperson
arshak fperson
Hi! Yes, this is possible, and will be done someday in the near future :) Thanks for using Timeow! ^^
Hey, I noticed a typo: > 49. Create a Stage room that has no Area in it. Create a Circle object that does **not** inherit from GameObject...
Isn't it? In answers You say that it is required for `Circle` to inherit from GameObject > As required, it inherits from GameObject, receives an area, position and optional arguments...
Oh, sorry, I didn't notice that these are two different exercises.
> You can just use `chrome.*` APIs in every browser. What about Safari, though? I know the template doesn't *officially* support Safari, but from what I understand, it'd be easier...
> That includes Safari. My bad! I did a wrong "check" for that :) (Apparently, Safari also supports both promise- and callback-based APIs; [link](https://developer.apple.com/documentation/safariservices/safari_web_extensions/assessing_your_safari_web_extension_s_browser_compatibility#3586646) for interested folks) > By the...
I get this constantly after a while. Can't really figure out what's wrong. BTW, this mostly happens when working in Dart with flutter-tools.nvim Here's a full stacktrace that may help:...
I just noticed this happens after the first file save, regardless of whether trouble was toggled before. I'll look into this a bit more and see if there's possibly something...
UPD: I feel like this was caused by a `BufWritePre` autocommand saving the session with `Shatur/neovim-session-manager`. It also caused some other issues (like closing the file manager, the trouble popup,...
Hey @donovan! I just checked on my machine, and #48 seems to fix it. I am going to close the issue for now but feel free to repone it if...