vanilla
Here are 418 public repositories matching this topic...
-
Updated
May 25, 2020 - TypeScript
-
Updated
May 26, 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
May 24, 2020 - C++
-
Updated
May 18, 2019 - JavaScript
-
Updated
Mar 22, 2020 - TypeScript
-
Updated
Mar 5, 2020 - JavaScript
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
Dec 25, 2019 - Swift
-
Updated
May 27, 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
Describe the new feature you are requesting
When you are adding mods to your instance, it would be cool if there was a button to open the mod's curseforge site.
Describe alternatives to this feature if Applicable
Maybe show more options when right clicking the image of the mod when you search for it.
Additional Inforomation
It would be cool to share mods with other people work
https://david-dm.org/dwyl/javascript-todo-list-tutorial?type=dev

Todo
- update version of
tape^4.13.0->5.0.0 - re-run tests to confirm everything still works e.g: dwyl/learn-tape#45
(_or just push your branch to GitHub and let Travis-CI do
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.