Gary Gozlan

Results 556 comments of Gary Gozlan

If you wanna pass a global root here's the right argument : ``` (function () { try { return Function('return this')() || (42, eval)('this'); } catch (e) { return self;...

> Babel replaces `})(this);` with `})(void 0);` This is probably related to `"use strict";`. ref https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Securing_JavaScript

> Please consider publishing this fix ASAP since it's conflicting with other polyfills. You will have to wait for @inexorabletash's review.

Common @WebReflection just add one line [there](https://github.com/inexorabletash/polyfill/blob/master/tests/dom.js#L487) if you don't want to create another test case.

``` }((function () { try { return Function('return this')() || (42, eval)('this'); } catch (e) { return self; } })()); ```

> We'll likely be able to collect a list of common init system file locations and effectively remove the need for users to do any manual configuration there. Here's a...

- `sbin/init`: - [ueld](https://github.com/thdaemon/ueld/blob/master/Makefile#L44) - [uinit](https://github.com/shiftypenguin/uinit/blob/master/Makefile#L11) - [sinit](http://troubleshooters.com/linux/diy/suckless_init_on_plop.htm#install_suckless) - [sninit](https://github.com/arsv/sninit) - ninit: by default it's [`/sbin/ninit`](https://gitlab.com/notklaatu/ninit) - myinit: the README recommends `/sbin/myinit` - simpleinit: `/sbin/simpleinit`

@paradigm Is this useful for Poki? Should it be closed? Was this maybe addressed by the fork?

For the ones wondering what's CIDER's Orchard: https://metaredux.com/posts/2018/11/09/ciders-orchard-the-heart.html

Please use the [issue template](https://github.com/LightTable/LightTable/blob/master/.github/ISSUE_TEMPLATE/bug_report.md), it's there for a reason. It's probably a duplicate but without more details I cannot rule out it's not.