Nathan P. Bombana

Results 20 comments of Nathan P. Bombana

Just to address, this issue was happening with the Firebase Admin library too. I still don't have any decent workaround https://stackoverflow.com/questions/64440041/firebase-admin-sdk-causing-cannot-find-or-load-main-class Edit: I downloaded the bytes.jar file and manually checked...

@zigzago yes, i followed these steps, I am using ``KMongo.createClient("String"). coroutine``

@zigzago sorry to come to this again, I tried the solution you suggested, it worked for kMongo functions (insertOne, find, etc), but it fails completely when used with kTor (ex....

Does anyone have solutions on how to store non-typesafe values like a `Document` or `JsonElement` described in the issue? Also looking for this :eyes:

I don't think I get the point where kBson could help on this. Doesn't it enforces type safe data as well?

Got it. Never worked with that before, but I may be trying something later

I couldn't really find a solution for this. As the lib seems abandoned, I decided to rewrite it. If the people reading this in the future want to use it,...

Also this closes #8

Same here. Looking into the source it looks like this module use a bunch of server-side only modules, which are available only for NodeJS (not for browsers) I did not...