Sergey Moiseev

Results 10 issues of Sergey Moiseev

Examples should have different location and format according to OAS 3.0.

This PR adds [.editorconfig](https://editorconfig.org/) file to the project to set clear expectations of file format and allow editor automation to correct small issues (like trailing whitespaces, final new lines, etc).

**Describe the bug** On the Apple Silicon, the default homebrew location is `/opt/homebrew/` not `/usr/local` which leads to broken SDK auto configuration. Instead of configuring, plugin shows project root folder....

Kind:Enhancement

Currently, only v0.20 is tagged, while the package is v0.25.2. That affects hex.pm and creates an illusion of an abandoned package. cc @robottokauf3

https://rubygems.org/gems/master_lock

### What is the issue? Running on MacStudio m1, fresh pull with `ollama run llama3.1`. Using next as a test: ``` I have 10 apples. I find 3 gold coins...

bug

### Reduced Test Case https://codepen.io/bopm/pen/MWPerQw ### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket? - [X] I understand...

Confirmed
View API
MultiMonth View

Introduce a new switch `--classes-output` to the Tailwind CLI build command to output only detected classes. * **src/cli/index.js** - Add a new switch `--classes-output` to the build command. * **src/lib/expandTailwindAtRules.js**...

# Fix nested conditions, polymorphic associations handling This PR addresses several issues with Ransack's handling of polymorphic associations and negative predicates: ## Key Improvements 1. **Polymorphic Association Support**: Added proper...

Attempting to run `rubocop` on a project, I got next issue (due to the specific versions of rubocop gem installed on my machine, but still): ``` bundle exec rubocop Unable...