question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement filesystem ops

See original GitHub issue

The goal right now is to implement all the file system APIs provided by Deno - https://github.com/denoland/deno/blob/master/cli/ops/fs.rs

There is already a Elsa.readFile binding in core/dispatch.go with it’s corresponding js call at js/01_namespace.js.

Looking forward to recieve PRs 😄

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
littledivycommented, Sep 26, 2020

All of the above listed APIs have been added 👍

1reaction
notfilippocommented, Sep 25, 2020

Sure, maybe add some utility methods to read directly utf-8 files since they are the most common

Read more comments on GitHub >

github_iconTop Results From Across the Web

Operating Systems: File-System Implementation
Common file systems in use include the UNIX file system, UFS, the Berkeley Fast File System, FFS, Windows systems FAT, FAT32, NTFS, CD-ROM...
Read more >
Basic File System Operations - UF CISE
By considering the fundamental operations we can carry out using file systems, we can see the inherent issues associated with their implementation.
Read more >
File System Implementation
File system implementation defines how files and directories are stored, how disk space is managed, and how to make everything work efficiently and...
Read more >
File System Implementation - cs.wisc.edu
In this chapter, we introduce a simple file system implementation, known as vsfs (the Very Simple File System). This file system is a...
Read more >
Role of Files and File Systems, Storage Allocation, FS ...
It is responsible for interacting with the lower-level IO subsystem used to access the file data, as well as managing the files, themselves,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found