Tim Kretschmer
Tim Kretschmer
docs say: > > To annotate just your models: > > annotate --models but if i run it, i get a mess ``` annotate --models Annotated (19): app/models/coin.rb, test/models/coin_test.rb, test/fixtures/coins.yml,...
update?
so much more features out here
in example: `responsive-img` or `img.circle` using these inside the AA templates has no effect - shouldnt they be in there by default? which material version we use in this gem?
we use this for our test-environments (QA testing) and distribute the certificate across the engineering team. they have to import the rootCA in order to be able to have ssl...
Sometimes we do have a delivery step - but the particular order doesn't have any shippings (for various reasons). Sometimes we don't have a delivery step, because it's either done...
having elements with position 0,1,2,3,4,5 and item 5 gets and update to be position 0. there seem to be no automatic reordering, leaving the list with 0,0,1,2,3,4. what's the most...
https://github.com/ClosureTree/closure_tree/issues/376 in order to respect a certain children order when calling rebuild! the children will be reordered with whatever the argument of `child_order` was
coming from `awesome_nested_set` we use `lft` for ordering. i checked the `rebuild!` method and it looks like it's calling children which then might be rendered randomly by our DB. we...
According to Documentation ``` created = client.droplets.create(droplet) # => DropletKit::Droplet(id: 1231, name: 'something.com', ...) ``` actuall i get only a temp object ``` "PROXY", :@region=>"nyc2", :@name=>"New York 2", :@sizes=>["1gb", "2gb",...
trying to get monero-rpc-cli which use --digest. curl -s -u username:password --digest -X POST http://192.168.1.226:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","method": "query_key", "params": {"key_type": "view_key"} }' -H 'Content-Type: application/json' this request is working, the...