Nikita Litvin

Results 13 comments of Nikita Litvin

You could use the `` tag to hide the screenshots. ## Example * Example without a screenshot - foo * Example with a screenshot - bar * Example without a...

Sure, maybe later today. Not with all screenshots at once, though, as that's a lot of work. 😄

Wait, I just realized that if we want to preserve a particular version of a readme, we could just link to it with current commit in the URL, like this:...

I can also confirm that on 3.1.0 when using `additionalStreams` the assets aren't concatenated as if I pass `noconcat: true`. I'm going to look into this a bit later.

Everything starts working fine for me once I remove lines 13-16 in [`lib/addFilesFromExtStreams.js`](https://github.com/jonkemp/gulp-useref/blob/master/lib/addFilesFromExtStreams.js): ``` JavaScript // if we added additional files, reorder the stream if (additionalFiles.length > 0) { source...

Update: there's also an issue that files added via `additionalStreams` are passed to concat each time `addAssetsToStream` is called. This means that if an additional stream adds a `.js` file,...

Why is the RMS format not compatible with AoE2?

I agree with the sentiment from @steph643, but I'm not sure if there's any practical value in this solution. Users use weak passwords. Users use the same password for many...

The goal of a tokenizer is to give you a long flat list of tokens. Words "block" and "scoping" are on higher abstraction levels, where you iterate over the tokens...

That's a good start, but it probably won't be so easy. For example, this would still fail for nested methods `window.history.back()` and `window.document.createElement()`. And then we also need to define...