Khoi Hoang

Results 17 comments of Khoi Hoang

Exactly! Seems the original creator of this API left the project with some bugs :(

> this fork works very well! https://github.com/kyoz/fem-downloader You sure it works well? It seems like it's getting stuck for me

I found the error by toggling the developer mode. It seems the code from this presentational plugin is not detecting the correct current file path if you created a markdown...

> I've been having this same issues. Thanks @KoichaDev for your insights. > > I managed to solve my issue, so I'll share in more detail here: > > I...

Hi @hirasso! How is the progression for fixing it to work with Parcel 2? :)

@hirasso Thanks for answering. I actually found a way to work, but it's not used with your solution though. I used Browsersync + parcel together in order to get it...

@hirasso Sure! 1. Install the Browsersync dependency `npm install -g browser-sync` 2. Install the [Concurrently dependency](https://www.npmjs.com/package/concurrently): `npm install -g concurrently` Example of the package.json setting will be: { script: {...