modular
Here are 1,012 public repositories matching this topic...
-
Updated
May 19, 2021 - HTML
-
Updated
May 17, 2021 - TypeScript
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
May 19, 2021 - Go
-
Updated
Sep 25, 2020 - Objective-C
-
Updated
Oct 14, 2020 - HTML
-
Updated
May 19, 2021 - 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
May 20, 2021 - JavaScript
What component of Red (cog, command, API) would you like to see improvements on?
Mod
Describe the enhancement you're suggesting.
Send the ban reason when a user is temporarily banned
-
Updated
Feb 18, 2021 - JavaScript
Expected Behavior
Open demo.html, and use mouse / touch pad to rotate / zoom / pan the design.
Actual Behavior
Static display of design.
Steps to Reproduce the Problem
- As described
Specifications
- Version: V2+
- Platform: regl-renderer
- Environment: browser
Original report: chromiecraft/chromiecraft#674
-
Updated
May 20, 2021 - Java
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
Apr 21, 2021 - Ruby
-
Updated
May 18, 2021 - Rich Text Format
-
Updated
Feb 18, 2021 - Go
-
Updated
Jan 29, 2021 - CSS
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?