I hereby claim:
- I am tomhoenderdos on github.
- I am tomhoenderdos (https://keybase.io/tomhoenderdos) on keybase.
- I have a public key ASAfWWm0cT8Ut9vvQaKyCSGuTUi8uGkBz9yox7ZU0WGs_wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"assets": [ | |
{ | |
"id": "image_0", | |
"w": 500, | |
"h": 500, | |
"u": "images\/", | |
"p": "img_0.png" | |
}, | |
{ |
In MYSQL I can do something like this: | |
SELECT activities.*, @num := if(@item = CONCAT(item_type, item_id), @num + 1, 1) AS row_number, @item := CONCAT(item_type, item_id) AS item FROM activities | |
And that gives me an output like this: | |
item | row_number | |
--------|------------- | |
Idea1 | 1 | |
Idea1 | 2 | |
Idea1 | 3 | |
Idea2 | 1 |
2014-08-21 11:46:46.262 [error] <0.2257.0> gen_server <0.2257.0> terminated with reason: no match of right hand value {error,{error,{socket_error,{failed_connect,[{to_address,{"fifo-images.leofs.local",443}},{inet,[inet],nxdomain}]}}}} in sniffle_dataset:import/1 line 122 | |
2014-08-21 11:46:46.262 [error] <0.5837.0> CRASH REPORT Process <0.5837.0> with 0 neighbours exited with reason: {error,{socket_error,{failed_connect,[{to_address,{"fifo-images.leofs.local",443}},{inet,[inet],nxdomain}]}}} in gen_server:init_it/6 line 320 | |
2014-08-21 11:46:46.263 [error] <0.2257.0> CRASH REPORT Process <0.2257.0> with 0 neighbours exited with reason: no match of right hand value {error,{error,{socket_error,{failed_connect,[{to_address,{"fifo-images.leofs.local",443}},{inet,[inet],nxdomain}]}}}} in sniffle_dataset:import/1 line 122 in gen_server:terminate/6 line 744 | |
2014-08-21 11:46:46.263 [error] <0.169.0> Ranch listener mdns_server had connection process started with mdns_server_protocol:start_link/4 at <0.2257.0> exit with |
[root@dc9916e1-2de2-426e-9363-eb35e87823e4 ~]# fifoadm datasets delete 83565bea-27a5-11e4-bfd0-b7aa35497452 | |
RPC to '[email protected]' failed: {'EXIT', | |
{{aws_error, | |
{socket_error, | |
{failed_connect, | |
[{to_address, | |
{"fifo-images.leofs.local",443}}, | |
{inet,[inet],nxdomain}]}}}, | |
[{erlcloud_s3,s3_request,8, | |
[{file,"src/erlcloud_s3.erl"}, |
fifoadm datasets delete 1daa8e14-e1ba-11e3-bd59-a3971b58fa36 | |
RPC to '[email protected]' failed: {'EXIT', | |
{{aws_error, | |
{socket_error, | |
{failed_connect, | |
[{to_address, | |
{"fifo-images.10.20.0.111",443}}, | |
{inet,[inet],nxdomain}]}}}, | |
[{erlcloud_s3,s3_request,8, | |
[{file,"src/erlcloud_s3.erl"}, |
#!/usr/bin/env bash | |
# -*- tab-width:4;indent-tabs-mode:nil -*- | |
# ex: ts=4 sw=4 et | |
#====================================================================== | |
# | |
# LeoFS | |
# | |
# Copyright (c) 2012-2014 Rakuten, Inc. | |
# | |
# This file is provided to you under the Apache License, |
make[2]: Entering directory `/tmp/nix-build-tinc-1.1pre9.drv-1/tinc-1.1pre9/src' | |
gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DSBINDIR=\"/nix/store/hy6w7jpyp657mrpydaknxlh7plyglbbn-tinc-1.1pre9/sbin\" -g -O2 -c -o control.o control.c | |
control.c: In function 'init_control': | |
control.c:185:21: error: expected identifier or '(' before numeric constant | |
struct sockaddr_un sun; | |
^ | |
control.c:186:5: error: request for member 'sun_family' in something not a structure or union | |
sun.sun_family = AF_UNIX; | |
^ | |
control.c:187:13: error: request for member 'sun_path' in something not a structure or union |
fifoadm datasets import manifest-smartnixos smart_nixos-0.1.zfs.gz | |
RPC to '[email protected]' failed: {'EXIT', | |
{{badmatch,undefined}, | |
[{sniffle_console_datasets,command,2, | |
[{file, | |
"src/sniffle_console_datasets.erl"}, | |
{line,101}]}, | |
{rpc,'-handle_call_call/6-fun-0-',5, | |
[{file,"rpc.erl"},{line,203}]}]}} |
2013-11-18 15:53:18.728 [error] emulator Error in process <0.729.0> on node '[email protected]' with exit value: {{try_clause,<<17 bytes>>},[{cowboy_websocket,handler_init,2,[{file,"src/cowboy_websocket.erl"},{line,140}]},{cowboy_protocol,execute,4,[{file,"src/cowboy_protocol.erl"},{line,523}]}]} |