Dmitry Iv.

Results 343 comments of Dmitry Iv.

Hi guys! I am surprised how long this issue hasn’t been resolved. [querystring.stringify](https://nodejs.org/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options) actually also has `options` as a last argument, which takes `encodeURIComponent` param. That might be handy to...

1., 2.: ```sh $ git clone 'ssb://%n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256' git-ssb Cloning into 'git-ssb'... Repo not found with ID %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256 $ git clone "ssb://%n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256" git-ssb Cloning into 'git-ssb'... Repo not found with ID...

`ssb-npm` package is not in npm for now. I don't see it in github neither in git.scuttlebot.io. How to work that around?

@flackr any reason this is not published to npm?

Adding `.babelrc`: ```js { "plugins": [ "@babel/plugin-syntax-async-generators", "@babel/plugin-proposal-async-generator-functions" ] } ``` doesn't help. It seems to ignore `.babelrc` at all.

I had [a](https://github.com/dy/to-float32) [couple](https://github.com/dy/sort-ids/blob/master/index.js) of cases when having `0x0ffffffff_f64` syntax would be a really nice way to write hex or binary as floating point. There is [a lot](https://github.com/math-io) of packages...

@defunctzombie @sokra @Rich-Harris ping

Regarding extensibility I can see i18n purpose for now. As for hue perceptual uniformity - yes HCL is there for it, it's like Lab-based HSV (OSAUCS is more advanced uniform,...

Btw HSL has smoother chroma than HSLuv: ![image](https://user-images.githubusercontent.com/300067/117968473-396ad880-b2f4-11eb-91af-324c68ac8bd1.png) vs ![image](https://user-images.githubusercontent.com/300067/117968546-4c7da880-b2f4-11eb-9cb8-6440eea379f0.png) That sharp blue saturation stands out in HSLuv: ![image](https://user-images.githubusercontent.com/300067/117968757-8b136300-b2f4-11eb-9cff-1b727ee4fdf7.png) And HPLuv seems to be just a subrange of LCH.

Pretty cool! I wonder will that match canonical 2-component descriptors (color name + modifier), like _dark blue/gray/*_. That seems to be a [pattern for naming fwiw](https://en.wikipedia.org/wiki/List_of_colors:_A%E2%80%93F): _cosmic *_, _copper *_,...