The Wayback Machine - https://web.archive.org/web/20200618162917/https://github.com/topics/buffer
Skip to content
#

buffer

Here are 439 public repositories matching this topic...

sebastiantf
sebastiantf commented Jan 8, 2020

$ imagemin --plugin.webp.quality=95 --plugin.webp.preset=icon foo.png > foo-icon.webp

This example specified in the docs doesn't seem to work.

It produces the following error:

Unknown plugin: [object Object]

Did you forget to install the plugin?
You can install it with:

  $ npm install -g imagemin-[object Object]
s1na
s1na commented Sep 3, 2019

Here we're re-exporting methods of ethjs-util:

https://github.com/ethereumjs/ethereumjs-util/blob/3b1085059194b02354177d334f89cd82a5187883/src/index.ts#L2-L5

But because they're manually added to the exports object, typescript is not adding type definitions for them and Typescript users get an error when using one of those methods, e.g. stripHexPrefix.

sbrl
sbrl commented Jan 13, 2020

When I've built a parser for an undocumented or poorly documented format with binary-parser, it would be amazing if I could use the binary-parser definition I've created to generate some documentation on the format of the binary file I've just parsed.

Improve this page

Add a description, image, and links to the buffer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the buffer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.