Matīss

Results 15 issues of Matīss

Would be super useful to have a nice drag handle icon. Usually double-stack of 3 vertical dots.

request

VAST/VPAID linear ads does not work in combination with plain VOD MP4 file. This seems to be related with how Safari deals with programmatic `.play()` invocation on Safari. There is...

bug
help wanted

We've made more tests and found that fluid won't handle wrapper without section fe Working example http://homafromptz.com/site_backups/vast_demo/working/ ``` Telemetry /vast.xml ``` Not working example http://homafromptz.com/site_backups/vast_demo/notworking/ ``` Telemetry /vast.xml ``` _Originally...

needs triage

I would like to propose an extension to the standard proposal of security.txt - possibility to publish security.txt using a DNS TXT record. One of the biggest drawbacks I see...

future work

Is there an option to set up a "default" route? Right now, a lot of frontend applications use HTML5 history mode for in-app navigation. This results in URL being replaced...

feature

It would be nice for it to be possible to set C extension's default database path in INI file, to allow system wide configuration for the extension, as it was...

enhancement

Could you please bump the release? Thanks!

question

Now that the web is more or less stable, we should perform a11y review to ensure all parts of the site are a11y-friendly.

enhancement

## Prerequisites - [x] I have searched open and closed issues to make sure that the bug has not yet been reported. ## Bug report **Describe the bug** SES uses...

All void methods, like `Model->set_attributes`, should return instance of self ($this) instead of void thus making instance method call possible (PHP 5.4). Sample use: ``` php $mod[] = (new SomeModel())->set_attributes($attr);...