Aleksander Smywiński-Pohl

Results 109 issues of Aleksander Smywiński-Pohl

The gem is available at github: https://github.com/ged/linkparser It is much easier (at least for me) to install the required C libraries (they are part of AbiWord) than Enju parser.

feature-request

Implements: ```ruby opts = Slop.parse do |o| o.separator 'Check which definition questions does not have answers yet.' o.separator 'Options:' o.int '-o', '--option', 'some option', required: true o.on_error do puts o;...

The setup code misses the values for the variables. This makes the example not directly usable in the project. I think providing sample values will be beneficiary for the readers...

## Describe the bug The error reporting when a function is wrongly composed is not useful. ## To Reproduce Let's take the example from the documentation ```ruby require 'dry/transformer' class...

bug
help wanted

Provide an example in the user documentation for short pipe definition + provide helper function to make it possible. `Dry::Transformer` introduced the idea of wrapping transformation into classes, which I...

Testing features such as pagination requires presence of a number of objects in the repository. Creation of these entities takes more time, since each faked object is created separately. Yet...

### Feature request Provide a fluent API for defining the training arguments for the Trainer class. Instead of writing: ``` arguments = TrainingArguments(output_dir="output", do_train=True, do_eval=True, evaluation_strategy='epoch', per_device_train_batch_size=16, per_device_eval_batch_size=16, learning_rate=5e-05, num_train_epochs=1,...

It would be very valuable, if the table included information about language of the model/dataset. While obviously many people are interested in English, some of the models support/were trained on...

Your gem is really good, as it doesn't force users to extend String class. I had a similar solution which was bad in this respect (see apohllo/colors). But it has...

Now, even if the DB works in read-only mode, the files are opened in read-write mode, which raises security concerns.

error