ThankGod Ukachukwu
ThankGod Ukachukwu
> @tksilicon You can try to implement other drivers on this basis. Let's at least finish postgres Will do.
Do you have anything you have done, so I can take it from there, you can share the code in a feature branch if you wouldn't commit on master so...
You can @manyuanrong. This issue can be resolved in a week or two. I very much am interested in this project. It has been a learning opportunity for me.
Definitely. It will be a new branch by me to merge into master by you. @manyuanrong
> Here's a patch for #33 > > ```diff > diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml > index e950cfa..001c3d0 100644 > --- a/.github/workflows/ci.yml > +++ b/.github/workflows/ci.yml > @@ -18,8 +18,18 @@ jobs:...
Can I work on it @manyuanrong? Assign this to me.
> For me this did the trick > > ```js > afterAll(async () => { > await new Promise(resolve => setTimeout(() => resolve(), 500)); // avoid jest open handle error...
> / Thanks for this hack.
hi @msgilligan do you want something like ```java return Instant.ofEpochSecond( seed != null ? seed.getCreationTimeSeconds() : getWatchingKey().getCreationTimeSeconds() ); ``` I can make a pull request for it.