jaffa4

Results 10 issues of jaffa4

Hello, I am trying to use your package... on Windows I get this stack install chatter Error: While constructing the build plan, the following exceptions were encountered: In the dependencies...

Hi, If you run segfault.sh, you will see a crash in customer because the resolution of the image is not what is expect, an image with a bad resolution is...

C:\Users\>perl send_query_akumuli.pl { "aggregate" : { "close" : "count" } } HTTP/1.1 200 OK Connection: Keep-Alive Date: Sat, 05 May 2018 15:34:07 GMT Client-Date: Sat, 05 May 2018 15:34:07 GMT...

Hi, I do not seem to get back any data. Here is the log. 2018-05-06 10:45:24,852 Main [INFO] Parsing query: 2018-05-06 10:45:24,852 Main [INFO] { "range": { "from": "18700102T123000.000000", "to":...

Hi, It does not compile under Windows 7 if I use cabal install pugs. I used HaskellPlatform-7.10.3-x86_64-setup.exe set path=%path%;L:\Program Files\Haskell Platform\7.10.3\bin ldflags: -L"C:\Perl16_2\lib\CORE" does not contain -libpath: at Configure.PL line...

## Problem Description **Please provide a minimal, self-contained, and reproducible example:** ```python [Paste code here] ``` I try to install under Window 7. I have tried several python version... Something...

if "a"~~ rx:P5/a/ { say "match"; } does not compile or run.. Unhandled exception: Autoloading NYI at D:\src\niecza\niecza\boot\lib\CORE.setting line 1366 (die @ 3) at D:\src\niecza\niecza\src\STD.pm6 line 4809 (Regex.tweak @ 6)...

deliberate-nyi

Hoi,, I tried this print eval(:lang,'1'); II gave back: Unhandled exception: System.IO.FileNotFoundException: Could not load file or assembly 'Perl5Interpreter' or one of its dependencies. The system cannot find the file...

windows

Hi, g switch should become c for regex matches. Currently, the switch just stays. As you may know, regex matching position is stored with the string in Perl5. In the...

Hello, A bug... $1 is converted into $*PROGRAM-NAME (it becomes $0, then ....) jaffa4