-
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 16, 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.
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
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
Jun 16, 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 16, 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
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
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?