radar
Here are 387 public repositories matching this topic...
Something based on https://docs.djangoproject.com/en/3.0/howto/upgrade-version/ would be a good idea.
- Review the change log for breaking changes
- Upgrade one feature release at a time (eg 2.2.x to 2.3.x)
- Test for deprecation warnings before/after each feature release
- Suggestion to run
./manage.py djstripe_sync_modelsafter feature release in order to populate new fields - link to h
After adding a radar I would often like to copy the links to the created (open)radar.
Maybe we could add an alert with a copy to clipboard button or show the links in a textfield somehow.
-
Updated
Jul 8, 2020 - Java
-
Updated
May 20, 2020 - C++
-
Updated
Jun 22, 2020 - Python
-
Updated
Mar 14, 2018 - C++
-
Updated
May 31, 2020 - Lua
-
Updated
Jun 30, 2020 - C++
-
Updated
Jul 9, 2020 - Java
-
Updated
Aug 20, 2018 - C++
-
Updated
Jun 17, 2019 - C++
-
Updated
May 5, 2018 - Shell
- Date: 2020-04-23
- Resolution: Open
- Area: Documentation
- OS: macOS 10.15.4
- Type: Incorrect/Unexpected Behavior
Description
From the NSFont.menuFont() docs:
Returns the font used for menu items, in the specified size.
I assumed this would be the font used for NSMenuItem (hence the phrase “menu items”), but according to FB7663060, it’s not. It would be
-
Updated
Jul 10, 2020 - Python
-
Updated
Apr 14, 2020 - MATLAB
Improve this page
Add a description, image, and links to the radar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the radar topic, visit your repo's landing page and select "manage topics."
When I include a
target="_blank"in the anchor tags within my descriptions, these are being stripped out in the end product (referring to the one in use at radar.thoughtworks.com).After generating the radar, when I inspect a link using Chrome Dev Tools, I can clearly see the
targetattribute is gone and only thehrefremains.Is there a reason this is being done?
My goal is to allo