Peter Flannery
Peter Flannery
I managed to make this work on my raspberry pi 4. my docker compose: ```yaml version: "3" services: verdaccio: build: . container_name: verdaccio network_mode: host environment: - VERDACCIO_PORT=4873 - VERDACCIO_PROTOCOL=http...
Hi. Would be nice to see the "(opens in new window)" link variations under the links section. I've seen a smaller fonts used for "(opens in a new window)" but...
I was wondering if http://jspm.io/ would suit this as it lets you load from github, npm, commonjs and it's own repo. Its also server\client agnostic so could be a good...
Just wanted to share the first interation from what we use on the GPG ## Account overview  ## Editing personal details 
Would stackable decorators work? ```graphql # contrived input SomeInput { @Length(min: 6, max: 14, error: "Invalid length etc....") name: String @OneOf(items: ["red", "green", "blue"], error: "Invalid colour can only be...
I'm curious to know, what this would be for?
there is fix, checkout my pr for this - https://github.com/stubbornella/oocss/pull/173
I had the same issue and found that comments with text like Léonie seem to cause this issue The below example was causing the error but without Léonie it worked....