Chenna Keshava B S
Chenna Keshava B S
It has been approximately 11 months since the `convertStringToHex` function has been marked as deprecated. Here is the commit: https://github.com/XRPLF/xrpl.js/commit/38b385969b89b5651c8e3c1420f841829ed9b451 Isn't that sufficient notice to completely remove the function? What...
@etienneoh Regarding the linter errors: Are you using Cursor.ai editor? I have come across such errors with that editor. However, VSCode (with default configuration) works well with the linter. Perhaps,...
@dependabot rebase
@khancode Owing the CVE fix, please look into this PR. I doubt the CVE affects our repository (we are not accepting untrusted user inputs into the `black` regex parser), but...
If I manually fix the linter errors, will that disable dependabot from making further changes to this PR? what's the recommended course of action, to fix the linter-CI-failures?
@mvadari The linked tutorial page does not make a mention of `useQuery` react hook. Are you referring to this third-party library's [useQuery hook](https://tanstack.com/query/v5/docs/framework/react/reference/useQuery)? `useEffect` is used to synchronize external systems...
Hello, thanks for pointing this out. How did you observe the increasing memory load? Are you using any profiler?
thanks, this is helpful @Jbekker
@Jbekker I have incorporated your test case at the tip of this branch: https://github.com/XRPLF/xrpl-py/pull/713 -- many thanks, this is insightful. Regarding placing limits on the queue size: A client might...
> > Regarding placing limits on the queue size: A client might want to send in a large number of requests to a rippled node. For instance - We don't...