Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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.

Objective-C logo
Popular topic
Objective-C is general purpose, object-oriented programming language used for macOS and iOS operating systems.
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.

App recommended by GitHub

App Center

Ship Your Mobile Projects Faster

Automate the Build-Test-Distribute process for your mobile projects. Continuous Integration and Continuous Delivery (CI/CD) are at your fingertips.

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
App recommended by GitHub

Code Inspector

Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.

You can’t perform that action at this time.