mahdi norouzi

Results 14 comments of mahdi norouzi

@aduh95 i used of rclone.js that use of spawn child process i want that send var number like x =1233 to process in ps list Ubuntu through options because we...

@aduh95 we want that get list process in Ubuntu with node.js after for each process send a id like 1245 to each process Rclone.js is library for copy folder from...

@aduh95 We must using of detached : true stdio : ignore And we send id mean 1234 to each process And we see id in ps list process

@aduh95 We consider an ID for each command and determine the name of the log file based on the ID And in the next step, when we want to get...

@aduh95 Is it possible to get the pid at the time of execution?

@aduh95 I want to get the pid at the time of execution and save it as a log file and later identify the command from the list of commands `ps`...

@andersevenrud ``` // Changed core service import VFSSearchAdapter from './adapters/search/vfs' class Search { constructor(core, options) { // The options would come from the Service provider const providedAdapters = options.adapters ||...

@andersevenrud Should a part of the search be deleted or how can I replace it?

@andersevenrud hi this file search.js : Should I change like this? **I am newcomer to this project** ``` export default class Search { /** * Create Search instance * @param...

I wanted to know that I did the change right?