-
Updated
Dec 24, 2021 - Go
interface
Here are 1,582 public repositories matching this topic...
-
Updated
Nov 23, 2021 - Python
Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException instead of invoking ErrorDecoder.
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 23, 2021 - Swift
-
Updated
Nov 19, 2021 - Go
Missing Type Hints
Hello,
I believe having type hints would really improve this project.
I offer that from now on type hints are selected as a necessary condition for the upcoming changes in PRs.
This way code base would slowly converge to a type hinted one.
Also this issue could be tagged as a good first issue for volunteer collaborators :)
cc: @abidlabs
-
Updated
Nov 27, 2021 - Swift
-
Updated
Dec 6, 2021 - Python
-
Updated
Nov 19, 2020 - Swift
-
Updated
Oct 17, 2019 - Python
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 22, 2021 - CSS
-
Updated
Dec 24, 2021 - Vue
-
Updated
Dec 25, 2021 - Go
-
Updated
Oct 31, 2017 - Swift
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Oct 9, 2021 - Python
-
Updated
Dec 25, 2021 - Vue
-
Updated
Oct 25, 2021 - Go
-
Updated
Nov 22, 2020 - Python
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."
Right now any
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.