modular
Here are 854 public repositories matching this topic...
-
Updated
Sep 3, 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
Sep 6, 2020 - TypeScript
I think that "Cancel" or "Close" btn need to be added to Create New content.
Once user change his mind to open it, there is no "Right" way to go back.
-
Updated
Jun 9, 2020 - HTML
-
Updated
Mar 28, 2019 - Objective-C
-
Updated
Sep 6, 2020 - C#
-
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
Nov 9, 2019 - XSLT
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
Feature request
Select the type of feature you are requesting:
- Cog
- Command
- API functionality
Describe your requested feature
-
Updated
Sep 8, 2020 - Java
Concept
We need a function in the config manager to easily extract values from a string list.
Ex: "1,2,3,4" or "1, 2, 3, 4"
In the module conf:
MyModule.List = "1, 2, 3, 4"
In the module cpp:
sConfigMgr->GetUint32ListDefault("MyModule.List", "")
Actually, everytime we want to make a list, we have to recreate a similar function in our modules. This is very bad
Maybe
-
Updated
Jun 22, 2020 - Ruby
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 26, 2018 - CSS
-
Updated
Apr 30, 2020 - Rich Text Format
-
Updated
Aug 6, 2020 - Go
-
Updated
Dec 24, 2019 - 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?