Ihor Aleksandrov

Results 12 comments of Ihor Aleksandrov

I would like decorators too, but current state of decorators is cutting edge, so I will wait stable release of decorators in webpack (i.e. without flags)

ios implementation https://github.com/vstirbu/InstagramPlugin/pull/60

As you can see this feature require additional testing and maybe some changes, could you please do it if you can

when #60 will be merged, sharing video will be posible on ios 8+ based on Photos Framework and PHAsset. I use this feature on my project, as example: ``` swift...

maybe just add `before_send` hook as last point where request can be changed so by using one hook we can inject auth headers before send request ?

Yeah, you definitely need to implement this feature as soon as possible to open a market of IoT/edge computing devices. Many companies sell applets and **boundary** may be very good...

@shentao do this alpha release will contains feature for reduce value?

Here is a function I created to set opacity for annotation ``` def annotation_set_opacity(annotation: AnnotationDictionary, opacity: float): pdf_writer: PdfWriter = annotation.indirect_reference.pdf rect = cast(RectangleObject, annotation["/Rect"]) x = rect[0] y =...

I am facing the same issue, check this for workaround nuxt/test-utils#565

Another option is to expose `indicator` from `NuxtLoadingIndicator` so it can be accessed from other components or make `useLoadingIndicator` exported composable. nuxt2 provides `$nuxt.$loading.start()` and `$nuxt.$loading.finish()`, but nuxt3 does not...