蒼時弦也
蒼時弦也
Yes, but I think it is resolved after I try to add some patch for #478.
Test in rom 5.0, when primary key isn't integer it always return `nil`
I use `TracePoint` to check the values. The return value invalid causes it. https://github.com/rom-rb/rom-sql/blob/4fe989e997aaf2783800c1dda2e3e97f6401b479/lib/rom/sql/commands/create.rb#L47-L50 The `pks` will return `[1]` when we insert a new record. And the `relation.where` use the...
Not sure the `protocol.json` is ready. But I guess it may need to help review all commands to fit 1.19. I found a document that can be referenced: https://wiki.vg/Protocol
https://github.com/unixcharles/acme-client/issues/126#issuecomment-386415605 It is time to upgrade to v2, but this gem may take one or two weeks to work with it. I am busy recently.
Current I have a workable version implement, but for Wildcard support, there still have some problem. "Wildcard only support DNS verification" So, the gem needs a redesign. P.S. API is...
Update: The `Wildcard` require DNS verification, and it is hard to update DNS record if we want to renew it. I think we can provide V2 API for single domain...
I have a V2 version branch in my local machine when I testing the wildcard feature. I will update it as soon as possible to support V2 and single domain...
If the Let's Encrypt API is implemented, I think it can support other providers. I had read the ZeroSSL a few years ago, I think I didn't try to support...
This gem is based on Rails Engine, but I am not sure the Rails is supported `relative_url_root` in this case or not. There have a https://github.com/rails/rails/issues/31476 discuss it, but the...