Coder Social home page Coder Social logo

Comments (2)

PekkaSavolainen avatar PekkaSavolainen commented on July 23, 2024

Done. Will be in the next development snapshot and upcoming releases.

The following is mostly for @soininen

There was a price to pay. The bundle grew by ~100Mb and the number of files increased from about 8000 to 14000. This is all well and good but upload_artifact@v4 gave me a headache. I was hit by this issue actions/upload-artifact#485 because of the increase in the number of files. I tried using Github's Powershell to create the .zip file (with Compress-Archive cmdlet) before running upload_artifact, so that it would only upload one file instead of 14000. This 'worked' but I was hit by another issue actions/upload-artifact#39. The zip-file was inside another zip file, which I thought would be too confusing for first time users. I ended up using the soon-to-be-deprecated upload_artifact@v3, which does not have issue 485. Unfortunately, the Upload archive step is really slow with v3. I'll change it back to v4 if I get bored waiting and then we'll just have to live a with double zipped bundle until we find a solution.

from spine-toolbox.

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.