Bardi Harborow

Results 23 comments of Bardi Harborow

@therealjayvi90 I think you are asking if there is a way to bypass the patched kernel. By definition, if you could bypass the patch, then that would be another vulnerability....

Hey! I'm sorry to hear that you might have lost data. If you can find any way to locate the sha1 hash of the commit ([this](https://objectpartners.com/2014/02/11/recovering-a-commit-from-githubs-reflog/) article might assist), you...

I'm assuming you were trying to rebase your fork with upstream, rather than just fast-forward your fork. The former is something I'd love to be able to do with Upriver...

This will require `Upriver.getRepos` to be rewritten to handle pagination of that API request.

@mikeage https://github.com/prose/gatekeeper

@felixfbecker sorry if there was miscommunication, you can consider this tentatively approved for either v5 or v6, but we're lacking cycles on our end. I'm happy to coordinate with someone...

An officially maintained [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) would go a long way to facilitating "enterprise" deployments and ensuring [feature parity with Mattermost](https://docs.mattermost.com/install/install-kubernetes.html).

**Reduced Test Case** Input: ```js (function(){ var gObj = null; function kGetDefault() { if (gObj === null) { gObj = kNew(); } } })(); ``` Output: ```js (function(){var b=null})(); ```...