-
Updated
Jan 9, 2020 - Go
interface
Here are 995 public repositories matching this topic...
-
Updated
Mar 19, 2020 - Python
Hello, I am a developer from China. I like this library very much and have translated the documentation, hoping to better recommend it to the majority of Chinese developers.
I hope you can put it into the official document.
PS. 中文文档 means Chinese Documentation
Thank you
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.
-
Updated
Mar 16, 2020 - TypeScript
Iced branding
Hey everyone !
In order for the new website to happen, we need to define some sort of branding for Iced. Since this should be a community effort, here are my first thoughts / mind map of how I reasoned about the logo and color scheme.
Logo
What is Iced ?
- GUI Framework
- Platform-agnostic
- Written in Rust
- Elm Architecture
What does iced mean ?
- Ice
- Ice
-
Updated
Mar 15, 2020 - Swift
-
Updated
Feb 4, 2020 - Go
-
Updated
Feb 10, 2020 - Swift
you may want to update/remove the link to
libi.io
http://libi.io/library/1683/django-jet
as it is broken and bring to GoDaddy.
One of the most hated provider in the world!
Cheers
-
Updated
Oct 17, 2019 - Python
Users need to be aware that there are two interfaces with different use cases in mind.
-
Updated
Oct 31, 2017 - Swift
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
Mar 11, 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
Mar 22, 2020 - Vue
-
Updated
Mar 21, 2020 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Mar 1, 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
-
Updated
Mar 6, 2020 - Python
Blinking LED
How to make a led blink depending on its value
css:
/* Do the maths here to keep css as clean as possible */
/* Assigned variables are available to the formulas that come after */
#{
threshold = 0.5;
value = @{this};
animationCount = value >= threshold ? "infinite": "0";
}
/* animation names are not scoped to the widget only and can beWe 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
The current documentation in the Wiki is incomplete and mainly example-based. At least I was unable to find any information on the full API and or JSON content of meta.json in the various places. Even more simple: CK uses 'module', 'package', 'soft', 'program' and a plethora of others without a clear overview or definition what they are and how they related to each other.
Even the existing exam
-
Updated
Mar 18, 2020 - TypeScript
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