Prashant Vithani

Results 8 issues of Prashant Vithani

Kafka::AsyncProducer#produce has only one mechanism of propagating backpressure: raising Kafka::BufferOverflow. This is not a very good mechanism — it's more of a blow-up than build-up — but it does the...

I get this warning when I start my rails console after defining the superworker. ``` Superworker.define(:BaseJob, :product_items, :template_hash, :user_id) do batch product_items: :items do TheJob :items, :template_hash end AnotherJob :user_id...

#### Sample Schema ```ruby Users { id: int company_id: int options: json/jsonb } ``` Writing query to retreive user records with `company_id` = 1, and whose `options` contains keys `key1`...

- If there is only one file, read the header from the first line and generate the `ColumnInfo` list. - If there are multiple files, read the header from all...

Initially, I used `makara_postgresql` as the adapter. The reads were fine and being distributed across the replicas, but was getting the error for writing 'new' records ->`PG::UndefinedTable: ERROR: missing FROM-clause...

The identifiers may include spaces and other characters that are usually operators. Like `-`. This is a common use case in SQL and any other arithmatic library. This change adds...

This will match the face foreground with that of [`flycheck-fringe-info`][1] and [`doom-modeline-info`][2]. [1]: https://github.com/doomemacs/themes/blob/2c794a09b023bda09d2f36a7be80684f4e416d88/doom-themes-base.el#L591 [2]: https://github.com/seagle0128/doom-modeline/blob/b782f3c31b966c43fa281fd5fdd07d5c11579e25/doom-modeline-core.el#L780-L781