-
Updated
Oct 30, 2021 - JavaScript
community
Here are 2,405 public repositories matching this topic...
-
Updated
Aug 2, 2021 - CSS
-
Updated
Oct 30, 2021
-
Updated
Nov 17, 2020
-
Updated
Oct 19, 2021
Bug Report
Current Behavior
Error when accessing the forum after saving in the admin panel a custom CSS code of +68000 characters (doesn't mean it's exactly that number, in my case I've experienced it when reaching that number of characters).
This causes that when saving the CSS code the last lines are cut, and therefore in my case for example this caused a `ParseError: missing closi
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Oct 29, 2021
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
Oct 29, 2021 - PHP
-
Updated
Sep 7, 2021
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Oct 18, 2021 - Python
app license field
separe opensource apps from comercial
-
Updated
Oct 27, 2021 - CSS
-
Updated
Sep 25, 2021 - Java
如题,Feedburner 已经苟延残喘很久,可是一直没找到可以提供类似的 Feed 烧制功能的替代应用,想问一下您是否有了解?
-
Updated
Jun 27, 2020 - PHP
-
Updated
Oct 7, 2021 - Python
Summary
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 appropriate alternatives (Is there a catalogue already in existence we can link to?)
- Perform a sea
Currently, links in the above-described components are rendered as texts, hence users can't click on them.
I propose creating a utility function that identifies links in text and wraps them in an Anchor tag, with the following properties: target="__blank" rel="noreferrer noopener" and use that function for rendering texts in the relevant components.
Screenshot of the bug:
<img width="6
Describe the bug
As an administrator when setting up categories, I have a "description" field. This isn't used for anything and it's confusing to have it, specially as it's a required field.
To Reproduce
Steps to reproduce the behavior:
- Sign in as admin
- Go to Admin Dashboard (/admin) -> Processes -> Select a Process -> a Process -> Categories -> New category
- See descr
-
Updated
Aug 7, 2019 - CSS
Hacktoberfest 2021
Oct 1 - 31, 2021 • Virtual
Improve this page
Add a description, image, and links to the community topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the community topic, visit your repo's landing page and select "manage topics."
Describe the bug
In many (if not all!) of the places where the
Followbutton is rendered (with the classfollow-action-button), the button always renders the textFollowby default. Once the user's data is fetched, it then may update toFollowing. This step of fetching the data async and then updating the text after the button and text have already rendered leads to a glitchy UI