Sudhanshu Gautam
Sudhanshu Gautam
@eladnava Any updates on this? If I create a shortcut for some app through chrome (selecting "open as window" option), then cmd+tab works as expected. Looking at this behaviour, I...
@eladnava I don't think that you understood me correctly. I meant that cmd+tab works when I "create a shortcut". App generated via applicationize still can't do this. If I do...
Hi @aparcar, sure will apply the style guidelines. Currently working on package selection for asu.
@aparcar can you share more information regarding this. Some more information needed is: * How to get list of these flavors * How to choose among `OpenWrt` or `Lime` or...
I made changes as suggested by @vmihailenco but still no luck :/ ``` type Product struct { Base PublishedAt time.Time `json:"published_at"` Title string `json:"title"` Description string `json:"body_html"` Vendor string `json:"vendor"`...
Okay, I tried some things and it worked when I renamed the struct to some other name. It was `Product` and it didn't work but making it `Productz` worked. Weird...
I wrote a small plugin for this, I am sure there will be bugs but better than nothing for somebody looking for this ```ts import Plugin from '@ckeditor/ckeditor5-core/src/plugin' import Element...
@necolas I've added a PR implementing this component, please have a look. Would love to address any review suggestions from your side
@feduss. Can you describe(code snippet is welcomed) how you are using it? Please mention the same in the PR #1861 as it concerns my implementation and not the issue itself....
@hervejegou Apologies for the late reply, I unfortunately don't have any estimated deadline for this. But the related issue is tagged with v0.19(3 minor versions in future) so this will...