Rémi BOURGAREL

Results 17 comments of Rémi BOURGAREL

It looks like the links on my feed are not absolute, I don't know if this is correct or not. This explain also why my feed is failing on dev.to

I fixed it by removing feed.xml from my repo, it seems that if there is this file, Type On Strap overrides jekyll-feed. Now it's solved on the feed, I hope...

Wow Thanks :) I use the latest version of the mvn package, so I guess it's not fixed. I'll use your solution I guess.

I ended up doing this ```java res = getObjectStorageService().put(container, blobPath, Payloads.create(new MyAutoCloseInputStream(new ByteArrayInputStream(payload)))); if (res == null) {//we try to send it twice if a reconnect occurs res = getObjectStorageService().put(container,...

I fixed it with your solution. The first problem with my initial thought was that the method would return null if an exception was raised, but I was wrong, a...

Hi @Jimbly any plan to merge this ?

Thanks I'll checkit out ! Great work :) Le mar. 5 juil. 2022 à 14:59, Jimb Esser ***@***.***> a écrit : > Hi @Jimbly any plan to merge this ?...

This seems like a large API, if you want to submit a PR for it I would love to review it. Just don't forget to include e2e tests in the...

You can wait until I released V1 for this because I'm renaming many classes and methods because of #9