modular
Here are 820 public repositories matching this topic...
When you render an alert within a modal the close
classes clash impacting the alert icon.
Device
- Browser [*]
- OS: [*]
To reproduce
Steps to reproduce the behavior:
https://jsfiddle.net/1xejsv5w/
Screenshots
See jsfiddle above.
Expected behavior
In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:
var html = require('choo/html')
var choo = require('choo')
var app = choo()
var app = choo()
app.use((state, emitter) => { // 1.
emitter.on('navigate', (route) => { // 2.
console.log(`Navigated to ${route}`) // 3.
})
})
Should return a conso
I see the "Welcome" doc page mentions "component system", but it is very vague. Can you describe what are all the reasons that I'd want to use Whitestorm over plain Three.js, f.e. what are all the things I get that Three.js does no offer, so that I can better understand?
Thanks!
In DefaultDiagramState
, should it restrict itself to only listening for left click events, rather than all mouse down events? I'm happy to make a PR for this, but wanted to verify your intention first.
In all of the demo projects this doesn't come up because right
ImageTagHelper
in the Media module provides an asset-src
attribute for img
tags to easily generate images with proper URL. We could have the same for the a
tag too, so links can be easily generated too.
Since this just needs another HtmlTargetElement
on the class, maybe a good first issue?
-
Updated
Jun 9, 2020 - HTML
在README中加上适用场景的解释说明
-
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>
Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set
-
Updated
Nov 9, 2019 - XSLT
Canvas context menu and also node context menu are overrideable, but when you click on slot you get only the build version.
I would like to see that could also be overriden.
-
Updated
Mar 4, 2020 - JavaScript
[docs] docs could use a guide on how to install without JRE for when audio support isn't needed.
See: title.
-
Updated
Jun 26, 2020 - Java
-
Updated
Jun 22, 2020 - Ruby
A div element is a semantically neutral element that doesn't not convey its meaning or state to the accessibility layer. These examples should use the ARIA progressbar role (or use native HTML semantics) and update the state using the various state attributes (using JS). See https://www.w3.org/TR/wai-aria/roles#progressbar for details.
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
u := "http://httpbin.org/post"
// Using net/http
v := make(url.Values) // url.Values has methods for value manipulating
v.Set("k1", "v1")
http.PostForm(u, v)
// or
http.PostForm(u, url.Values{"k1": []string{"v1"}})
// Using gentleman
r := gentleman.NewRequest()
// multipart.DataFields is actually same as url.Values, but without methods
d := make(multipart.DataFields)
d["k1"] = mu
I want to get the most of Pragmata Pro ;-), is there a documentation of all ligatures? I know about Markdown checkboxes and the [INFO] stuff, but is there more I can use for my documents?
Currently, the picoTCP User Documentation does not contain any information on timer functionality and functions, such as pico_timer_add
.
The wiki does contain some information on timers (here).
Is this omission intentional (as timers are a utility, and all other API information in the User Docume
The following is a suggestion (low priority), up for discussion.
I've use the AddExtCore(...) method as follows on a number of projects:
const string DefaultIncludeAssemblyScanningRegex = "^(app.ext.*)$";
services.AddExtCore(null, new DefaultAssemblyProvider(services.BuildServiceProvider())
{
IsCandidateCompilationLibrary = lib => Regex.IsMatch(lib.Name, DefaultIncludeAssem
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."
Problem
I'd like to send many files in the same time but with different files metaData.
The combination of
uppy.setMeta
uppy.addFile
doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the lastuppy.setMeta
configuration.Moreover the
uppy.setFileMeta
method is quite impossible to use, because onuppy.addFile
we can't declared an id