Greg

Results 10 issues of Greg

Seems that if Title or Author has some special chars such dot or quotes the player does not works. Should we sanitize them?

**Describe the bug** I updated from 2.06 to latest and deploy. Now our images are not displayed behind CloudFront with no params, eg. xoxo.cloudfront.net/image.jpg?w=200 is well displayed but not xoxo.cloudfront.net/image.jpg...

Hi Is possible to filter a list using the class of a parent item if child item has a different class. Say in the example below I'd like to filter...

Hi Currently adding image between 2 words split content into 2 which suppose img is considered as a block element but according to https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements img is an inline element. `word1...

Hi Could you please show a custom complex path object example. Following does not work :( ``` export class CustomPicto extends Vector { static meta = { icon: , initial:...

Hi According to http://lesscss.org/functions/ `data-uri('image/svg+xml;charset=UTF-8', 'image.svg');`should output `url("data:image/svg+xml;charset=UTF-8,%3Csvg%3E%3Ccircle%20r%3D%229%22%2F%3E%3C%2Fsvg%3E");` Tested here https://codepen.io/ZeGregg/pen/RwoOqLG?editors=1100 and compiled css output `background-image: url("https://getuikit.com/assets/uikit/src/images/icons/cloud-download.svg");` Any help would be appreciated Greg

Hi @wulfsolter, Regarding #230 you should also add this confirm alert on Delete button in Editing Document and Collection… on all delete button in fact :) - Currently it is...

enhancement
help wanted
good first issue

First thanks for sharing the script. I have a question regarding the global behavior. You show the notice if not all categories are enabled ``` if(notAllEnabled) { showNotice(); } else...

Hi Any idea how to handle cookies that are set via websocket like Chat (Zopim, Olark…) Seems that the gdpr-cookie-notice is not able to refuse them, says they are wrote...

Hi Regarding #42 I am looking for a way to make this works per product, says a minimum quantity per product. Any help would be appreciated Greg