modular
Here are 846 public repositories matching this topic...
-
Updated
Aug 1, 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
Aug 2, 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
Aug 17, 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 12, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Aug 17, 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."

It would be helpful in all React plugins to forward HTML properties to plugin container
<div>tag.Example usage:
I would expect it will generate code: