Linus Unnebäck
Linus Unnebäck
I would love to get some more background on how people are using this lib that requires typings. Since I'd imagine most people would be mocking the `mongodb` module with...
> I have never seen someone do this to mock out modules. I don't know how I feel about it Yeah, it's a bit hacky 😅 There is also [`proxyquire`](https://github.com/thlorenz/proxyquire)...
> It kind sucks not knowing what methods the lib is exposing. Yes that is unfortunate. > I guess only the mongo-mock related typings should be added, otherwise one might...
@ricardo-passos how is your business logic typed? Are you passing a `MongoClient` instance to it? In that case, what would you want to do with types in this library? If...
Closed in c01dab51db4448acf2e0aaf0dd7483471b75d619
@dptole I cannot possibly think of any language that forces a specific sorting of arrays, mind elaborating a bit? ``` lua a = {} a[1] = "a" a[2] = "b"...
Somewhat related to this, and specifically related to this part: > Blob on RN is String based and does not provide any stream/binary API. I guess that this is the...
I understand, let me know if there is anything you want me to do here 👍
For anyone wanting to compare manually for now, here's the link: https://github.com/bgrins/TinyColor/compare/1.5.2...1.6.0
Hey @fwilhe2 👋 Sorry for not answering earlier, I kept pushing it "just a day or two" so that I could actually go thru your code, but sadly I haven't...