Anton
Anton
> Could you please show some context of the error above? 🤔 This problem is resolved. It was about `failure?` and `failure`.
I keep receiving a huge number of notifications like this: ``` DEPRECATED: Invoking undefined methods on `ServiceActor::Result` will lead to runtime errors in the next major release of Actor. ```...
> @afuno Can you share with us one example of code that triggers this warning that you find unexpected? 🙏🏻 Unfortunately, I can't at the moment. > > The problems...
@sunny Thanks for adding compatibility. Apparently, release 3.9 has fixed the main problems described earlier. However, there are still the following problems: ``` DEPRECATED: Invoking undefined methods on `ServiceActor::Result` will...
@sunny Hi. I checked version `3.9.1`. It still contains a large number of warnings. There is something simple: ``` DEPRECATED: Invoking undefined methods on `ServiceActor::Result` will lead to runtime errors...
@sunny Can you please tell about the purpose of the latest releases and what are your plans for the future? We have projects with a huge number of services. All...
macOS 13.4.1, node v19.4.0. Rewrote under .js and launched through `node`. The error is the same. What do you mean by "can't run example"? I have an express application that...
The solution that helped me. The first thing you need to do is get the contents of this file: ``` node_modules/plyr/dist/plyr.polyfilled.min.mjs ``` You can also get it from here: https://www.npmjs.com/package/plyr?activeTab=code...
I also interested in this question. What if there are more than a thousand entries in the database table? _But apparently the author does not hurry to respond._
@DannyFeliz Thank you, kind man :)