-
Updated
Jun 16, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 16, 2020 - Java
-
Updated
Jun 15, 2020 - Python
-
Updated
Jun 15, 2020
Is it possible to have LINUX container(LXC,LXD) compiled into OpenWRT?
The LXDUI is a project allows users to manage LXC in a Web UI.
If you have these 2 enabled in OpenWrt, that would be fatastic.
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
Is your feature request related to a problem? Please describe.
With Vault 1.3 it is possible to use secondary_public_key on the API endpoint
/sys/replication/dr/primary/secondary-token. However, there is no further documentation on this.
(see https://www.vaultproject.io/api-docs/system/replication/replication-dr#secondary_public_key)
This is what the above website is currently showing:
`s
-
Updated
Jun 16, 2020 - Java
-
Updated
Jun 15, 2020 - C#
Additional environment details (Operating System, Cloud provider, etc):
Steps to reproduce the issue:
- Consul setup with helm charts on k8s. It is configured for TLS with a cert issued by the internal k8s CA.
- Install DD Agent per https://app.datadoghq.com/account/settings#agent/kubernetes
- Configure auto discovery on the Consul STS with the following annotations:
docker-compose files which contain container_name are not supported and the creation of DockerComposeContainer fails due to IllegalStateException. This has been introduced in #1151 as a quick fix for unintuitive feedback. If I understand correctly, the option of an implementation was however not discarded, but postponed. This issue is now about the implementation.
Description of defect
I am porting Nuvoton's new target onto Mbed OS. To enable bootloader and export to Keil and IAR, I need to update cmsis pack information tools/arm_pack_manager/index.json. According to Porting a new target for exporters, I need to run mbed export -i uvision --update-packs to upda
-
Updated
May 7, 2020 - CSS
-
Updated
Jun 16, 2020
-
Updated
Jun 11, 2020 - Python
Complete YARD docs
Here are all the Faker classes that have been updated with YARD docs/need to be updated:
- Blockchain
- Aeternity (#1742)
- Bitcoin (#1553)
- Ethereum (#1553)
- Tezos (#1553)
- Books
- Book (#1553)
- Culture (#1553) - Still needs descriptions for the YARD docs.
- Dune (#1553)
- Lovecraft (#1553)
- Creature
- Animal (#1
Description
- Type: Bug
- Priority: Minor
Bug
This document should be updated and/or renamed now that mbed-crypto has been merged back in mbedtls.
I want to Configure Modsecurity on Apache2.4 windows sever.
I want to prevent SQLinjection & XSS attacks at server level.
-
Updated
Jun 1, 2020
The icons are currently hard-coded.
There is already a keyboardIcon prop, but that one controls the icon in the input adornment. I don't really understand why that prop has "keyboard" in its name. It does not show a keyboard on the icon. And one would cli
Summary
Add field/label "LIVE For:" to show how much time the Revision was LIVE. Currently when a user clicks on the "History and Rollback", it shows all past Revisions and when it was triggered and completed and also displays the amount of time for which that Revision was LIVE. But it does not mention what these timings/durations are for (as shown in the attached screenshot where it shows dur
-
Updated
Jun 7, 2020 - Swift
-
Updated
Jun 14, 2020 - PowerShell
I have notice in panel that API catalogapi.azure.com is generally available. Documentation for that API is not available in this repository. Could you add missing documentation?
Using v1.20.0 of Microsoft.Graph (Current Latest version), I try to get the messages of a channel using the request sample for c# and get the following error.
'IChannelRequestBuilder' does not contain a definition for 'Messages' and no accessible extension method 'Messages' accepting a first argument of type 'IChannelRequestBuilder' could be found (are you missing a using directive or an assembl
Cirrus CI
Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.


I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?