Ozgur Atmaca

Results 25 comments of Ozgur Atmaca

I do not see any implementation of `fromURL` in the package I get from npm. And unable to `require` from `cheerio/lib/batteries` as it does not appear to exist. What am...

came here for the same thing. I'm trying to display math expressions from GPT but failing to render inline expression as `\(` and `\)` is not supported, any workaround or...

I use the following approach quite often in my components such as navigation items, modal actions, data-table actions, even data-table row items to dynamically provide list of possible actions for...

> Maybe for this case you can use `defineEmits()` https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits > > And after import `defineEmits()` in your file, you can use something like this to define de emits from...