kyoukhana

Results 15 issues of kyoukhana

Is it possible to show percent loaded when loading a file to a grope like this ``` var AudioGroup = new Pizzicato.Group(); AudioGroup.addSound(new Pizzicato.Sound({source: 'file', options: { path: 'info.mp3', loop:...

One thing to note you should add in the Readme is the IP Address of the mySQL database needs to be the local network ip other wise the database will...

I am trying to update vue-google-autocomplete from version 1.0.8 to the latest version but I am getting the following error when i type npm run build ## Console Error ```...

Visit the fiddle link here https://jsfiddle.net/kyoukhana/bssznj2b/3/ In Safari 10.1.1 desktop check on checkbox a few times. Value of checkbox isn't being displayed properly.

bug
mdl
contribution welcome

If you have a start date set in the range calendar picker. Is there a way so that you can only go ahead for the end date not previous dates

When changing the docker language the installation still defaults to German is this a BUG

I was wondering if its possible to when you click on the qrcode it will initiate a download of the code as a image. But it should open in a...

enhancement
help wanted

The Post category isn't working properly. If you take a look at the following theme here http://www.olliemccarthy.com/themes/gonzo/ Click on music http://www.olliemccarthy.com/themes/gonzo/?cat=28 Then Click on Indie http://www.olliemccarthy.com/themes/gonzo/?cat=72 Out of the box...

I implemented vue-progress but when i switch between routes I get the following error ``` DOMException [NotFoundError: "Node was not found" ``` ## Routes ``` export default [ {path: "/",name:"home",...

The only question I have is that ember tools is now using grunt. But I have been looking into http://gulpjs.com/ its seems much easier then GRUNT. Also with your boilerplate...