Alexis H. Munsayac

Results 119 comments of Alexis H. Munsayac

after a painful month of analyzing this repo, I finally succeeded on doing a rewrite. https://github.com/LXSMNSYC/indigo-player-2 There were problems in your current codebase that are related on how the package...

First off, I would like to address that the reasoning behind my own decision to rewrite your wonderful library was because due to the compliance of it being used as...

With my revisions, indigo-player wouldn't be usable on CDN. The thing is tho, modern web developers are now more inclined to use CommonJS/ES modules rather than to use IIFE modules....

Any updates to this? would have been a great addition.

What's the status on this? It's already been a year and it seems to be still unsolved. I would have to guess that `resolve` still doesn't support it?

@ljharb how is `resolve` different from, say, `resolve.exports` package? or is it possible to transition to it?

You can use this: ```js import { createMemo } from 'solid-js'; function Fragment(props) { return createMemo(() => props.children); } ```

> Having a config to define a custom function that parses its arguments as a selector is on my list of things to add at some point though, so maybe...

Yes, although I haven't had time to work on it yet (I juggle a lot of projects). It will be released sometime soon though.

> any updates on the combobox? Is it possible to help? Hmmm. My current goal as to hit two birds with one stone: implementing Command (the search functionality of the...