headless
Here are 527 public repositories matching this topic...
-
Updated
Nov 13, 2018 - TypeScript
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,
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)
OR
checkout = Checkout.objects.create(...)if checkout: pass
What I expected to happen
Database insertion without additional coun
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
What is the motivation for adding / enhancing this feature?
I recently wanted to test my VSF shop in production but didn't exactly knew the requirements so I just bought a vps with 4GB or RAM and 2 CPUs. After some testings I saw that 4GB RAM was clearly not enough. So I wo
-
Updated
Jul 9, 2020 - HTML
-
Updated
Jul 9, 2020 - Go
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
-
Updated
Jun 6, 2020 - JavaScript
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
Typo in docs
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
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
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
-
Updated
Jul 9, 2020 - Shell
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
-
Updated
Feb 20, 2019 - Swift
-
Updated
Mar 5, 2019 - JavaScript
Automate migration
When redeploying the recent changes made by @mraerino, I had to perform a by hand migration:
ALTER TABLE test_invoice_numbers DROP COLUMN id;
ALTER TABLE test_invoice_numbers ADD PRIMARY KEY (instance_id);
We should automate this if we can. Close this issue by doing that, or deciding not to and documenting it somewhere.
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
-
Updated
Jul 2, 2020 - Ruby
-
Updated
Jan 27, 2020 - JavaScript
目前我的方法是拼接, 比如 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
有两个问题:
- 如果已知路径比较多, 手工拼接比较麻烦
- 这种拼接传参的方法和分开一个个执行得到的结果是一样? 还是说有差别,没有进行验证.
当然后期能有参数支持多路径作为入口最好不过.
Originally posted by @djerrystyle in 0Kee-Team/crawlergo#31 (comment)
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
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Apr 29, 2019 - JavaScript
Broken dependencies
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.
Add this topic to your repo
To associate your repository with the headless topic, visit your repo's landing page and select "manage topics."


The simplistic documentation available on the web site will not be sufficient anymore. For instance, it does not facilitate easy per-version documentation or a search capability.
At this point, it is just easier to leverage Read the Docs to generate and host the documentation.
Some important advantages: