Krzysztof Rewak

Results 9 issues of Krzysztof Rewak

Hi! I added all breweries from dolnośląskie voivodeship in Poland. As this wasn't documented, I created obdb_ids by slugifying brewery names. I'm also not sure who should run `csv:combine` command...

Hello! I added support for Laravel 9. I hope that extension of strategy matrix in GHA would work as expected.

Calendar navigation is a bit overengineered, I thnk. Today we have December 12, 2023. If I would like to see calendar for January 2024, I need to: * change year...

discussion

As we are using TypeScript in most of all our applications, I would like to migrate Toby as well.

javascript

I would like to have a new tab in the application called "Dokumenty firmowe". As an employee I would like to: - [ ] see a list of all my...

feature

I would love to have a product showcase somewhere here. It can be in this repository on in some additional smaller one. We could use one of TailwindUI templates. This...

content
feature

I would like to use Slack API to set up user's status when vacations or remote work is chosen for current day. ref: https://api.slack.com/apis/presence-and-status

Since [v1.1.0](https://github.com/inertiajs/inertia-laravel/releases/tag/v1.1.0) release (with changes from #625) my IDE has a big problem with understanding where `Illuminate\Http\Request` is implemented. ![image](https://github.com/user-attachments/assets/e2730e12-e40f-4970-82cc-6fc850c416d6) ![image](https://github.com/user-attachments/assets/df630ea1-b220-43e6-b1a3-37a1b7de5458) It looks like `[_ide_helpers.php](https://github.com/inertiajs/inertia-laravel/blob/1.x/_ide_helpers.php)` is propagating its own classes...

Right now we have at least four/five views for user details: * https://toby.blumilk.pl/users/:id - general one with dashboard * https://toby.blumilk.pl/users/:id/edit - edit form * https://toby.blumilk.pl/users/:id/permissions - permissions form * https://toby.blumilk.pl/users/:id/history...