modular
Here are 911 public repositories matching this topic...
-
Updated
Nov 28, 2020 - HTML
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Oct 29, 2020 - TypeScript
The ContentMenuItem and LinkMenuItem should use the DisplayText property instead of both parts having a "Name" property. Or maybe a CommonMenuItemPart to share the name and common properties.
-
Updated
Oct 14, 2020 - HTML
-
Updated
Sep 25, 2020 - Objective-C
-
Updated
Nov 10, 2020 - C#
-
Updated
Oct 14, 2020 - XSLT
-
Updated
Jan 28, 2020 - Ruby
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Oct 6, 2020 - JavaScript
Feature request
Select the type of feature you are requesting:
- Cog
- Command
- API functionality
Describe your requested feature
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Java
https://www.wowhead.com/quest=11059/guardian-of-the-monument
SMALL DESCRIPTION:
You need to call the guard for 35 apexis crystals, kill him and bring the quest item "head". However, the quest item never fell from two of these monsters.
Based on the characteristics of this mob (~ 140k HP) and the fact that the quest is in the location for ~ 70 level, I assume that the quest item should fall
I was wondering the benefit of using Modular File Management vs Single Config File Management? Why do you consider it easier to use multiple files and then compile? Trying to figure out what the best case is for my use case. Thanks. #
-
Updated
Jun 22, 2020 - Ruby
-
Updated
Jun 26, 2018 - CSS
-
Updated
Apr 30, 2020 - Rich Text Format
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 28, 2020 - C++
Improve this page
Add a description, image, and links to the modular topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modular topic, visit your repo's landing page and select "manage topics."
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?