sienic

Results 8 issues of sienic

### What did you expect to happen? Upon using vertico, it should work as fast as it is in a fresh start. ### What actually happened? After using emacs for...

is:bug
re:perf
module:completion/vertico

## What is the current behavior? https://github.com/stas/jsonapi.rb/issues/62 ## What is the new behavior? It allows to use the `Ransack` configuration property `ignore_unkown_conditions` with the same semantics as in Ransack. A...

## Expected Behavior When making requests with an invalid filter, I would expect to have an error raised. This can be set on Ransack with the following configuration: ```ruby Ransack.configure...

@NicolasPetton, thanks for such a useful package. I found myself with the need of always expanding the backlinks headline when opening a file, as I can visualise links right away....

Sometimes I want to test a query on my dataset, and rollback after inspecting its results. Unfortunately, the following query when executed with `ejc-sql`, does not rollback the transaction. Could...

* Replace the decimal separator from value only when the former is not an empty string. Otherwise, `'1'.replace('', '.')` returns `.1`. * Allow tests to be run from machines which...

Although in the book they suggest in a previous exercise to shuffle a copy of the array, I find it cheaper to rather have an indices array of integers, and...

Probably the solution to: https://github.com/simonexmachina/factory-girl/issues/134 - Given a `parentFactory` defined with `buildOptions` with its respective callbacks. - Given a `childFactory` that extends that `parentFactory`. - Whenever a models is built...