Viachaslau

Results 2 issues of Viachaslau

RangeError: Maximum call stack size exceeded ``` var hamt = require("hamt") var map = hamt.empty map = map.set(3947110700580, {}); map = map.set(4861938734628, {}); ``` runkit link with stacktrace https://runkit.com/ifozest/5c94a4ff57f9d100115f3089

Hi all, Currently, there is no way to specify that query arguments should be encoded when generating OpenAPI code using rtk query codegen. This can be a problem if you...