Raman Rasliuk

Results 15 comments of Raman Rasliuk

Hi! In latest version try that ```ts @ResourceAction({ method: ResourceRequestMethod.Get, pathPrefix: '/files/file/{!id}', responseBodyType: ResourceResponseBodyType.Blob }) getFile: IResourceMethodObservable; ``` For the deprecated version I don't really remember, but you can try...

Hi @bluewalk Thank you for warm words :) It's a log time I did not develop with the library since I switched to Flutter. But I think you can try...

It's nice to have!

Hello @mebjas Any news on that issue? I'm having the same error on latest 2.1.3 version. Code: ``` typescript this.html5QrcodeScanner = new Html5Qrcode( 'barCodeReader', { verbose: true, formatsToSupport: [ Html5QrcodeSupportedFormats.CODE_128,...

Hi there! Just updated to the 2.3.1 version and the problem with error described by @Soon96 exists on my side as well. Just in my case the lib can't open...

> @troyanskiy what's the url? It looks like the url gives a json-file and it makes sense that can't be shown as an image. @renefloor the backend url is image...

@renefloor Is it possible to add some extra check somewhere if the file really exists in the cache, instead of throwing the exception?

Any news about when it's possible to fix that? Thanks!

Yes. I forgot to mention. I have it on Rocky 9.1 as well.

I have the same problem with Set-Cookies. When you start the app first time it does not work, but after kill and restart works fine.