Results 14 issues of Ege Ersoz

Trying to have `sl-vue-tree` display an existing nested data structure. Example: ``` {"Activities": [ { "Options": { "User ID": 1000 }, "Name": "Find Projects", "Activity Type ID": 5 }, {...

I'm working on [this Puppeteer bug](https://github.com/puppeteer/puppeteer/issues/2410). The resolution seems to be to pass a `--font-render-hinting=medium` flag to puppeteer.launch, but I see that it is [hardcoded to render-core.js](https://github.com/alvarcarto/url-to-pdf-api/blob/4b15a125f6dfa2f3043df94feb8c5efcad08f859/src/core/render-core.js#L20). Any way to...

PR welcome

I'm wondering how Coherence would work with a single-page application, such as one written in React or Vue. Right now the library seems to assume everything will be rendered on...

SendGrid api has the following properties for emails: https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html See the `disposition` and `content_id` properties under attachments. These turn out to be pretty important when you're sending .ics files (calendar...

contribution wanted

I have the following data: ``` "Conditions": [ { "Values": [ "test" ], "Operator": "Equals", "Condition Type": "Project Name Rule" }, { "Values": [ "flower" ], "Operator": "Contains", "Condition Type":...

The component never gets torn down when you navigate away from a page that has it, resulting in a memory leak.

Not a bug per se, I just wanted to see if anyone had thoughts. We started using Hammer to deal with some spammers who have been using our app to...

Can support be added to convert Crons to human-readable strings? e.g. "Every Sunday at 6:00PM" Ideally, this should also work with different timezones, e.g. you should be able to specify...

enhancement
help wanted

Having a weird issue where syntax highlighting works only for some of the single-file components in my project. ![Works](https://i.imgur.com/tLlrj0O.png) Others aren't highlighted: ![No worky](https://i.imgur.com/6i56dmq.png) Has anyone else had this issue?

Right now, the menu closes when a selection is made, and also when there's a mouse click outside anywhere on the screen. We need two new options: `close_menu_after_selection`: Defaults to...