Skip to content
#

discussion

Here are 252 public repositories matching this topic...

forem
joshpuetz
joshpuetz commented Nov 19, 2020

Describe the solution you'd like

A generic modal for rate limit warnings was added in forem/forem#11102. It would be idea if all places in Forem that warned a user about rate limits used that model.

Start with app/services/rate_limit_checker.rb and trace back paths from there. Some examples:

  • creating too many reactions too quickly
  • updating an article or
good first issue type: refactoring area: moderation bug smash
ideas
jin-x
jin-x commented Feb 27, 2022

Предлагаю добавить несколько математических функций:

void std::sincos(double arg, double& sin, double& cos), std::sincos_t std::sincos(double arg), struct sincos_t { double sin, cos; } (а также sincosf, sincosl) — вычисление синуса и косинуса одной операцией, поскольку зачастую это можно реализовать более быстрым способом, чем последовательное вычисление sin и cos (аналогично как std::d

good first issue

Improve this page

Add a description, image, and links to the discussion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the discussion topic, visit your repo's landing page and select "manage topics."

Learn more