-
Updated
Aug 10, 2022 - Dart
web-framework
Here are 790 public repositories matching this topic...
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
Problem
I am returning to WebGL work after some time away (with Vulkan) so may be misinterpreting something here, but...
The WebGL example loops through the render_gl function every frame. Therefore it's recompiling the shaders, linking them, all of this work that doesn't need to be repeated in the render loop.
Steps To Reproduce
Steps to reproduce the behavior:
Start the app as
-
Updated
Aug 9, 2022 - Go
When sending a request body that decodes a Content type. If the request is sent as multipart with the right header set, but the body is empty, a 500 error is returned. This can cause problems with apps that have automatic reporting for internal server errors as it should be reported as a bad request
-
Updated
Aug 9, 2022 - Go
-
Updated
Aug 9, 2022 - Elixir
-
Updated
Aug 9, 2022 - Rust
-
Updated
Aug 10, 2022 - Objective-C
-
Updated
Aug 7, 2022 - Python
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Jul 3, 2022 - Go
We use sbt-dynver to set the version for the Play project based on git tags.
E.g. when you run sbt in the Play project folder you will see:
// If you haven't you need to get the Play framework source code
git clone git@github.com:playframework/playframework.git
cd ./playframework
// You are in the master branch now, from which we want to rele
-
Updated
Aug 9, 2022 - Kotlin
-
Updated
Aug 9, 2022 - PHP
-
Updated
Aug 9, 2022 - Java
-
Updated
Aug 3, 2022 - Python
-
Updated
Aug 2, 2022 - Erlang
-
Updated
Aug 9, 2022 - Kotlin
gettext has lazy version, this is useful for storing messages / global variables which make sense syntactically but are problamatic at runtime because they are evaluated only once.
Lazy version of _ should return a lazy string that gets evaluated to translated version when __str__ is called on it.
example:
https://github.com/frappe/frappe/blob/c82b6e758ed168ccd2491f9e72cc429fa1cc9
-
Updated
Aug 1, 2022 - Go
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Jun 7, 2022 - Python
Most of the macros exported by seed are undocumented, see: https://docs.rs/seed/0.7.0/seed/#macros
It would be good if at least the most commonly used are documented with an example.
-
Updated
Jun 6, 2022 - Go
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."
Description
First this section says: