A Vorobev
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
-
-
-
-
-
A Vorobev commented, -
-
A Vorobev created a post, Wrong component's attribute type for preact project
Hello! According to documentation preact emits regular DOM events (https://preactjs.com/guide/v10/typescript/#typing-events). Let's take a look at the <button/> element and try to see what type of... -
-
A Vorobev created a post, AnsweredUnable to find VirtualFile by url on Windows OS
val fileUrlString = virtualFile.urlval url = URL(fileUrlString)val scopeFile = VfsUtil.findFileByURL(url) That approach is working good for linux, but for windows file is not found. Could you pleas...