Sergey A. Glukhov

Results 5 issues of Sergey A. Glukhov

Here is an example: ``` ruby Installation.deleted_after_time(Time.now) ``` this will produce ``` sql SELECT "installations".* FROM "installations" WHERE ("installations"."deleted_at" IS NULL) AND (deleted_at > '2013-04-02 05:29:26.156025') ``` As you can...

``` RSolr::Error::Http - 400 Bad Request Error: {"responseHeader":{"status":400,"QTime":0},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"Error parsing JSON field value. Unexpected OBJECT_START at [787], field=installation_tags_sms","code":400}} URI: http://solr-host/solr/production/update?wt=json&commitWithin=1500 Request Headers: {"Content-Type"=>"application/json"} Request Data: "[{\"id\":\"some ID\",___truncated___,\"installation_tags_sms\":[{\"set\":\"value 1\"},{\"set\":\"value 2\"}]]" Backtrace: /usr/local/bundle/gems/rsolr-2.2.1/lib/rsolr/client.rb:206:in...

## Purpose [rails/propshaft](https://github.com/rails/propshaft) support was added with #1010 However it appears to only work with dynamic assets and fails with precompiled ones: ``` #

## System information - node version: v20.17.0 - yarn version: 1.22.22 - OS/version/architecture: MacOS 15.0.1 - Applicable nodegit version: x64 Looks like Electron 32+ will only build with C++20 and...