Skip to content
#

community

Here are 2,610 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
Cider
lehades
lehades commented Mar 17, 2022

Describe the Bug

I'm working on a plugin and i've found that trying to restart the app under linux does not work (in windows everything works as intended).

electron's standard procedure to restart the app is:

app.relaunch();
app.quit();

Steps to Reproduce

1- Call these functions in a plugin

app.relaunch();
app.quit();

2- App closes (Linux & Windows)
3- App

bug good first issue In Progress platform: Linux
sgibson91
sgibson91 commented Oct 29, 2021

Summary

This is a follow-up issue to alan-turing-institute/the-turing-way#1210

Now that our default branch is called main we should do a search for other such terms (e.g. blacklist and whitelist) and update them with more modern alternatives, (e.g. denylist and allowlist).

What needs to be done?

  • Curate a list of terms to avoid and appro
good first issue

Improve this page

Add a description, image, and links to the community 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 community topic, visit your repo's landing page and select "manage topics."

Learn more