StefansArya

Results 47 comments of StefansArya

@aminya I love the idea about "lines of code" for framework benchmark implementation. I begin to imagine if there also a preview of the code on how the framework implement...

@aminya It's true that the benchmark I provided is about counting the available element that have `dummy` class inside of 2 div element. But do you think you will **never...

How about adding a new challenge on the templates to make sure the framework doesn't proxy the data directly or bind only for an element/attribute? > I simplify the template...

My solution is adding setTimeout after the replacing the URL, maybe we need to call setDragMode after the image was loaded.

The warning about AudioContext is not a problem I think, as the library is trying to obtain browser's AudioContext after the user interacted with the page. It seems the WebSocket...

Looks like the URL was exist, but the problem is on the SSL's certificate.. Maybe it's invalid or not being loaded by Node.js, or maybe the browser was rejected the...

You're welcome. If this was your first experience then it would difficult to find where to start so I would suggest [Certbot's instruction](https://certbot.eff.org/instructions) for getting started. But if you want...

Hi! does it works for 20 seconds before the error? If yes, maybe the process for removing the old SourceBuffer was pretty slow on the browser. The internal process for...

Alright thanks, I think I know how to fix it because of your information. I'll try to fix it after I finished with something 😄

Hi, can you try with this version? https://cdn.jsdelivr.net/npm/[email protected] Btw I may increase the major version on the future because I want to support WebRTC and modify the player. Make sure...