Mahadevan

Results 36 comments of Mahadevan
trafficstars

There's something wrong with the multiple-select: https://deploy-preview-35857--twbs-bootstrap.netlify.app/docs/5.2/forms/select/#sizing ![image](https://user-images.githubusercontent.com/15809/168630692-99a3b4d8-eea6-4aa6-b473-dc2ca082ad42.png) It's OK in the regular version: ![image](https://user-images.githubusercontent.com/15809/168631208-6e2032c1-e74d-44f5-b1b3-7cfa3a702a18.png)

https://deploy-preview-35857--twbs-bootstrap.netlify.app/docs/5.2/forms/floating-labels/#readonly-plaintext The value in "Input with value" is not readable: ![image](https://user-images.githubusercontent.com/15809/168634068-93b003f8-aef3-4c01-940f-973a29a71996.png) ![image](https://user-images.githubusercontent.com/15809/168634155-3104aa0a-d370-42b2-b18a-49a932f9c135.png)

For tables with `table-hover`, the bg color of the hovered row is not very different from bg of normal row. See: https://deploy-preview-35857--twbs-bootstrap.netlify.app/docs/5.2/content/tables/#hoverable-rows

Something like this, then? ```C int lfs_fs_resize(lfs_t *lfs, lfs_size_t new_block_count) { int err = 0; // read existing superblock from disk lfs_superblock_t superblock; err = lfs_dir_get(lfs, &dir, LFS_MKTAG(0x7ff, 0x3ff, 0),...

What about the service/method subject params? They should probably remain plain strings. Agree that other args/receivers should be pointers.

The user services built using nRPC could use this too. Also a few other such "core" services: * logging - nats.Publish() your logs to a "log" service * application metrics...

Protocol-wise, using a heartbeat message to indicate pause/resume looks good. I assume you're not going to leave it up to the user's client to decide when to call a `StreamCallSubscription.Pause()`...

The server might need control on how long the send() may take? At least as a timeout?

Thanks for your input! Right now, the situation is that you need to refer to `pg_settings` inorder to interpret the "settings" field of the JSON output. Additionally, the `pg_settings` has...

Does it behave properly without SSPI auth (with trust/md5/scram)? Collecting metrics from Postgres servers running on Windows has not been tested much. Bug reports welcome. Neither of the 2 popular...