Giter Club home page Giter Club logo

Comments (9)

clarkie avatar clarkie commented on May 26, 2024 2

Thanks for your help with this, I've raised an issue asking for help from the joi lot.

from dynogels.

charlesnoble avatar charlesnoble commented on May 26, 2024 1

Temporarily I've implemented:

import { generateUUID } from '../utils/short-hash'

var schema = {
  id: Joi.string().guid().default(generateUUID),

and in short-hash.js:

import nodeUUID from 'node-uuid'

export let generateUUID = (context) => {
    return nodeUUID.v4()
}

generateUUID.description = 'uuid v4'

That seems to be working. I'll try to continue debugging the other issue later tomorrow.

from dynogels.

dylanswartz avatar dylanswartz commented on May 26, 2024 1

Just started having this issue as well on a number of my services:

"dynogels": "^5.1.0",
"joi": "^9.0.4",

Looks like joi 9.2.0 gets installed. Locked it into 9.0.4 for a fix.

from dynogels.

clarkie avatar clarkie commented on May 26, 2024

Hi, can you post your package.json file please? What version of Joi and Dynogels are you using?

from dynogels.

charlesnoble avatar charlesnoble commented on May 26, 2024

Wow, straight on it, great work!

package.json:

  "dependencies": {
    "dynogels": "^5.0.2",
    "joi": "^9.0.1",
  },

I tried updating both Joi and Dynogels, but the same issue.

from dynogels.

cdhowie avatar cdhowie commented on May 26, 2024

The object shown looks suspiciously like the Joi options object. Can you post an MCVE of the issue?

I can't reproduce the behavior on my end; the type works as I would expect:

> require('.').types.uuid().validate();
{ error: null, value: '1c6102e1-b896-434e-a9f1-66d7016bc732' }

from dynogels.

charlesnoble avatar charlesnoble commented on May 26, 2024

I can reproduce those results too:

  let test = dynogels.types.uuid().validate();
  console.log(test)

Outputs:

{ error: null, value: '421ea917-c879-4d43-9d6b-ee1d72c11a22' }

I'll investigate more today and see what I can find.

from dynogels.

csi-lk avatar csi-lk commented on May 26, 2024

Can reproduce this too on my end from a new install

package.json

    "dynogels": "^6.1.0",
    "joi": "^9.2.0",

Any version number I can drop to for the moment?

from dynogels.

clarkie avatar clarkie commented on May 26, 2024

you're right, this seems to break the tests too.
npm i [email protected] && npm t
npm i [email protected] && npm t
npm i [email protected] && npm t
I'm looking into what changed in 9.1

from dynogels.

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.