Uditt Lamba

Results 6 comments of Uditt Lamba

have you tried allowing access to home filesystem? because it is working for flatseal for me.

same issues here

thanks a lot for replying but i was looking for a GUI option. Like in datagrip.

I came here to post about this exactly. This would be a very nice feature to have if you have a lot of containers running. updating one, then refreshing and...

ok, So I fixed it by patching the bigint prototype `BigInt.prototype.toJSON = function () { const int = Number.parseInt(this.toString()) return int ?? this.toString() }` [reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#use_within_json)