Ali Ali

Results 31 comments of Ali Ali

``` % Define an environment for cventrynohead \newenvironment{cventriesnohead}{% \vspace{\acvSectionContentTopSkip} \begin{center} }{% \end{center} } % Define an entry of cv information without sub headings % Usage: \cventrynohead{}{} \newcommand*{\cventrynohead}[2]{% \vspace{-2.0mm} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt}...

just had this issue recently. Once you reach a certain point there will be too many files for sync so instead use psync -r /folder. i just ran it on...

There is a small snippet on the [FAQ](http://acd-cli.readthedocs.io/en/latest/FAQ.html#my-sync-fails-what-should-i-do)

do you get a permission denied when you copy a file into it without samba? Or is it strictly happening in samba?

are you able to copy anything if you change the path to a non acd folder?

I don't understand what you are trying to achieve. But given the example in your `db.json` the data route is already provided. By adding that custom route `"/data/*": "/$1"` you...

https://stackoverflow.com/questions/62212754/latest-nodejs-compatible-with-windows-7

If you want to support there is a sponsor button on the github.

Not sure how this is a json server problem? Just format the data to how you like it to show up.

If there is a relationship between the tables then https://github.com/typicode/json-server#relationships otherwise each collection is a separate table