Bartlomiej Tartanus

Results 10 issues of Bartlomiej Tartanus

Currently all tables shows 25 rows per page. Would be useful to have some dropdown field with more values to choose from, eg: 10, 25, 50, 100. This should be...

enhancement
good first issue
ui

Producing to topic with schema gives errors that don't really tell what's wrong. 1. message is empty (like empty string, not empty JSON) error: `Internal Server Error: Cannot serialize value`...

enhancement
good first issue
topic data

Add logical `backwards` parameter to split functions which will work when n_max != -1. If true then splitting is done from the end of a string. > stri_split_fixed("ala ma kota","...

question
low priority

Now it works like this: ``` R stri_extract_last_charclass("abc123","\\p{Nd}") [1] "3" ``` and we could add merge parameter (like in extract_all function) so it could work like this: ``` R stri_extract_last_charclass("abc123","\\p{Nd}",...

enhancement
low priority

I am using `flutterw` for all my projects, which bundles specific version of `flutter` to project. It makes really easy to use different versions of `flutter` across many projects and...

good first issue

Plumber is Scala library for flow testing. https://github.com/TouK/plumber

## Describe your changes ## Checklist before merge - [ ] Related issue ID is placed at the beginning of PR title in \[brackets\] (can be GH issue or Nu...

docs

## Describe your changes ## Checklist before merge - [ ] Related issue ID is placed at the beginning of PR title in \[brackets\] (can be GH issue or Nu...

`tripadvisor` icon was removed from `font_awesome_flutter` and because of that, `icons_helper` does not compile. Easy solution to this problem is to enforce version of `font_awesome_flutter`: ```yaml font_awesome_flutter: 9.1.0 ```

There is a free API that provides match results (up to 10 calls per minute). You just need to register to get a free API key and use it. The...

enhancement