Alan Norbauer

Results 75 comments of Alan Norbauer

@weekeight the loaders are incompatible, I just didn't understand that fully earlier. I took a peek a few months ago but forgot to report back to here. I believe my...

Just FYI, I usually look at and fix issues once every 3 months or so. If that's not fast enough for anyone, just submit a pull request. If you submit...

@duncanbeevers this looks nice and simple, thank you for figuring out how to plumb all that. Can you submit it as a pull request? I think the only comment I'll...

You can continue to use Handlebars at runtime, including compiling new templates programmatically, but you won't be using webpack or handlebars-loader at that point. Those don't run at runtime in...

When you prefix the partial (or whatever) with '$', handlebars-loader will use webpack's loader API for resolving modules, which will include looking in node_modules. But judging from the title of...

Actually I just took a quick look at the code and it looks like the documentation might be wrong/out-of-date. sokra originally wrote the majority of the plug-in and I think...

I just gave it a quick test and it doesn't work actually, so I'll look at this issue when I have some free time to reacquaint myself with the code.

0.5.0 (latest) doesn't install (see error above) but 0.4.3 (HEAD^) does compile/install. ❌ `cargo install --version 0.5.0 zeronsd` ✅ `cargo install --version 0.4.3 zeronsd`

I would like to stream input as well. I have very large video files on a backend that I'd like to stream to ffmpeg on the client. Loading the entire...

So to summarize the conflict that led some of us here: pnpm: requires version, even on private packages [^1] changeset: requires no version, even on private packages, or it will...