Tobias Munk

Results 77 issues of Tobias Munk

The repo https://asset-packagist.org/package/bower-asset/jsoneditor is missing tags below `v5.24.0` There are several of them in the repo: https://github.com/josdejong/jsoneditor/tags?after=v5.24.0 --- Temp workaround ``` "repositories": { "bower-asset/jsoneditor": { "type": "package", "package": { "name":...

| Q | A | ------------- | --- | Is bugfix? | ✔️❌ | New feature? | ✔️❌ | Is backward-compatible? | ✔️❌ | Tests pass? | ✔️❌ | Fixed...

Hi Rodrigo, I tried to include giix in another location than 'ext.giix' and stumbled upon a few path issues. I fixed them by defining a custom "dynamic" alias, when it's...

If you want to include giix via composer from http://getcomposer.org/ you should add a composer.json file to your repo. If you merge this pull request after my other one, it...

fixes a bug, where you were not able to run this migration with another --connectionID

If migrations are run with --interactive=0 you'll get an error here: https://github.com/mishamx/yii-user/blob/master/migrations/m110805_153437_installYiiUser.php#L108 because `$this->_model` is not an object. Maybe just add ``` $this->_model = new User; ``` to avoid the...

Please add a tag to your repo, if you've a new release ready. It simplifies the usage with composer very much. Like 0.4 for the next release, thank you!

My problem is that I currently need to have my touchpad almost always connected via USB to have it working. I suppose this is due a low battery state, but...

We are serving files from the backend with URLs like "http://example.com/images/some.pdf,1234" and a header `Content-Disposition: filename="some.pdf"`, so if a user wants to save the file it has a "correct" filename....