Rob Hoelz

Results 87 comments of Rob Hoelz

I just discovered this and dug into the code to figure out why; apparently Firefox will only treat regular extensions as e10s-compatible: https://dxr.mozilla.org/mozilla-central/rev/37a5b7f6f101df2eb292b1b6baaf1540c9920e20/toolkit/mozapps/extensions/internal/XPIProvider.jsm#1238 I'm going to reach out to Mozilla...

I did some tinkering about with this last night and this morning - I managed to generate the following patch to solve the issue on a stupid little Mojolicious::Lite example:...

@paradigm Good to know, thanks for your input!

I looked into this a bit - I tried using the [Validate a CI YAML configuration with a namespace](https://docs.gitlab.com/ee/api/lint.html#validate-a-ci-yaml-configuration-with-a-namespace) API, which _seems_ to work, but it has an issue where...

I'm guessing this is because an object is created for metadata, but that's not needed if `builder.metadataWhitelist` is empty: https://github.com/olivernn/lunr.js/blob/2dc9c6c6c41b1f5850f2bed0a82d8cd45835d166/lib/builder.js#L161-L176

@d4l3k Would you mind posting the script and data you're using to get these numbers? I'm curious to check it out!

Hi @StarfallProjects - just to make sure I understand you correctly, you essentially want to split up `DeleteStreamSync(fooBar)` into a stream of tokens `Delete Stream Sync foo Bar`, right? Tweaking...

Ah, I see - so it might be unreasonable to just yank lunr.js out and replace it with something entirely different! With that in mind, I'd recommend trying to write...

> So, currently lunr.Pipeline#run calls pipeline functions with parens. As far as I'm aware this is difficult (impossible?) to handle with an object other than a function. However, we could...