James Raspass

Results 18 issues of James Raspass

A few dists have switched from META.info to the modern META6.json but not been updated here, until now. Obviously I don't own these modules but it's clear that at least...

# Single-stage (works) ```dockerfile FROM alpine:3.15 RUN mknod -m 444 /my-urandom c 1 9 CMD ls -l /dev/urandom /my-urandom ``` `docker build` ``` $ docker build -t docker-bug . &&...

```html body { display: grid; gap: 20px; grid-template-columns: 100px 100px; padding: 20px; } div { background: red; border: 2px solid black; box-sizing: border-box; height: 100%; padding: 10px; } foo foo...

## Slim ``` $ time docker run --rm elixir:slim elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m2.251s ``` ## Slim net none ``` $ time docker run --rm --net...

``` $ perl -MCompiler::Lexer -MData::Dumper -E 'say Dumper +Compiler::Lexer->new->tokenize(q($a++ / 1))' $VAR1 = [ bless( { 'line' => 1, 'data' => '$a', 'name' => 'GlobalVar', 'stype' => 0, 'type' =>...

Migrated from [rt.cpan.org #128575](https://rt.cpan.org/Ticket/Display.html?id=128575) (status was 'new') Requestors: * [email protected] Attachments: * [fail_memcached.pl](https://rt.cpan.org/Ticket/Attachment/1834415/986340/fail_memcached.pl) From [email protected] on 2019-02-21 13:54:25 : Hi, I have installation of 2 memcached servers in version 1.5.3...

Migrated from [rt.cpan.org #81674](https://rt.cpan.org/Ticket/Display.html?id=81674) (status was 'open') Requestors: * [email protected] From [email protected] on 2012-12-04 00:05:57 : Have I overlooked the API for retrieving a detailed diagnostic message or code when...

Migrated from [rt.cpan.org #65381](https://rt.cpan.org/Ticket/Display.html?id=65381) (status was 'open') Requestors: * [email protected] Attachments: * [Fast.xs.patch](https://rt.cpan.org/Ticket/Attachment/891423/462036/Fast.xs.patch) From [email protected] on 2011-02-02 20:05:27 : When retrieving the cas value on a 32 bit machine, the...

Migrated from [rt.cpan.org #93140](https://rt.cpan.org/Ticket/Display.html?id=93140) (status was 'open') Requestors: * [email protected] From [email protected] on 2014-02-18 16:59:35 : Hi there, I have been playing around with a few Memcached client libraries recently...

Migrated from [rt.cpan.org #140913](https://rt.cpan.org/Ticket/Display.html?id=140913) (status was 'new') Requestors: * [email protected] From [email protected] on 2022-01-30 16:45:52 : Using this with a memcached server on another host, some deletes simply fail, randomly....