Dmitrii Okunev

Results 111 issues of Dmitrii Okunev

Hello. I'm getting error "IndexError: list index out of range" ``` $ playlistfromsong -s 'Kalya Scintilla' PLAYLIST: Desert Dwellers - Lotus Heart - (Kalya Scintilla Remix) Kalya Scintilla - Kalya...

bug
help wanted
hacktoberfest

Hello, again :) If I understand correctly `playlistfromsong` recodes music into mp3. Is there a way to prevent it (and use another format)? Or at least is there a way...

enhancement
hacktoberfest

If there're few events (more than one) for one file per one event-lookup procedure then we can see: ``` [pid 28280] lstat("/srv/lxc/.storage/sdc1/choir/rootfs/etc/rhostname", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0 [pid 28280] lstat("/srv/lxc/.storage/sdc1/choir/rootfs/etc/rhostname",...

optimization
important

Current shm_malloc() allocates new pages very time. It's required to use available already allocated space for new pointers.

enhancement
optimization
deduplicate

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/DMA-API.txt Related: #89

enhancement

clsync is able to make dumps with signal 29. Now it's desired to be able to restore clsync instance by the dump.

new feature

Waiting until ``` /usr/share/dtrace/toolkit/opensnoop -c ``` will start to work on FreeBSD. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190493 http://lists.freebsd.org/pipermail/freebsd-dtrace/2014-May/000213.html

new feature
porting