circleci
Here are 1,614 public repositories matching this topic...
As PWA add to home screen workflow is different on each platform/browsers, we could add a button on the interface to trigger the installation. It will standardize add to home screen workflow for all browsers.
See official doc
for more informations
Points to cover:
- playbook for how to get started with testing
- differences between testing locally vs staging vs production
- how to configure tests for different environments
@johngrimsey thank you for the idea! Please feel free to comment if I missed something.
-
Updated
Feb 24, 2020 - CSS
README: Add a guide
Add a short "Guide"/"How to play" section describing UI, basic game mechanics, agent types, effects, and abilities.
Use images and GIFs.
Check WarbitsManual.pdf as an example of a good guide.
Related to #420 ("Clarify how movement limits work")
Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)
Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with find -name "*.adoc" -print0 | xargs -0 awesome_bot in the .travis.yml file. Perhaps this would also deserve mention in the doc.
-
Updated
May 22, 2020 - JavaScript
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
-
Updated
May 18, 2020 - Python
Locations
https://circleci.com/docs/2.0/skip-build/#section=pipelines
Conflict Description
Steps for auto cancel don't reflect the new UI
This can probably wait until 100% have pipelines enabled by default
Provide a checklist of what every scanner should support in terms of integrating with Salus.
This can include things like
- please write tests
- please add documentation in the salus docs folder
- please document config in the salus docs folder.
This will make sure that scanners are consistent and make it easier for folks to contribute.
The graphqlgen prepare step fails on yarn setup:prisma
shop (mashop (master) λ yarn setup:prisma
yarn run v1.12.3
$ cd api && yarn deploy:local && yarn seed:local
$ docker-compose -f database/docker-compose.yml up -d && prisma deploy && graphql prepare
database_mysql_1 is up-to-date
database_prisma_1 is up-to-date
Deploying service `shop` to stage `local` to server `local` 39ms
S
-
Updated
May 22, 2020 - Dockerfile
-
Updated
Apr 20, 2020 - Java
-
Updated
Feb 17, 2020 - Kotlin
- I have read Contribution Guidelines.
- I have checked for similar issues and haven't found anything relevant.
- This is not a security issue (which should be reported here: https://circleci.com/security/)
Do you want to request a feature or report a bug?
feature
**What is the current beh
I'm follow the circleci react-native config example to deploy my app on circleci.
Error computing cache key: template: cacheKey:1:13: executing "cacheKey" at <checksum "Gemfile.lo...>: error calling checksum: open /home/circleci/react-native-app/android/Gemfile.lock: no such file or directory
....
#!/bin/bash -eo pipefail
bundle install
Could not locate Gemfile
Exited with code 10
``
-
Updated
Feb 23, 2020 - Java
Hello,
I tried to use /bin/terraform-docs.awk to generate documentation with terraform-docs.
An error occured with this variable from provider aws, resource "aws_ecs_service", property "ordered_placement_strategy" :
variable "ordered_placement_strategy" {
type = list(object({
type = string
field = string
}))
description = "Ordered task placement strategy on EC2 inst
-
Updated
Aug 30, 2017 - Ruby
-
Updated
Jan 21, 2020 - Kotlin
Improve this page
Add a description, image, and links to the circleci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the circleci topic, visit your repo's landing page and select "manage topics."

Per the tox documentation is mentions that the parallel_show_output setting is a global
[tox]setting however this doesn't seem to be the case, i.e., if one'stox.inifile is of the form:then running
tox --parallel autodoes not show any output.According to t