obadz

Results 13 issues of obadz

I don't have much more details to report as I can't identify what's the trigger for this problem, but some times functions or values have type variables replaced by `ghc-prim-0.4.0.0:GHC.Prim.Any`....

from 0.5.1~git20131213~ubuntu13.10.1 to 0.5.1~git20140201~ubuntu13.10.1 Anyone else seeing this issue?

I have a setup with vim + slimux + tmux + utop 1.14 If I send these two lines to utop at the same time: ``` Unix.sleep 1; true ;;...

$ utop -version The universal toplevel for OCaml, version 1.14, compiled for OCaml version 4.01.0 utop # *)Fatal error: exception (Invalid_argument "index out of bounds") Raised at file "format.ml", line...

I wonder if that's a limitation of the webrtc stuff? Great app btw!

Build error: ``` make[2]: Entering directory '/build/source/zlibrary/core/src/unix/curl' Compiling ZLCurlNetworkManager.o ...ZLCurlNetworkManager.cpp: In member function 'virtual std::__cxx11::string ZLCurlNetworkManager::perform(const Vector&) const': ZLCurlNetworkManager.cpp:288:5: error: duplicate case value case CURLE_SSL_CACERT: ^~~~ ZLCurlNetworkManager.cpp:282:5: note: previously used...

The snippet ```kotlin figure(1) // Second parameter is color plot(a, 'b', "First Run") plot(a+1, 'y', "First Run Offset") xlabel("Time (s)") ylabel("Magnitude") title("White Noise") figure(2) plot(b, 'g') // green xlabel("Velocity (lightweeks/minute)")...

I think it's because of the cont.stop() in the finally block? https://github.com/aio-libs/aiosmtpd/blob/330e9efd6e045c2a84bb243bb446e44c2eb4e266/examples/authenticated_relayer/server.py#L86-L89 (Using aiosmtpd 1.4.2)

Looks like `syscall_limiter` can't prevent the process it's trying to limit from using `execve` since it needs to use `execve` itself: ``` $ LIMIT_SYSCALLS_DEFAULT_ACTION=a ./result/bin/limit_syscalls execve,e1 -- `which python` -c...

chdir (executable) access should be sufficient for all directories leading up to the media dir itself. The problematic line is: https://github.com/azatoth/minidlna/blob/master/minidlna.c#L475 Other invokations of `realpath` follow this pattern: ```c path...