-
Updated
Jul 14, 2020 - Go
interface
Here are 1,094 public repositories matching this topic...
-
Updated
May 9, 2020 - Python
Image Zoom & Pan
I've searched here and Zulip and couldn't find any relevant discussion.
Are there plans to implement a widget to allow zooming in on an Image (past the dimensions of the parent element / application window) and panning?
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.
Describe the bug
There is no documentation about how to mark a choice as pre-selected in a multiselect. It works to set selected: true in the choice, however @types/prompts doesn't know about it and neither does any of the documentation.
Expected behavior
The docs as well as the types should help to figure out how to do this.
System
- OS: macOS
- Terminal: iTerm
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jul 12, 2020 - Swift
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 8, 2020 - Swift
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
-
Updated
Oct 17, 2019 - Python
What component is this about ?
Documentation
What is happening ?
There's no documentation for EXTERNAL_AUTH: https://github.com/ansible-community/ara/blob/7a192ac1b7541465d9e799ab96e3db48861cdd16/ara/server/settings.py#L80
What should be happening ?
There should be docs about it an
-
Updated
Oct 31, 2017 - Swift
-
Updated
Jul 1, 2020 - Python
Version 2 Checklist
Version 2 Checklist
Documentation
- Rewrite version 2 docs to reflect updates
- Rewrite version 2 docs in nuxt (and maybe markdown)
- Add guide for writing tests
Fixes
- allow data with DELETE
- Fix polluted params issue when where params send twice
Enhancements
-
apirenamed tohttp - rename
apiConfigtohttpConfig
-
Updated
Jul 16, 2020 - Python
It would be nice to add all of the cli usage options in the usage section of the documentation.
For example, it says this:
Port Selection: Automatic detection and use of an open port (if the specified one is in use)
but how to actually specify a port is not documented.
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Vue
-
Updated
May 10, 2020 - Python
-
Updated
Jul 13, 2020 - Python
*******************>>> should be on
$(document).one('receivelexconfig', function onReceiveLexConfig() {
var localTimeZone;
try {
localTimeZone = JSON.stringify(
Intl.DateTimeFormat().resolvedOptions().timeZone
);
} catch (err) {
localTimeZone = JSON.stringify(
new Date().getTimezoneOffse
TODO
- code linting
- menu/dropdown/switch: unify
valuesparsing - meta infos in session files
- example sessions
- scripting documentation
- general documentation
- missing properties descriptions
- sliders design choices names
- improve property help modal
- pasted widget position is not always predictable (optional)
- editor keyboard s
Instructions show npm install via apt-get: https://scirius.readthedocs.io/en/latest/installation-ce.html
surius-docker use debian:latest as its base: https://github.com/StamusNetworks/suricata-docker/blob/master/Dockerfile
npm fails using the instructions from "read the docs." It would be great to have the install instructions updated as the install on debian:jessie appears to have other inst
We would like to be able to make interface and method ‘documentation’ comments available to templates.
For example, we would like to use a method comment to provide hints to a logging decorator about what and how to log specific params and results (avoiding monolithic log output, hiding sensitive data etc)
The documentary comments are readily available in the ast and so could be copied to
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."


Expected behavior
In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:
Should return a conso