vanilla
Here are 448 public repositories matching this topic...
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
Jun 23, 2020 - JavaScript
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
Sorry in advance if this option already exists. I just couldn't find it in the docs or the demo page.
So, number of weeks displayed should be editable. This would be especially useful when monthsInCalendar option is greater than 1 and we want to have multiple months to have same number of rows so it'll look better.
Look at the last row of January to see my point
Currently:

-
Updated
Jun 25, 2020 - C++
-
Updated
May 18, 2019 - JavaScript
-
Updated
Mar 22, 2020 - TypeScript
-
Updated
Mar 5, 2020 - JavaScript
-
Updated
Jun 26, 2020 - Swift
Theres only 4 anchor choices, top, left, right, bottom. I want to be able to anchor buffs to top-right to party frames instead of top-middle. Top right frame to top left debuff, or middle right to middle left or top bottom to left bottom, basically being able to have the vertical anchor match.
-
Updated
Jun 28, 2020 - Lua
Displays as IItem[] | IGroup[] | IItem | IGroup should display as only IItem[] | IGroup[]
https://esri.github.io/arcgis-rest-js/api/portal/searchItems/#results
-
Updated
Mar 9, 2020 - JavaScript
Improve this page
Add a description, image, and links to the vanilla topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vanilla topic, visit your repo's landing page and select "manage topics."
Plase add a feature to select items using shift key press. Like when user clicks an item and when he press shift and an item the items till the first mouse click to shift key press are to be selected like we can see in windows system or linux system.