Avindra Goolcharan

Results 52 comments of Avindra Goolcharan

I also asked for this in #21 Would love to see support for this

`ninja_gn_binaries.py` download should be skipped if `ninja` and `gn` are in the environment. Did you add those as dependencies?

``` [rusty_v8 0.15.0] Command: python /workspaces/denoland/rusty_v8/build/config/linux/pkg-config.py glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 [rusty_v8 0.15.0] Returned 1. [rusty_v8 0.15.0] stderr: [rusty_v8 0.15.0] [rusty_v8 0.15.0] Could not run pkg-config. [rusty_v8 0.15.0] [rusty_v8 0.15.0] See...

I think this was related to `babel-runtime` being included, which I removed in this pr https://github.com/react-component/drawer/pull/121 You should be able to close this issue if / after https://github.com/react-component/util/pull/76 gets merged...

Got some amusing results trying the regular `{{X}}/{{Y}}` method https://dezoomify.ophir.dev/dezoomify/dezoomify.html#https://www.lacarrara.it/catalogo-content/81LC00157/5/{{X}}/{{Y}}.jpg ![cesXY](https://user-images.githubusercontent.com/126848/125157805-f6ce4c80-e13a-11eb-958c-dde244ce3dd5.jpg) https://dezoomify.ophir.dev/dezoomify/dezoomify.html#https://www.lacarrara.it/catalogo-content/81LC00157/5/{{Y}}/{{X}}.jpg ![cesYX](https://user-images.githubusercontent.com/126848/125157807-fc2b9700-e13a-11eb-990b-fccaaf075796.jpg)

7 - 15 mb for `xlsx` https://packagephobia.com/result?p=xlsx probably shouldn't include a dep this big

How terrible would something like this be? ```js let sass; try { sass = require('node-sass'); } catch(err) { try { sass = require('sass'); } catch(err2) { throw new Error("Unable to...

FWIW, I tried symlinking `node-sass` to `sass`, and that wasn't enough. Got some other nebulous error using that approach. So, I would think supporting both might involve more than just...

@bencergazda Thanks for the heads up. That branch is here for anyone who looking: https://github.com/jgranstrom/sass-extract/compare/master...bencergazda:feat-dart-sass

Hey man I've been using your tool for some time and I love it. Do you mind if I reimplement the UI using a UI framework like Bootstrap or Foundation?...