The Wayback Machine - https://web.archive.org/web/20201218003033/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

GitHub CLI 1.0 is here

Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.

C# logo
Popular topic
C# ("C sharp") is an object-oriented and type-safe programming language.
packer
Trending repository
tking2096
tking2096 commented Dec 4, 2020

Overview of the Issue

Using PowerShell, I have successfully enabled logging using the PACKER_LOG and PACKER_LOG_PATH environment variables. I would like the error-cleanup-provisioner to publish the last n lines of this log, but I can't seem to get the value of PACKER_LOG_PATH in my template.

Reproduction Steps

In PowerShell:

$env:PACKER_LOG = "1"
$env:PACKER_LOG
Trending repository
JFolberth
JFolberth commented Nov 29, 2020

Is your feature request related to a problem? Please describe.
Nope, just as going through and learning how to us modules and would like to share those back to the project but don't know where to put them.

Describe the solution you'd like
Strategy for sharing bicep examples that use modules or at least a couple out there that show using multiple modules.

Jira Software + GitHub screenshot
App recommended by GitHub

Jira Software + GitHub

Connect your code with your project management in Jira. A separate Jira Cloud subscription is required. With two of your most important tools connected, you'll spend less time managing projects and more time working on them.

By installing or using the app, you agree to the Terms and Conditions.

k0s
Trending repository
matti
matti commented Dec 14, 2020

is this intentional?

on scaleway instance:

$ k0s default-config
apiVersion: k0s.k0sproject.io/v1beta1
kind: Cluster
metadata:
  name: k0s
spec:
  api:
    address: 10.18.80.227
    sans:
    - 10.18.80.227
    - 10.18.80.227

^-- two same sans?

$ ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loo
Trending repository

An open source continuous testing platform. MeterSphere 是一站式开源持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman 等开源、主流标准。项目采用 SpringBoot 2.x + MyBatis + Vue.js + Element + Docker + Kafka + MySQL等开发。

  • Updated Dec 17, 2020
  • Java
fastapi
Trending repository
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
You can’t perform that action at this time.