Samuel Williams

Results 1423 comments of Samuel Williams

Bearing in mind, that if the client connection is HTTP, but the internal connection is HTTPS, that's also confusing. What is `RACK_URL_SCHEME` used for? Determining if the connection is secure...

The simplest way to get more information is to run with `--verbose`. That being said, it produces a lot of information. We should probably provide a middle ground for just...

I have archived `async-postgres` and `async-mysql` and linked to the respective `db-` gems. I'll follow up with further changes/improvements to the documentation.

I would not recommend combining AR and Falcon at this time, because AR connection state is per-thread. There is work to correct this deficiency. https://github.com/rails/rails/issues/42271 I would recommend using the...

For data modelling we have https://github.com/socketry/db-model I will cross link these projects. For migrations we have https://github.com/socketry/db-migrate Both projects are immature and require more work but they both do work...

Yes, well if AR support for fibers is important you should voice your support on the relevant issue :)

Can you give me more details of the error you are seeing?

Here is where the certificate is named: https://github.com/socketry/localhost/blob/275eafb6f0817aa98067215c1f4a0ba7add967ff/lib/localhost/authority.rb#L70-L72 Here is where it is generated: https://github.com/socketry/localhost/blob/275eafb6f0817aa98067215c1f4a0ba7add967ff/lib/localhost/authority.rb#L78-L106 Maybe something is wrong with the subject line: https://github.com/socketry/localhost/blob/275eafb6f0817aa98067215c1f4a0ba7add967ff/lib/localhost/authority.rb#L80 What should we set it to?

Here is the validity period: https://github.com/socketry/localhost/blob/275eafb6f0817aa98067215c1f4a0ba7add967ff/lib/localhost/authority.rb#L90 What is the maximum validity period that we can use? We should implement some filesystem check, or loading the existing certificate and checking if...