Chris
Chris
Seeing you mentioned the sessions extension, I got curious what is the state of its use in go on github. - https://github.com/bvinc/go-sqlite-lite/blob/master/sqlite3/session.go - https://github.com/crawshaw/sqlite/blob/master/session.go - Issue request https://github.com/mattn/go-sqlite3/issues/825
@gedw99 thank you for the tip! I wiill keep an eye on this project! sqlite without cgo would be very cool!
Is it not possible to also submit this as a markdown file, so it can be read via the git repo? I certainly do understand the value of having a...
I can confirm, this works strangely. In a directory called hello or hello2, it works fine. In a directory not called hello(x) the exact same code fails. The test file...
I note that marmot_version was not set to 0.1. Which I found in the code inside OpenRaw. Not sure if that helps.
I can confirm, I suffered with this exact issue yesterday. # Info - On mac - Using docker with k3d to run kubernetes - Talking to remote server - Using...
Perhaps the fact my dates might not be unique are not helping the situation.
I can confirm the lack of unique "YYYY-MM-DD" was my issue. I am now getting correct dates :), the currentStreak is two days behind, but I have not done the...
Sorry for the slow response. Today I tried again. (I had to give it a little break to make lets encrypt happy) ## Short answer: It worked with 2.0.1. **But**...
Sorry for the long delay. I can confirm I had the cronjob running 2.0.1 Today, seeing it break via a manual job. I re-read this issue, and have got it...