nada

Results 12 comments of nada

@leeadh Happened the same, my problem was that my vault and nodejs are on k8s and i was using `VAULT_HOST` & `VAULT_PORT` env vars to pass some data. The problem...

This is for every user. Have 4 new users + `core` user and none of them can login. I'm new to CoreOs never tried it before.

Can i just delete `/var/lib/coreos-install/user_data`, copy the new `ignition.json` somewhere and reboot the VM?

Exact same issue: ``` { "ignition": { "config": {}, "timeouts": {}, "version": "2.1.0" }, "networkd": { "units": [ { "contents": "[Match]\nName=ens192\n\n[Network]\nAddress=xxxxxx/24\nGateway=xxxxx\nDNS=xxxxx", "name": "static.network" } ] }, "passwd": { "users": [...

Same issue, any query having a nested object sort is just impossible to use. This is just one example: 1.000ms vs 35.000+ms order_by nested table row: ``` query getAssets($orderBy: [Asset_order_by!])...

I would like to insist in this issue and provide an easy solution. (i've seen reductions from 40+ minutes to ~40 milliseconds on "medium" datasets ~100 million rows. "not this...

just came into the same issue, you could try something like: ``` query transactionsCount($address: String!) { outputs: transactions_aggregate(where: {outputs: {address: {_eq: $address}}}) { aggregate { count } } inputs: transactions_aggregate(where:...

Is this and/or should this MR also take into account `collateral_tx_out`? Also, i don't know if it's possible to have an `address` inside `collateral_tx_out` without having it in `tx_out`. Not...

Extra info to make sure no other process is modifying this column data: ``` CREATE OR REPLACE FUNCTION trigger_function() RETURNS TRIGGER AS $$ BEGIN RAISE WARNING 'Inserted row block number,...