Manos Kounelakis

Results 20 issues of Manos Kounelakis

This happens on branch `v1.0.0`. For some reason If I call mbox passing an options object the next time I will call mbox the previous settings will be used. So...

bug
v1

At v1.0.0 branch only 'inDuration' and `outDuration` options are supported http://next.materializecss.com/modals.html#!

enhancement
v1

Consider the following code: ``` mbox.custom({ message:"Hello world", buttons:[{label:"Hey",color:'red',callback:function(){ console.log("You clicked the red button"); }}] }) ``` One would expect that after the "You clicked the red button" is shown...

needs documentation

I was wondering whether it makes sense to have a prompt or a confirm dialog with no callback provided. Should we throw an error?

question
needs documentation

Materializecss v1.0 has dropped jQuery dependency. Here is the link : https://medium.com/@materializecss/materialize-to-1-0-and-beyond-e0233b8ac15 I think that we should also drop jQuery but only after implementing #14 (or maybe implementing #14 by...

enhancement
question
needs documentation

Hello.I've been using mbox in some of my projects and I was wondering if it would be possible to publish mbox as an npm package

Hello.I use 2 screens.If in both screens I have opened sublime text and enabled Sync scroll it won't work

Hello.I face a situation in which I have to delete a target however I get the error "Target is in use". Any ideas why this is happening?

First of all this is a really good game.However there is something that bothers me. When I lose there is no option to restart the game.I have to reload the...

Hello.As a new user coming to this repo I _would_ like to know how to use it. Is there any documentation available?