Skip to content
#

registry

Here are 864 public repositories matching this topic...

verdaccio
ksed
ksed commented May 6, 2021

Describe the bug

I've built the verdaccio/verdaccio:local local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy docker-examples.

To Reproduce

  1. cd verdaccio && pnpm docker

  2. cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\ OR
    cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\

  3. docker-compose up

mattmoor
mattmoor commented Jun 13, 2018

Docker enables folks to use custom certs for their registries via this directory (and possibly environment variables). We should figure out how tools can support this, perhaps through support directly in the library, or perhaps through documentation on how to properly set up the http.RoundTripper passed into remote.Foo calls.

crane and ko would be good examples for how we add support f

skpm

第一个完整的react-native项目。包括服务端和移动端两部分。服务端使用express+bootstrap进行搭建,主要功能有登录、退出、模块选择、查看、修改、删除、分页等后台管理的基本功能;移动端主要用到组件View、Text、Image、ScrollView、ListView等常用的组件,也使用了第三方的地图服务(高德地图),作为初学者。是一个很好的学习案例。

  • Updated Feb 20, 2020
  • JavaScript
amouat
amouat commented Apr 21, 2021

Currently the YAML file for the quick install templates out the namespace with {{namespace}}. Before applying the YAML, the template is replaced using a simple sed call. This is fine, but a bit complicated - it means end users can't simply apply the YAML.

It's not clear from a casual glance why we can't just do kubectl apply -n NAMESPACE instead of the templating. Possibly this will break som

oras
omhomurlu
omhomurlu commented May 15, 2021

Problem can be observed both in site and VSCodium.
It's reproducible: just search for text "gnu".

In VSCodium you get "Error while loading extensions" message instead of results. Network log shows that response contains ResultCount: 4 but there are two items in extensions array.

In webpage ( https://open-vsx.org/?search=gnu&category=&sortBy=relevance&sortOrder=desc ) you see the text "4 Res

Improve this page

Add a description, image, and links to the registry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."

Learn more