Hello everyone,
Today I released the version v1.2.0 of MaterialDesignLite for Seaside.
(https://github.com/DuneSt/MaterialDesignLite)
The main changes are:
- There is a brand new demo with more examples and documentation. You
can find it here: https://mdl.ferlicot.fr
- There is a new concepts: The extensions. Extensions are not describe
by Material Design but are meant to help developers while building web
application. This release contains 3. A way to simplify the use of
dialogs, called "root dialog", a resizeable left panel and a resizeable
right panel with tabs.
- There is a new widget: the progress widget
- New brushes to use premade typography and typogaphy styles
This release is tagged with v1.2.0 and I also introduced tags v1.2.x and
v1.x.x which are moving tags following patch and minor versions.
Here is the full changelog of the release:
https://github.com/DuneSt/MaterialDesignLite/blob/b5ef0dcbcb9b84aeea774db38…
If you have issues, need a new feature or have a comment on the project
feel free to open a issue:
https://github.com/DuneSt/MaterialDesignLite/issues
Have a nice day!
--
Cyril Ferlicot
https://ferlicot.fr
Hi,
I was debugging some test failures and it turns out that my code defines an ASN1IntegerType and the Cryptography package (a dependency of MongoTalk which is loaded into my code) has such a class as well.
Thanks to Epicea I could see which package added the method but now I have no idea how to resolve the problem. Mongotalk needs PBKDF2 for modern authentication... Could Cryptography use "ASN1-Model"[1] instead? This is a rather complete[2] ASN1 implementation and used in production for some years. Could the classes be prefixed?
If not how can I instruct Metacello to not load a certain package?
holger
[1] http://smalltalkhub.com/#!/~NorbertHartl/ASN1/source
[2] Rather complete parser for ASN1 files but only encoding/decoding for DER/BER (none of the modern ones like aper/uper