issues Search Results · repo:feross/buffer language:JavaScript
Filter by
186 results
(51 ms)186 results
infeross/buffer (press backspace or delete to remove)Hello, In react native, for example using expo fs to write a file or sqllite to write to db, i receive this error
[Error: Exception in HostFunction: unordered_map::at: key not found] when i try to pass ...
xgiovio
- Opened on Jan 23
- #368
DataViews would simplify a huge amount of the read* and write* methods. Additionally, using DataView would eliminate the
need for the ieee754 dependency. This would save users time and storage when installing ...
james-pre
- 3
- Opened on Nov 25, 2024
- #365
In a similar vein to #245, I have an implementation of toString( hex ) that s between 2x and 4x faster than the existing
one, depending on the browser/engine.
See: https://jsbench.me/evm3ejel2i/3
Possible ...
jawj
- 5
- Opened on Nov 12, 2024
- #364
I m using this package (version 6.0.3) to run undici in browser.
Undici contains a call to Buffer#utf8Slice:
https://github.com/nodejs/undici/blob/cab60114da8bf9acc6628daff2ab58f06856bbc9/lib/api/readable.js#L328 ...
yume-chan
- Opened on Aug 29, 2024
- #362
const NodeBuffer = require( node:buffer ).Buffer;
const BrowserBuffer = require( buffer/ ).Buffer;
console.log(NodeBuffer.from( Hello, world! , utf8 ).toString( base64url )); // works
// SGVsbG8sIHdvcmxkIQ ...
Le0X8
- 1
- Opened on May 28, 2024
- #361
this library seems to check for BigInt support, however a simple typeof BigInt won t suffice
using the BigInt syntax (ex. 1n, 345n) would cause a SyntaxError: identifier starts immediately after numeric ...
cyan-2048
- 1
- Opened on May 12, 2024
- #359
Why is the code above version 6.0 ES6? This leads to errors running on lower versions of browsers
bio239
- 1
- Opened on Apr 23, 2024
- #358
Problem
The exclamation mark in the header comment upsets older iPadOS devices.
/*!
* The buffer module from node.js, for the browser.
Investigation
When testing my app on [Browserstack](https://live.browserstack.com/#os=iOS ...
suterma
- 1
- Opened on Mar 8, 2024
- #357
Node exposes aliases for the writeBigUInt64BE and writeBigUInt64LE functions as writeBigUint64BE and writeBigUint64LE
respectively (the difference is the capitalization of the i).
See the Node documentation ...
ViktorWb
- 2
- Opened on Feb 11, 2024
- #353
The base64-js package has not been maintained for more than 4 years, so it should probably be removed as a dependency.
help wanted
jonkoops
- 20
- Opened on Jan 17, 2024
- #339

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.