Eduardo Bouças

Results 177 comments of Eduardo Bouças

FYI, I created a PR that addresses this issue for Node built-ins specifically: https://github.com/evanw/esbuild/pull/2067

In https://github.com/evanw/esbuild/pull/1273/commits/986d1f7aed519c092f36a3240bc8d0d2877c38dd, I've added `resolveDir` to the list of arguments sent to the plugin. @evanw it would be great to hear your thoughts on this, so that we can settle...

I've updated my branch with the changes introduced by #1291, so the implementation now respects the shim. I suspect there's a better way of finding the dynamic expression imports in...

https://github.com/evanw/esbuild/pull/1273/commits/33fc625245fd2801592e5d9b0ca4c63fd66a9917 and https://github.com/evanw/esbuild/pull/1273/commits/539af45c64ae7a303b158eed6428ab54d4518071 introduce the following changes: - The plugin is now called for both `require()` and `import()` calls, including `import()` calls that were converted to asynchronous `require()` when targeting...

@evanw We've been running [a forked version of esbuild](https://github.com/netlify/esbuild) in production for a while now, which includes this plugin hook. It works pretty well and it allows us to resolve...

I'm having a similar issue in CentOS 5.7. ### 1. locate libsndfile > /usr/local/lib/libsndfile.a > /usr/local/lib/libsndfile.la > /usr/local/lib/libsndfile.so > /usr/local/lib/libsndfile.so.1 > /usr/local/lib/libsndfile.so.1.0.25 ### 2. locate sndfile.h > /usr/local/include/sndfile.h > /usr/local/include/sndfile.hh...

I fixed this by modifying my site.cfg. It is now: > [sndfile] > library_dirs = /usr/local/lib/ > include_dirs = /usr/local/include/ Cheers!

This looks great, thank you! Regarding the column width, I don't know what the best solution is. Do you think we should figure that out first before merging this PR,...

Thank you! You're right in saying that I don't have as much as time as I would like to work on this project, so I'm very happy to have someone...

I'm afraid it doesn't have any support for themes yet. I'll leave it open in case someone has a chance to look, otherwise I'll get to it as soon as...