web-framework
Here are 634 public repositories matching this topic...
There are many pages in the docs that have different overlapping information about error handlers:
- https://flask.palletsprojects.com/en/1.1.x/errorhandling/#error-handlers
- https://flask.palletsprojects.com/en/1.1.x/blueprints/#error-handlers
- https://flask.palletsprojects.com/en/1.1.x/patterns/errorpages/
- https://flask.palletsprojects.com/en/1.1.x/patterns/apierrors/
These need to
Update API docs
Looks like the API documentation has not been regenerated since 3.0.2, as the maxBodySize value typo is still present here:
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 17, 2020 - Elixir
-
Updated
Jul 15, 2020 - Python
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jul 12, 2020 - Go
-
Updated
Jul 17, 2020 - Scala
-
Updated
Jul 15, 2020 - Ruby
I tried to find this in the documentation and examples, but there's no example of a manual request being made, only <form action="/login" method="post">
I tried:
let form = this.document.getElementById( 'loginForm' );
var formData = new FormData( form );
let res = await fetch( '/', {
method: 'POST',
body: formData,
header: { 'Content-Type': 'multipart/form-data' },
})
-
Updated
Jun 22, 2020 - TypeScript
-
Updated
Jul 17, 2020 - PHP
-
Updated
Jul 17, 2020 - Java
Subsystem
Kotlin multiplatform library: ktor-client-logging:1.3.0
Is your feature request related to a problem? Please describe.
Problem: not able to filter calls to be logged. All calls are being logged by default.
Describe the solution you'd like
Add a filter option in Logging configuration block (this solution is available on Android in CallLogging feature, but it is absent
-
Updated
Jun 26, 2020 - Python
-
Updated
Jul 3, 2020 - Erlang
-
Updated
Jul 17, 2020 - Kotlin
-
Updated
Jul 12, 2020 - Python
-
Updated
Jun 11, 2020 - Go
-
Updated
Oct 28, 2018 - Go
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 14, 2020 - Scala
-
Updated
Jul 17, 2020 - Perl
https://docs.amberframework.org/amber/guides/controllers/flash#flash-now
Calling flash.now["blabla"] gives a compile error : 'undefined method 'now' for Hash(String, String)'
Calling flash.now "key", "value" compiles but doesn't do anything and nothing gets returned in the logs
Versions
Amber CLI (amberframework.org) - v0.11.3
Crystal 0.27.2 [60760a546] (2019-02-05)
LLVM: 4.0.
-
Updated
Jul 17, 2020 - Crystal
Improve this page
Add a description, image, and links to the web-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-framework topic, visit your repo's landing page and select "manage topics."
We should discuss how to best support a library author providing translations for their library.