Git Product home page Git Product logo

Comments (5)

jhermsmeier avatar jhermsmeier commented on June 8, 2024

Dispose as in "ignore"? Also, is this happening with the current version 0.2.2 or the potential 1.0.0?
I just added a test case to next, and it seems to be working – note that the string values of properties on the next version need to be accessed via prop.valueOf() – which I haven't written any documentation for yet.

Example (1.0.0):

// Keep in mind that this can be an array,
// if there are multiple `photo` properties
var photo = card.get( 'photo' )
var data = photo.valueOf()
// > '/9j/4AAQSkZJRgABAQAAAQCAgICAgQDAgICAgUE...'
photo.encoding
// > 'BASE64'
photo.type
// > 'jpeg'
photo.is('jpeg')
// > true

Test output:

node-vcf (next) $ mocha --ui tdd test/photo.js

  vCard
    Photo
vCard {
  version: '4.0',
  data:
   { version: [String: '4.0'],
     photo: { [String: '/9j/4AAQSkZJRgABAQAAAQCAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAs2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKgoKCgoKCgoKCgoKCgr/wAARCABgAGADASIAAhEBAxEB/8QAH'] encoding: 'BASE64', type: 'jpeg' } } }
      ✓ should be able to read base64 encoded photo


  1 passing (24ms)

from node-vcf.

jhermsmeier avatar jhermsmeier commented on June 8, 2024

That actually uncovered a missing return statement in card.get() – thanks :)

from node-vcf.

bitwombat avatar bitwombat commented on June 8, 2024

It was with master. Trying on next, same thing.

Traced it down to a whitespace issue. How .vcf comes out of an Android phone has this at the end:

(bunch of base64 stuff)
T9B1WO6F7o32hJbe4XyvLibc33WZW/hb/gVaQhZGUz/2Q==

END:VCARD

The (right?) RFC doesn't really address it since it's not a line folding issue (it's CR/LF followed by CR/LF, not a space or tab), but competing libraries have noted it and it has plagued other projects.

Up to you if you want to deal with it in node-vcf.

from node-vcf.

jhermsmeier avatar jhermsmeier commented on June 8, 2024

Okay, good to know about that, thank you!
I'm adding a test case now, and will see to fixing it, maybe even backporting it to 0.2.x.

Up to you if you want to deal with it in node-vcf.

Well, this is supposed to make people's encounters with vCards easier, so if it's stuff that's happening in real world data, I intend to deal with it :)

from node-vcf.

jhermsmeier avatar jhermsmeier commented on June 8, 2024

Patched and published in 0.2.3, as well as next now - thanks again for reporting this!

from node-vcf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.