Andrei Canta

Results 17 issues of Andrei Canta

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...

addition
non-free
feedback needed

When I focus on a text input inside a modal, you can see the keyboard pushing the modal and then the modal gets resized. That delay makes for an unpleasing...

🚨 Known issue
✅ First good issue

https://medium.com/@deiucanta/make-laravel-fluent-again-with-smartfields-7d543e725365

Running `stacker up` on a fresh machine throws the following error because docker downloads and extracts all the images. ``` Traceback (most recent call last): File "/usr/bin/docker-compose", line 9, in...

After I was installed `stacker-cli` on a fresh ubuntu machine, I executed `stacker -v` and got this at the end of the usage block. ``` (node:3187) UnhandledPromiseRejectionWarning: Unhandled promise rejection...

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [ ] Submit one...

addition
non-free

What would be the best way to implement a security layer over the logviewer, besides a complicated URI?

I started the server using the `latest` Docker image and I cannot open it in Safari. Chrome works well. The latest Docker image that works in Safari is `gitpod/openvscode-server:1.80.2`. ![CleanShot...

``` Field::make('comments')->hasMany(Comment::class); ```