Skip to content
#

developer-tools

Here are 1,873 public repositories matching this topic...

techsin
techsin commented Apr 22, 2019

Tell us about your environment:

  • Puppeteer version: 1.14
  • Platform / OS version: Windows
  • Node.js version: 10

What steps will reproduce the problem?
try to pass a promise to await page.waitForResponse(response => condition) instead of urlOrPredicate.

What is the expected result?
expect async function to work

What happens instead?
no waiting as promise

httpie
nhooey
nhooey commented Mar 6, 2020

It's not clear from the website's documentation, or the --help output, how to do the following equivalent curl task:

Post a raw JSON query to ElasticSearch:

curl \
    --header "Content-Type: application/json" \
    --request POST \
    --data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
    'http://localhost:9200/_search'

T

GiladShoham
GiladShoham commented Apr 14, 2020

Currently, if look at the windows_e2e tests on circle under the write e2e files step, you will see this warning:

Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname.  If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
msirang
msirang commented Mar 25, 2020

Hi, I just upgraded at the latest version and having issues during the new "Waiting for deployments to stabilize" stage. It seems that Skaffold is trying to get infos about resources outside the user's namespace, but I'm not sure. Anyway, it worked perfectly before, with Skaffold v1.5.0.
The only way to make it to work with 1.6.0 version, is turning off the status-check with `--status-check=f

WWDC
iamnewton
iamnewton commented Feb 21, 2017

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.

Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.

  • who? - who wrote the p
shervinsahba
shervinsahba commented Oct 29, 2019

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.

Would a left_pad and right_pad option be useful?

(PS. This project is awesome. Thanks!)

dvc
george-dotdev
george-dotdev commented Feb 18, 2020

Affected Projects
React

Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.

Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.

**Descr

alexpilotti
alexpilotti commented Jun 8, 2018

When deploying on clusters with mixed Linux and Windows nodes, it's necessary to put a nodeSelector constraint to ensure that only nodes with the matching OS type get chosen by the scheduler.

The following should be added in the deployment specs for all the Linux deployment templates.

nodeSelector:
  beta.kubernetes.io/os: linux

Similarly Windows packs will need:

`beta.kub

magnetik
magnetik commented Mar 26, 2020

In my terragrunt.hcl I have:

remote_state {
  backend = "s3"

  generate = {
    path = "backend.tf"
    if_exists = "overwrite_terragrunt"
  }

  config = {
    bucket = "states"
    key = "${path_relative_to_include()}/terraform.tfstate"
    region = "eu-west-1"
    profile = "my-profile"
    encrypt = false
  }
}

When running terragrunt, the generated backend.tf i

pragmaware
pragmaware commented Mar 9, 2020

Some users have been asking me for simple usage instructions for ctags and I couldn't find them. It would be nice to have a "getting started" guide that shows how to run ctags on a tree of sources, to turn on/off languages, kinds and fields and maybe how to hook everything up with an editor. It should be pretty short and condensed with eventual pointers to more information for deeper understandin

ChillarAnand
ChillarAnand commented Apr 1, 2020

When deploying hasura example - mono repo with k8s, git push is failing with

$ git push minikube master
default-myremote@172.17.0.2: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

When creating myremote, I have used ~/.ssh/id_ras.pub and it wasn't changed. Not sure wh

Improve this page

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

Learn more

You can’t perform that action at this time.