Vladimir Dementyev

Results 64 issues of Vladimir Dementyev

Hey! Thanks for the project, first of all. I would like to share a potential caveat (which worth mentioning in the Readme, though not sure where—that's why an issue). We've...

bug
help wanted

```ruby class StageCloner < Clowne::Cloner # Symbol support (method is called on the source) include_association :comments, if: :published? # Block support include_association :votes, if: ->(source, record, params) { params[:need_votes] }...

enhancement

## Is your feature request related to a problem? Please describe. https://about.gitlab.com/blog/2021/09/29/why-we-spent-the-last-month-eliminating-postgresql-subtransactions/ ## Describe the solution you'd like It would be great if Isolator could track subtransactions and report them....

enhancement

Sync with [this](https://github.com/influxdata/influxdb-ruby/blob/master/lib/influxdb/config.rb).

help wanted

- [ ] [`DIFFERENCE()`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#difference) (since 0.12) - [ ] [`MOVING_AVERAGE`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#moving-average) (since 0.12) - [ ] [`ELAPSED`](https://docs.influxdata.com/influxdb/latest/query_language/functions/#elapsed) (since 0.13) - [ ] [`DELETE`](https://docs.influxdata.com/influxdb/latest/query_language/database_management/#delete-series-with-delete) (since 0.13) - [ ] Group by time...

enhancement
Hacktoberfest

## What is the purpose of this pull request? Closes #13 ## Checklist - [ ] I've added tests for this change - [ ] I've added a Changelog entry...

- [x] Replace global configuration with per-run (`WSDirector::Runner.new(**config).execute`) - [ ] Support passing raw scenario text contents (not only file paths) - [ ] Support locals for scenarios (so, raw...

enhancement

## Is your feature request related to a problem? Please describe. It would be nice to have [Phoenix Channels](https://hexdocs.pm/phoenix/channels.html) support out-of-the-box. ## Describe the solution you'd like Here is how...

enhancement

### Context When using cookie-based authentication, we send the value of the Cookie header in every RPC request. Cookies could contain a lot of data (especially, when using trackers, etc.),...

enhancement
hacktoberfest

### Discussed in https://github.com/palkan/view_component-contrib/discussions/24 Originally posted by **dhnaranjo** September 23, 2022 Hello! So I'm trying to do the following: - keeping Preview files in `app/components/component_name` - building previewed objects using...

enhancement