space88man

Results 51 comments of space88man

openssl x509 -text -noout ``` Certificate: Data: Version: 3 (0x2) Serial Number: 57:4b:3b:5d:bf:69:5c:4e:c8:ea:55:8a:8a:0e:0e:f6:e7:81:21:52 Signature Algorithm: ecdsa-with-SHA256 Issuer: O = Example, CN = Root CA Validity Not Before: Jul 31 09:58:41...

Slightly tangential: What would be a good trionic pattern that switches between line reader and then N bytes reader. E.g., for HTTP/SIP you want to parse by lines until Content-Length...

> GlobalSign supports the RSASSA-PSS signing algorithm for all S/MIME Certificates issued via Enterprise PKI (effective October 29, 2018). As of January 1, 2019, the German Energy Sector requires the...

Here: https://github.com/tastejs/todomvc/tree/master/examples/mithril Especially this file: https://github.com/tastejs/todomvc/blob/master/examples/mithril/js/controllers/todo.js which uses the controller() pattern. The Component here https://github.com/tastejs/todomvc/blob/master/examples/mithril/js/views/main-view.js uses `ctrl` as the received argument. This code seems to still work so speaks to...

Great - thanks to your v1 comment I managed to find the migration guide (controller->oninit) at the v1.0 Change log. Guess this will be my weekend homework...

@isiahmeadows - thanks. I have done minimally invasive changes to the todomvc example here: https://github.com/space88man/todomvc-mithril2. RFC for improvements and incorrect use of Mithril 2 patterns. Original example is linked further...

[UPDATE] Refactored, incorporating the comments, and converting components to closures. Thanks for the comments: I'll refactor taking the tutorial as a guide rather than my too literal port of the...

Awesome!! :smile: :bowing_man: :bowing_man: @isiahmeadows please feel free to close - maybe add @osban( + others) work to https://mithril.js.org/examples.html? Thank you.

@dgarske sorry for the late reply; I could indeed use these APIs. I'll leave this issue open now if the RFE label is of use to the team but feel...

Message from @miconda from the mailing list: > > For the moment just adding that Ubuntu 20.04 has libwolfssl-dev 4.30, so > the module does not compile there. > To...