These packages are really useful for small to medium sized projects where you need little to no customization! When you do need something greater than what the package can provide then I find it better to use something else because these tend to pollute the namespace and things in my experience get really complicated when you start adding your own stuff with them, or modifying them.
Even though they are compact you probably end up having lots of unused CSS code in your website.
Nothing at this scale but this summer in Finland there was a national park bridge fail. The merging of the local municipalities caused the bridge maintenance to be taken care of by the new municipality. In the merge the maintenance was simply forgotten for ten years.
No offense but I couldn't find a licence or open source mention ;)
If you are publishing something as "open source" I think you should include the license or mention it some way. As long as you don't, it's not "open source".
I think it is not about doing the actual digging and changing code of open source project. It is more the idea that it is possible and can be done if needed.
Just have to say, it is great to see Microsoft turning again into a software company! Even after all the hate, they do great products and good stable software. A great example of a successful software company.
I find that this is happening most of all when I'm reading in a non native language. And when reading in native, the thought process is much faster and better that I don't get voices(:D) so much.
> First of all, beware that this is a prototype in alpha state. It will only provide for very basic web page retrievals, POST and GET. There is no certificate caching and NO AUTHENTICATION performed.
My stable from Ubuntu repositories for 15.04 just gives me segmentation fault. It's a shame that bug tracker is currently broken. Gonna try with Ubuntu devs.
Dunno how bad burnt olive oil can be for you. But there certainly are many kinds of olive oils, and some of them (especially extra virgin) are very likely to get very bad taste when heated to high temperatures.
From <user-avatar> we can give styles to <img>
<user-avatar> <img src="https://example.com/path/to/img.jpg" alt="..." /> </user-avatar>
but not anymore when its below <picture>
<user-avatar> <picture> <img src="https://example.com/path/to/img.jpg" alt="..." /> </picture> </user-avatar>