Djuri Baars
Djuri Baars
Among others, Angular and Polymer allow you to define custom elements. This is not supported with lesscpy example code: ``` LESS customtag .values { list-style: none; } ``` More info:...
All @import directive variants are missing, see http://lesscss.org/features/#import-directives-feature ``` LESS @import (reference) "_colors.less"; @import (less) "bootstrap.less"; @import (inline) "fragment.less"; ```
vendor-prefixed attributes and CSS 3 attributes are not supported Test code: ``` LESS @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s...
I love your gCodeViewer project, but I noticed your Dockerfile was quite simple and did not make use of volumes. In this pull request I replaced the Dockerfile with a...
There have been some significant fixes in this module since 0.9.0 was released on the forge in May 2014. Is it possible to at least plan a new release to...
I'm trying to override params so I can use it with Ubuntu 16.04 (and PHP 7.0), but it keeps looking for php 5 packages. Maybe the use of basedirs is...
I noticed a build arg was used to define the architecture, while there are TARGETARCH and TARGETPLATFORM variables available. Now you can build multiarch docker images with the same tag,...
I would like to add OpenID support to sfMelodyPlugin since the Dutch social-networking site Hyves does not allow to request e-mailaddresses from users via oAuth, the problem is I don't...
There are quite some console.log/info/error statements which can be useful for debugging, but also pollute the console. It would be nice if NWCOptions could be extended with a "verbose" or...
I tried to send some sats to a Lightning Adress using `/send `, but I accidentally used two spaces between amount and user ( `/send `). You do need to...