Matouš Borák
Matouš Borák
Hi, perhaps in the README you should mention the fact that this gem's functionality [has been also added](https://github.com/rails/rails/pull/1130#issuecomment-1810606) to the [coffee-rails gem](https://github.com/rails/coffee-rails) (which is included in rails by default now)?...
This PR adds the `GetCACaps` operation to the SCEP servlet. The `GetCACaps` operation is defined in the [new SCEP drafts](https://tools.ietf.org/html/draft-gutmann-scep-16#section-3.5.1) and it should allow Dogtag to support SCEP clients that...
This is a minimal implementation of parsing the SCEP PKI message from the body of the request. When a POST request is received in the servlet, the code expects binary...
Hello, this is the last PR that I'm bringing here for your kind consideration. I've implemented this for a client and successfully tested it using a Cisco client. This PR...
I noticed that the mail gem [generates](https://github.com/mikel/mail/blob/641060598f8f4be14d79bad8d703e9f2967e1cdb/lib/mail/fields/mime_version_field.rb#L8) the MIME version header capitalized as `Mime-Version` as opposed to `MIME-Version` mentioned in the [RFC 2045](https://www.rfc-editor.org/rfc/rfc2045#section-4). While this spelling is technically [perfectly correct](https://stackoverflow.com/a/6143644/1544012),...
Lesson 14 mistakingly has the same content as Lesson 13. Here is an updated Lesson 14 based on the Training guide from Kinesis. Thanks for setting this repo up.
Hello! I would like to propose an optional change in the way Simple Form merges the CSS classes defined in its configuration file with those passed while rendering form inputs....