Daniel Lockyer

Results 33 comments of Daniel Lockyer

Hey @vozlt, I also get a weird value for max cache size. ![image](https://user-images.githubusercontent.com/964245/41937915-8127d724-7989-11e8-94ef-be5cb386de6b.png) It shows up as `8388608.000000 TiB` in the interface. I'll investigate in source code tomorrow.

Just to give my input - I don't think we have anything blocking. Most of the issues are feature requests or random bugs that shouldn't be breaking in the future.

Hi all. I've just tried to replicate but it seems the problem is solved now. If @isislovecruft confirms, it looks like the issue can be closed.

To anyone wanting to look into this: I added support for 2.6.x in #210. The internal structs changed a little so it required a new `get_lineno` function. I couldn't figure...

After seeing that Android support would be useful I immediately thought of VpnService. I think that it is best and wouldn't be terribly hard to implement.

Hey @sidorares 👋🏻 Apologies for stepping in much later. I'd be more than happy to help given we also fixed up the node-sqlite3 release process too 🙂 I see you've...

@sidorares This should all be doable AFAICT 🙂 My only question is that [release-please](https://github.com/google-github-actions/release-please-action#how-should-i-write-my-commits) uses conventional commits to determine the bump type. This repo doesn't seem to use that right...

In the mean time, I've opened https://github.com/sidorares/node-mysql2/pull/1647 🙂

@sidorares Is there anything else I can do to help with a release? 🙂

I believe you can do either that, or temporarily edit the workflow to have `release-as: '3.0.0'` as per the [docs](https://github.com/google-github-actions/release-please-action#configuration).