The Wayback Machine - https://web.archive.org/web/20200711024553/https://github.com/topics/headless
Skip to content
#

headless

Here are 527 public repositories matching this topic...

CristianCucunuba
CristianCucunuba commented Mar 11, 2020

Prerequisites

  • Are you running the latest version?
  • Are you able to consistently reproduce the issue?
  • Did you search the issue queue for existing issue?

Issue Description

The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,

saleor
purpledot
purpledot commented Jan 27, 2020

What I'm trying to achieve

Create checkout with a checkout line.

Steps to reproduce the problem

  1. checkout = Checkout.objects.create(...)
  2. checkout.lines.create(...) or CheckoutLine.objects.create(checkout=checkout, ...)

OR

  1. checkout = Checkout.objects.create(...)
  2. if checkout: pass

What I expected to happen

Database insertion without additional coun

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

vue-storefront
beasteers
beasteers commented Apr 16, 2020

I like Cockpit for a lot of reasons, but one of the issues for me has always been insufficient API docs.

(Update: I misread the docs a bit and there is more information than I had previously thought. the API docs have more info than they did when we first started with cockpit which got me turned around.)

The current docs are still lacking more comprehensive examples of request schemas and it

Simpey
Simpey commented Nov 18, 2019
var pgsql = require('pdf-bot/src/db/pgsql')

module.exports = {
  api: {
    token: 'api-token'
  },
  db: pgsql({
    database: 'pdfbot',
    username: 'pdfbot',
    password: 'pdfbot',
    port: 5432
  }),
  webhook: {
    secret: '1234',
    url: 'http://localhost:3000/webhooks/pdf'
  }
}

Can you change pls "username" to "user" cause it's the the correct option ther

zabil
zabil commented Jan 14, 2020

Actual

Test environments don't set up certificates. Using Taiko against these environments produces certificate errors. For example

goto("https://172.0.1.111:1234") 
[FAIL] Error: Navigation to url https://172.0.1.111:1234 
failed.
REASON: net::ERR_CERT_AUTHORITY_INVALID, run .trace for more info.

Change

Ignore certificates by default. The tester can choose to not ig

sanity
zanedev
zanedev commented Apr 12, 2020

Is your feature request related to a problem? Please describe.
Can we get clear instructions on how to run sanity locally with a sample project? I tried running the watcher and npm linking packages from my other studio project and nothing is working. It would be nice to be able to debug these things ourselves and help contribute to the core.

Describe the solution you'd like
Better d

itsgauravjain22
itsgauravjain22 commented Mar 8, 2020

Is your feature request related to a problem? Please describe.
The below order status naming convention would really confuse a business person as well as customer. These default status should be more concise and yet understandable.

export type OrderState =
    | 'AddingItems'
    | 'ArrangingPayment'
    | 'PaymentAuthorized'
    | 'PaymentSettled'
    | 'OrderComplete'
    | 'C
SpencerGreene
SpencerGreene commented Mar 26, 2018

The graphql version referenced by navalia@1.3.0 and the jest version referenced by create-react-app@1.1.1 seem to be incompatible with one another. Gives an error message:

 FAIL  src/react.spec.js
  ● Test suite failed to run

    /Users/sgreene/src/tutorials/test-navalia/node_modules/graphql/index.mjs:2
    export { graphql, graphqlSync } from './graphql';
    ^^^^^^

Steps to re

asdfasadfasfa
asdfasadfasfa commented Mar 8, 2020

目前我的方法是拼接, 比如 http://www.A.com, 已知了两个路径: /path_a,/path_b
那么命令为: crawlergo -c chrome http://www.A.com/ http://www.A.com/path_a http://www.A.com/path_b

有两个问题:

  1. 如果已知路径比较多, 手工拼接比较麻烦
  2. 这种拼接传参的方法和分开一个个执行得到的结果是一样? 还是说有差别,没有进行验证.

当然后期能有参数支持多路径作为入口最好不过.

Originally posted by @djerrystyle in 0Kee-Team/crawlergo#31 (comment)

gowitness
acmello
acmello commented Dec 14, 2019

Pretty simple stuff: I couldn't find examples for file flag when checking the docs. Also, the info presented when running --help doesn't say much. Ended up checking the file.go to get the proper syntax and then came across this:

$ gowitness file -s ~/Desktop/urls
$ gowitness file --source ~/Desktop/urls --threads -2 

so maybe just add it directly to the main docs?

Thanks

WTaylorA
WTaylorA commented Oct 31, 2018

Description

atp install dependencies broken

Environment

Ubuntu 18.x (headless)

Not even making it as far as pulling the files from GIT. Most of the "apt install" lines produce broken dependency issues.

  • sudo apt install makemkv-bin makemkv-oss
  • sudo apt install handbrake-cli libavcodec-extra
  • sudo apt install abcde flac imagemagick glyrc cdparanoia
    sudo apt install at
    su

Improve this page

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

Learn more

You can’t perform that action at this time.