Peter Flannery

Results 15 comments of 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 ![image](https://user-images.githubusercontent.com/1727302/62472194-1a8df880-b796-11e9-911f-3d77bcff6031.png) ## Editing personal details ![image](https://user-images.githubusercontent.com/1727302/62472527-cc2d2980-b796-11e9-8ddb-fdf7bf8ec5a3.png)

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....