Parker Smith
Parker Smith
I like the concept, but as far as I can tell there's no way to get true window transparency in HyperTerm. I experimented with a couple different methods but was...
@bubkoo Are you still maintaining this project? I am very curious why you have not pulled in the fix for the build, which has been broken since December.
I am also having this problem! Not sure why the issue is closed.
@CountBleck That doesn't work because of [this webpack bug](https://github.com/webpack/webpack/issues/14166). I also tried some of the workarounds discussed in that thread, like `externals['node:fs/promises'] = 'commonjs2 node:fs/promises'` and some variations on that...
@dcodeIO I tried removing `node:` from my generated bindings file and that resolved the issue. I'd rather not strip that out manually every time I build, so that upstream fix...
Okay, sorry for the spam — I found a solution that works with the bindings code as-is. I was close earlier... I needed to make the following additions to my...
I identified the problem... it's on line 251 of class-simply-static-archive-creator.php. You hard-coded a region of "s3-eu-west-1.amazonaws.com" into the S3 object instantiation. So I had the bucket name right the first...
Quick addendum to what I posted earlier: My solution of replacing the "region" (actually the **endpoint** but I'm still learning AWS vocabulary) solved my original problem but led to another....