Code Monkey home page Code Monkey logo

specklelca's People

Contributors

dependabot[bot] avatar fabianlinkflink avatar pfmephisto avatar rhughes42 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

specklelca's Issues

Fix API

The API seems to return a 404 error when checking on the status of a submitted project.

ArchiCAD objects not working?

Hi!

First of all, thanks for doing this app! :)

Archicad Issue:
In my speckle account I got two projects, one created in archicad one in Revit..

Both projects show correct amount of walls, slabs etc (in children count).. But when I go into "Walls" in the archicad modell it doesnt list anything even though it showed the correct children count previously..

I noticed in speckle that archicad names the object different and also don't give them an ID the same way revit does.. Maybe that's what is causing the issue?

Revit issue: (should I post this as a separate issue maybe?)
When I instead use the revit-models object (that do work).. Even though I fill in all the materials and assign it etc.. When I try to do "Start calculating" it will just show the "process circle" forever and nothing else happens.. ? Am I doing something wrong?

Provide naming of LCAByg Constructions in at least English apart from Danish.

This can be done by translating LCAByg_constructions.json, and adding additional field to JSON. Question is what should the naming system be. I think english name should be default, and the others should be optional.
from this:

{
    "staticFullName": "Beklædning, brandgips 15 mm",
    "_id": "28185835-607b-5336-bb15-b10f3eb840e5",
    "resourceSubType": "Gypsum",
    "area": "DK"
  },

to this:

{
   "staticFullName": "Gypsum board wall cladding (fireresistant), 15mm",
   "staticFullName_DK": "Beklædning, brandgips 15 mm",
   "_id": "28185835-607b-5336-bb15-b10f3eb840e5",
   "resourceSubType": "Gypsum",
   "area": "DK"
 },

Remove sensitive Infromation form history

Use git-filter-repo to replace all occurrences of usernames and passwords form git history.
Attention git-filter-repo is a powerful tool and will make destructive changes to the repo

git filter-repo --replace-text <expressions_file>

test by adding --dry-run

Link to documentation.

Find A solution to CORS errors.

Currently we are receiving CORS errors for both firebase and the LCAbyg API.

Status

  • Firebase
  • LCAbyg

A suggestion for a quick fix would be to white list the app on Firebase and to use Firebase as proxy for the LCAbyg request.

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.