Franklin Ross

Results 11 issues of Franklin Ross

I haven't dug too deeply, but it seems like having a class that implements both `BaseScriptableObject` and `IList` uses the `BaseCollectionPropertyEditor` which throws a `NullReferenceException`. I guess the order of...

I use TypeScript pretty much everywhere these days and I often make my own definitions for libraries. I've made on for sifter and I'm wondering whether there's any interest in...

In the body of the `Sifter.prototype.search` function are the following lines: ``` js // generate result scoring function fn_score = options.score || self.getScoreFunction(search); ``` I take this to mean we...

This would make it consistent with the undocumented `options.score`, and would provide much simpler workarounds for some of the other issues which want to disable sorting. In that case you...

Ahoy, it looks like [this change](https://github.com/k-g-a/jest-node-exports-resolver/commit/900da2e7eac05090b569e5614bf0b6b6838443de) makes `conditions` a requirement, but that stops it working for older versions of Jest that don't provide it. Could we provide a default set...

#### Issue description When running the bundle analyser plugin in WSL2, specifying `openAnalyzer: true` doesn't actually open browsers. Everything else works great, I can manually open the URL and see...

type: Feature

## What is missing or needs to be updated? The [Output Encoding Summary Rules](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md#output-encoding-rules-summary) section talks about alphanumeric characters without defining what that means. Many definitions have a caveat like...

ACK_WAITING
UPDATE_CS
HELP_WANTED

I often want to use this plugin within script tags in html, but the commands don't show up. Actually I'd quite like the commands to just show up everywhere, because...

What if I I check out an old version of a repository and want to compile all of the coffeescript in my sublime project folders again just to make sure...

When using S3 with `save-cache: true` and the local cache hits, we seem to then upload the local cache to S3 in the post-command step. That doesn't seem necessary as...