inotify
Here are 162 public repositories matching this topic...
Unit tests:
void event_to_str(): test end
void event_to_str_sep(): test begin
void event_to_str_sep(): test end
void str_to_event(): test begin
void str_to_event(): test end
void str_to_event_sep(): test begin
void str_to_event_sep(): test end
void basic_watch_info(): test begin
Failed to remove watch on /: Unknown error: -1
test.c:183 Test 'void basic_watch_info()' failed: Verifica
-
Updated
Apr 8, 2020 - JavaScript
When I followed the README.md and run command: python3 ./setup.py test
on CentOS Linux 7, I encountered the following error:
running test
Searching for onedrivesdk
Reading https://pypi.org/simple/onedrivesdk/
Downloading https://files.pythonhosted.org/packages/b3/76/9a3fe5b36079f5c40b33c89ad6f7737e3b8609010a80c9ed24d762ddb93e/onedrivesdk-2.0.tar.gz#sha256=4a1b3cf22570c21f083bea0a0e07
Hi, I've been trying to get additional tags from itunes m4a files. for example album artist which should be aART based on https://help.mp3tag.de/main_tags.html
I added this to config.xml
<library-options>
<id3>
<auxdata>
<add-data tag="aART"/>
</auxdata>
</id3>
</library-options>
and import.js
var aartist = obj.aux['aART'];
Originally, node-inotify was written following Node.JS core C++ conventions. But, there are a couple of things we could improve in terms of readability:
- Explicit name spacing is better: http://stackoverflow.com/questions/4872373/why-is-including-using-namespace-into-a-header-file-a-bad-idea-in-c
- Using C++11 may be safer and cleaner.
-
Updated
Mar 15, 2019 - Go
-
Updated
Oct 12, 2017 - C#
The documentation for Inotify::event_stream is out of date.
- It talks about using an internal buffer, but it no longer does.
- It could use examples showing the various usage scenarios.
The examples should document what kinds of values can be passes as a buffer. See this comment in #124 and [this comment in #125](https://g
-
Updated
Sep 15, 2016 - Python
-
Updated
Oct 24, 2017 - PHP
Some options will work only when clsync is being run with root priviledges, please made some note in the manual page for such options, so it will be clean and understandable that root permission are mandatory.
-
Updated
May 1, 2020 - Go
-
Updated
Jul 28, 2017 - Pascal
-
Updated
May 13, 2020 - Dockerfile
-
Updated
Sep 30, 2017 - Shell
-
Updated
May 22, 2018 - Go
-
Updated
Oct 8, 2018 - C
Improve this page
Add a description, image, and links to the inotify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inotify topic, visit your repo's landing page and select "manage topics."
Hey :) This program looks awesome, first time user here.
On GNU/Linux, I'd like to use fswatch to monitor only writes to a file. I'd like to run a markup convertor whenever I perform a write to a README file.
It feels as if the normal
fswatch -o READMEshows also events which are not write because it spits a new line even if I don't write the file but moving my focus to it.I notice the