Giter VIP home page Giter VIP logo

Comments (12)

seifer9almasy avatar seifer9almasy commented on June 2, 2024 1

@UziTech I have a lots of files but the update you made fixed all.

Thanks a lot, autocomplete works again.

from autocomplete-paths.

aminya avatar aminya commented on June 2, 2024

This seems strange. Why libstdc++ is not installed on your system?

I am not much familiar with snaps, but I built and tested the library for the oldest Ubuntu available on GitHub (Ubuntu 16) to the newest (Ubuntu 20).

Shouldn't we update the Atom snaps instead? This seems to be related to snaps instead.

from autocomplete-paths.

aminya avatar aminya commented on June 2, 2024

@seifer9almasy Could you check if this is resolved in the last version?

from autocomplete-paths.

seifer9almasy avatar seifer9almasy commented on June 2, 2024

Problem solved, thanks a lot !!!

from autocomplete-paths.

seifer9almasy avatar seifer9almasy commented on June 2, 2024

Sorry, I can activate the package but autocomplete don't function and I don't have any errors returned

from autocomplete-paths.

aminya avatar aminya commented on June 2, 2024

@seifer9almasy could you open the dev tools and see if any errors show up there?
The command for opening dev tools is something like:
Windows: open dev window

from autocomplete-paths.

UziTech avatar UziTech commented on June 2, 2024

It's Window: Toggle Dev Tools

from autocomplete-paths.

seifer9almasy avatar seifer9almasy commented on June 2, 2024

I have installed atom on my native os intead of snap because lots of atom packages crashed multiple time

In my new install autocomplete paths don't works

I have this error on my atom debuger:

Uncaught (in promise) RangeError /home/cool/.atom/packages/autocomplete-paths/dist/autocomplete-paths.js

[ERR_CHILD_PROCESS_STDIO_MAXBUFFER] [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded
at Socket.onChildStdout (child_process.js:363)
at Socket.emit (events.js:200)
at addChunk (_stream_readable.js:294)
at readableAddChunk (_stream_readable.js:271)
at Socket.Readable.push (_stream_readable.js:210)
at Pipe.onStreamRead (internal/stream_base_commons.js:166)

from autocomplete-paths.

seifer9almasy avatar seifer9almasy commented on June 2, 2024

Maybe using spawn instead of exec can solve the problem:

Spawn VS Exec

from autocomplete-paths.

UziTech avatar UziTech commented on June 2, 2024

or maybe increase maxBuffer?

const stdout = await execPromise(cmd, {
maxBuffer: 1024 * 1024,
})

@seifer9almasy do you have a lot of files in your project or why do you think it is overflowing the buffer?

from autocomplete-paths.

UziTech avatar UziTech commented on June 2, 2024

#243 should fix this error

from autocomplete-paths.

aminya avatar aminya commented on June 2, 2024

@seifer9almasy

I opened an issue in the snap repo to address the missing library. If you are familiar with snaps you may check my PR to see if it solves the issue.

snapcrafters/atom#65

from autocomplete-paths.

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.