Code Monkey home page Code Monkey logo

Comments (6)

KiDeokKim avatar KiDeokKim commented on July 20, 2024 1

i'm solved. using filesystem and call readFileSync from nodekey and create Blob object and File.
thanks to your comments and please check changed dependency to quasar.

from electron-quasar-file-explorer.

hawkeye64 avatar hawkeye64 commented on July 20, 2024

@KiDeokKim Likely from dependency changes. When I get some time I can look into it, but right now I am slammed with work.

from electron-quasar-file-explorer.

KiDeokKim avatar KiDeokKim commented on July 20, 2024

okay, so i tell you how to setting my project.

  • create quasar project and copy-paste your package.json and install dependency from yarn (i'm just using yarn. not using npm)
  • get your util folder and components folder, i will using router view So create new vue file and copy-modify your mainLayout.vue for router-view
  • modify electron-main.dev.js and electron-main.js, modify .eslintrc.js

that's it. i will check your function flow and why caused out-of-memory and stopped electron.

current state

  • cannot show C: , D: child node(folders) if i click under arrow(breadcrumb? right?)
  • but if i click C or D , it is showing first child folder&file contents.
  • common error : if i double click second folder from C or D & shortcut folder(pictures etc..), it is stopped and cause out-of-memory

from electron-quasar-file-explorer.

KiDeokKim avatar KiDeokKim commented on July 20, 2024

okay, i found why my project is not working.
probably quasar in node_modules is different my project and your project.
so delete node_modules/quasar in my project and copy node_modules/quasar in your project
and that's work. but i want why doesn't work added quasar from yarn.

when you have a time, please check node_module/quasar.
this is my node_modules/quasar : https://drive.google.com/file/d/1TFSTxjA3mi_QNjaLnxNQ-u11zRPXaFyp/view?usp=sharing

and I think there is a problem with the q-tree. It didn't work normally in the lazyload part.

from electron-quasar-file-explorer.

KiDeokKim avatar KiDeokKim commented on July 20, 2024

sorry it is another question.
your file browser can get files, so i want get file information like .

we can get filepath and name etc from node.nodekey and node.label.
and if i get fileinfo from , we can get fileinfo and return jsontype (ex : File {name: "blabla", path: "blabla~")
i want get jsontype like input type file.. how can i get fileinfo like input type file?

from electron-quasar-file-explorer.

hawkeye64 avatar hawkeye64 commented on July 20, 2024

You can use the fs node module (FileSystem) to "stat" your selected file or stat them all in a folder and append to current data (will be slower)

from electron-quasar-file-explorer.

Related Issues (8)

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.