Skip to content

issues Search Results · repo:purescript-node/purescript-node-buffer language:PureScript

Filter by

19 results
 (68 ms)

19 results

inpurescript-node/purescript-node-buffer (press backspace or delete to remove)

Is there a good reason to use node:buffer over buffer for foreign module import statements? I m not an expert, but what I have learned is that both parcel and esbuild seem to have a real problem with this, ...
  • martyall
  • 9
  • Opened 
    on Apr 20, 2024
  • #61

See https://github.com/purescript-node/purescript-node-fs/issues/37#issuecomment-359922053
  • JordanMartinez
  • Opened 
    on Jul 19, 2023
  • #60

As of Node 18, there are 3 encodings that are simply aliases to another: - binary is an alias for latin1 - See binary strings for more background on this topic. The name of this encoding can be ...
  • JordanMartinez
  • Opened 
    on Jul 5, 2023
  • #58

In #46, we didn t add a changelog entry.
purs-0.15
type: housekeeping
  • JordanMartinez
  • Opened 
    on Mar 22, 2022
  • #47

I think this is worth exploring.
purs-0.15
type: breaking change
type: enhancement
  • hdgarrood
  • Opened 
    on Jan 13, 2019
  • #34

The new release is a breaking change as it adds a dependency on purescript-arraybuffer-types, in such a way that now it breaks other things. I ll delete 3.1.0 and re-release accordingly.
  • garyb
  • 1
  • Opened 
    on Nov 19, 2017
  • #28

quoting https://nodejs.org/api/buffer.html#buffer_buffer To make the creation of Buffer instances more reliable and less error prone, the various forms of the new Buffer() constructor have been deprecated ...
  • matthewleon
  • 1
  • Opened 
    on Nov 7, 2017
  • #26

I ve made a branch here to show this in a test: https://github.com/matthewleon/purescript-node-buffer/tree/uint32-test Relevant code: testUInt32 :: Test testUInt32 = do buf - fromArray [-1, -1, -1, ...
  • matthewleon
  • 3
  • Opened 
    on Nov 6, 2017
  • #25

Following Data.Array.ST s example, mutations could live in the ST monad. Then creation and reading would not require Eff. This would be a very big change to the library s philosophy. Thoughts?
  • matthewleon
  • 2
  • Opened 
    on Nov 5, 2017
  • #24

This action throws an exception: fromString 0xe40b5 Hex
  • no-longer-on-githu-b
  • 1
  • Opened 
    on Sep 22, 2017
  • #23
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub