Rafael Gutkowski
Rafael Gutkowski
🙈 So I see. I think I got confused with line-changed highlight that wasn't there for the function wrapping.
This piece of code can be used as a workaround: ``` (ns monger.java-instant (:import [java.time Instant] [java.util Date]) (:require [monger.conversion :refer :all])) ;; ;; API ;; (extend-protocol ConvertToDBObject java.time.Instant (to-db-object...
Hint: Possibly updating [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) to 4.1 may resolve this issue as it seems that codes for `java.time.Instant` are implemented in their code.
Does anyone can recommend the best way to use those packages w/o publishing them to npn?
I dumped the package code to my codebase and it worked just fine. There are some missing pieces to make it 💯 but it is heartwarming to see it was...
That could be done. I'm open to Pull Request or to implement it for a fixed fee.
See Configuration under [Readme file](https://github.com/nounderline/redmine_impersonate). No screenshots, but text description should suffice. > was fine behavior after installing plugin but some time ago feature seems as not avalable You have...
> last time I looked into it (a while ago) it was impossible to send sourcemap Couldn't find code that is responsible for bundling but after https://github.com/denoland/deno/issues/11073 and general development...
Current solution: ```ts const redis = await connect({ hostname: "127.0.0.1", }) req.signal.addEventListener("abort", () => { redis.close() }) ```
Any plan to get it merged? It's done @dummdidumm