-
Updated
Jul 17, 2020 - Go
#
interface
Here are 1,096 public repositories matching this topic...
Modular visual interface for GDB in Python
python
syntax-highlighting
debugger
console
terminal
dashboard
interface
assembly
visual
pygments
ansi
gdb
tty
subcommands
gdb-commands
divide
gdb-command
dashboard-styles
stylable-attributes
-
Updated
May 9, 2020 - Python
A cross-platform GUI library for Rust, inspired by Elm
-
Updated
Jul 16, 2020 - Rust
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Jul 15, 2020 - TypeScript
Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission.
swift
reminder
ios
ui
camera
xcode
interface
calendar
animation
location
permissions
dialog
photo-gallery
request
permission
notification
sparrow
requestpermissions
allow
sppermission
-
Updated
Jul 12, 2020 - Swift
Interactive prompt for command-line applications
-
Updated
Jul 8, 2020 - Go
swift
layouts
ios
ui
xcode
interface
view
dsl
layout
cocoapods
carthage
xib
storyboard
constraints
autolayout
auto
freshos
stevia
nslayoutconstraints
visual-format-language
-
Updated
Jul 8, 2020 - Swift
ghost
commented
Feb 19, 2019
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
ARA Records Ansible playbooks and makes them easier to understand and troubleshoot. This is the GitHub mirror for https://opendev.org/recordsansible/ara.
-
Updated
Jul 16, 2020 - Python
Programmatic UI for macOS
-
Updated
Oct 31, 2017 - Swift
Create UIs for prototyping your machine learning model in 3 minutes
python
data-science
machine-learning
ui
deep-learning
interface
models
data-visualization
data-analysis
ui-components
-
Updated
Jul 16, 2020 - Python
Jet Bridge (Universal) for Jet Admin – API-based Admin Panel Framework for your application
-
Updated
Jul 1, 2020 - Python
The development environment for `micro`
-
Updated
Jul 16, 2020 - JavaScript
Web interface for managing Haproxy, Nginx and Keepalived servers
gui
web
frontend
interface
management
openstack
waf
webui
web-interface
haproxy-configuration
lbs
web-gui
loadbalancer
web-manager
haproxy-servers
haproxy-status
haproxy-gui
haproxy-wi
haproxy-managment
high-availibility
-
Updated
Jul 16, 2020 - JavaScript
MyEtherWallet (our friends call us MEW) is a free, client-side interface helping you interact with the Ethereum blockchain.
-
Updated
Jul 17, 2020 - Vue
接口自动化测试平台——python+flask版,支持http协议,java 版本开发完毕https://github.com/liwanlei/plan
-
Updated
May 10, 2020 - Python
the default admin interface made customizable by the admin itself. popup windows replaced by modals. ⚡
python
windows
theme
settings
django
admin
ui
interface
custom
responsive
colors
modal
modals
popup
flat
enviroment
customizable
window
logo
enviroments
-
Updated
Jul 13, 2020 - Python
Libre and modular OSC / MIDI controller
-
Updated
Jul 13, 2020 - JavaScript
Scirius is a web application for Suricata ruleset management.
-
Updated
Jul 16, 2020 - Python
GoWrap is a command line tool for generating decorators for Go interfaces
go
golang
interface
decorators
fallback
prometheus
logrus
code-generation
golang-tools
interfaces
prometheus-metrics
-
Updated
Jul 3, 2020 - Go
Improve this page
Add a description, image, and links to the interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."
Related to #781 and #517.
As described in #781, Feign overrides the timeouts configured in my Apache
RequestConfig
, even if I don't set custom request options in the Feign builder. This is unexpected behavior.The change introduced to fix #517 copies the existing
RequestConfig
, but then immediately overwrites the timeouts, again, even if no Feign request options are set.