Ivaylo Badinov

Results 13 comments of Ivaylo Badinov

it's 2023 this issue is still there. I use ``` onSelect({ selected }) { this.selected.splice(0, this.selected.length); this.selected.push(...selected.filter(this.displayCheck)); } ``` but visually it is awkward seems that the problem is that...

I think that link have never existed in the last 5 years or so, may be was in the grandparent of the current site. https://web.archive.org/web/20240000000000*/www.aeternity.com/terms/ says it never existed

> This issue is still a valid bug because: > > > The key upload can fail for plenty of other reasons that are not related to UIA. > >...

"Skia Graphite" is the only option that is required actually to fix the issue. Alternatively set Vulkan driver to "None", at least temporary to get the Settings page visible and...

I think that is a security policy for iframes enforced by the sites, not in us. However the contents of this tab is maintained by the ambassadors, I informed them....

this postinstall script is just showing a message that core-js is looking for funding

I use load_paths option in compass filter and include any additional bundles: ``` yml assetic: filters: compass: load_paths: - "%kernel.root_dir%/../vendor/jlong/sass-twitter-bootstrap/lib/" - "%kernel.root_dir%/../src/app" ``` then import ``` scss @import "Acme/SomeBundle/Resouces/public/scss/someStyles.scss"; ```

A temporary workaround is using `startAudioMuted = 0` and `startVideMuted = 0` in /etc/jitsi/meet/my.own.domain-config.js, although you get an extra notification and it takes a second to affect. So best is...

this looks like a dup of https://github.com/aeternity/superhero-ui/issues/153