Skip to content
#

development-tools

Here are 331 public repositories matching this topic...

ehmusman
ehmusman commented Apr 15, 2020

General information

i am installing kubernetese in ubuntu 18.04. first i installed kubect, then virtual box than minikube. when i check the version of kubectl it gives the following error..

  • Minishift version:
  • OS: Linux / macOS / Windows
  • Hypervisor: KVM / Hyper-V / VirtualBox / hyperkit

error: Missing or incomplete configuration info. Please point to an existing, complete

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

PiotrBracha
PiotrBracha commented Sep 3, 2019

I have Rails app, which uses utf-8 encoding.
First problem:
Sep 3 10:45:07 localhost mailslurper[61761]: time="2019-09-03T10:45:07+02:00" level=error msg="There was an error while storing your mail item: Error inserting new mail item in StoreMail: Error 1406: Data too long for column 'contentType' at row 1" who="Database Receiver"
appears when column contentType of table mailitem u

bug
fast-dna
MattAWright
MattAWright commented Nov 3, 2017

Starting at the "Create a staging environment", the steps described in the guide quickly outpace the explanations and it was not obvious to me what was going on. The quickstart assumes knowledge of concepts (environments, machines) that I would have liked to see brief explanations of.

The Quickstart could also use now.sh as an example deployment environment so that the user can follow along wit

DRAKUN
DRAKUN commented Sep 5, 2019
INFO Loading bundle: crc_libvirt_4.1.11.crcbundle ... 
INFO Extracting bundle: crc_libvirt_4.1.11.crcbundle ... 
INFO Creating VM ...                              
INFO Verifying validity of the cluster certificates ... 
ERRO Error occurred: Failed internal dns query: Temporary Error: ssh command error:
command : host -R 3 foo.apps-crc.testing
err     : exit status 1
output  : Host foo
javiergbas
javiergbas commented Sep 5, 2019

Hey, let's say I have the following component:

const Box = ({ onEditClick }) => (
  <div className="Box">
    This is a Box
    {onEditClick && <button onClick={onEditClick}>Edit</button>}
  </div>
)

Box.propTypes = {
  onEditClick: PropTypes.func,
}

Box.defaultProps = {
  onEditClick: null,
}

and my Box.stories.js

import React from 'react'
import { storiesO

Improve this page

Add a description, image, and links to the development-tools 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 development-tools topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.