GithubHelp home page GithubHelp logo

rowyio / buildship Goto Github PK

View Code? Open in Web Editor NEW
371.0 20.0 38.0 75 KB

Low-code Visual Backend Builder, powered by AI ✨ Create APIs, scheduled jobs, backend tasks, database CRUD, and integrate with any tool or APIs.

Home Page: http://buildship.com/

License: MIT License

TypeScript 60.83% JavaScript 13.43% HTML 25.75%
api automation backend backend-api cron cronjob low-code no-code scheduled-tasks workflow

buildship's People

Contributors

harinij avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildship's Issues

Buildship argon2 execution error javascript

Describe the bug
A code which uses argon2 fails to execute correctly

To Reproduce
Steps to reproduce the behavior:

Go to 'Buildship'
Click on 'New node'
Use the following code:

import argon2 from 'argon2';
import nock from 'nock'

export default async function argon2Hash({
    text
}) {
    const hash = await argon2.hash(text);
    return hash;
}

See error

{
  "error": {
    "nodeId": "test-node-1706860303764",
    "nodeName": "Blank Script",
    "stage": "building node",
    "errorObject": {
      "errors": [
        {
          "id": "",
          "location": {
            "column": 28,
            "file": "../../../tmp/test-node-17068603037648SnTFo/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js",
            "length": 13,
            "line": 43,
            "lineText": "    const AWSMock = require('mock-aws-s3');",
            "namespace": "",
            "suggestion": ""
          },
          "notes": [
            {
              "location": null,
              "text": "You can mark the path \"mock-aws-s3\" as external to exclude it from the bundle, which will remove this error. You can also surround this \"require\" call with a try/catch block to handle this failure at run-time instead of bundle-time."
            }
          ],
          "pluginName": "",
          "text": "Could not resolve \"mock-aws-s3\""
        },
        {
          "id": "",
          "location": {
            "column": 22,
            "file": "../../../tmp/test-node-17068603037648SnTFo/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js",
            "length": 9,
            "line": 76,
            "lineText": "  const AWS = require('aws-sdk');",
            "namespace": "",
            "suggestion": ""
          },
          "notes": [
            {
              "location": null,
              "text": "You can mark the path \"aws-sdk\" as external to exclude it from the bundle, which will remove this error. You can also surround this \"require\" call with a try/catch block to handle this failure at run-time instead of bundle-time."
            }
          ],
          "pluginName": "",
          "text": "Could not resolve \"aws-sdk\""
        }
      ],
      "warnings": []
    }
  },
  "buildId": "1706871833368"
}

Expected behavior
Expected was for the code to return the hashed password

Screenshots
If applicable, add screenshots to help explain your problem.

Rowy Run version
If applicable, share the Rowy Run version from your project settings.

Desktop (please complete the following information):
Windows, Chrome latest version

Smartphone (please complete the following information):
Through web

Additional context
None

Minified React error any time i try to use any Gemini Fine Tuned model.

Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7BnodeId%2C%20nodeName%2C%20stage%2C%20errorObject%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

Node logic:

const {
  GoogleGenerativeAI,
} = require("@google/generative-ai");

export default async function generateResponseTextStream({
  API_KEY,
  prompt,
  modelType,
  nodeId,
  nodeName
}, { logging }) {
  const genAI = new GoogleGenerativeAI(API_KEY);

  const model = genAI.getGenerativeModel({
    model: "tunedModels/theActualModelIDFromGoogleAIStudio"
  });

  try {
    const result = await model.generateContent({ prompt, modelType });
    const text = result.text; // Ensure result has a text property
    
    logging.log(text);
    
    // Constructing the output according to the provided schema
    return {
      nodeId: nodeId, // Dynamic nodeId
      nodeName: nodeName, // Dynamic nodeName
      stage: "completed",
      errorObject: {
        warnings: [],
        errors: []
      },
      text: text // Ensure this is a string
    };
  } catch (error) {
    logging.error('Error generating content:', error);
    
    // Constructing the error output according to the provided schema
    return {
      nodeId: nodeId, // Dynamic nodeId
      nodeName: nodeName, 
      stage: "failed",
      errorObject: {
        warnings: [],
        errors: [{
          location: {
            lineText: error.message,
            file: "script.js",
            column: 0,
            line: 0,
            suggestion: "",
            namespace: "",
            length: 0
          },
          pluginName: "GoogleGenerativeAI",
          notes: [],
          id: "error-id",
          text: error.message
        }]
      }
    };
  }
}```

In fact NO fine tuned models work in BuildShip.

egypt payment

hi i like this builder but stripe dont support my cuntry so we need arabic payments method supported egypt and more arab countries over 2milion pepoles

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.