Mehran Rasulian
Mehran Rasulian
Hi. This theme is awesome. every thing is cool! Thank you!! :+1: But i have an issue with "background color of Telegram unread messages counter". Actually it's not an issue,...
**Describe the bug** the issue is that I have a query in my API where I had to use some manual queries and when the enlighten wants to create a...
**Is your feature request related to a problem? Please describe.** I already have Enlighten fully set up and the documentation's getting generated well. As a team, we always have to...
☁ sudo gdebi Mutate-2.3.deb Reading package lists... Done Building dependency tree Reading state information... Done Reading state information... Done This package is uninstallable Dependency is not satisfiable: libboost-regex1.55-dev And then...
"NOTE:If you want use key 'super' as your hotkey, type Meta will help." As you said, we can change hot keys but which application are you talking about it?
**Overview:** Currently, the `forge-previewer` CLI provides an excellent workflow for creating preview environments using Laravel Forge. However, to further enhance its flexibility and customization, it would be valuable to include...
It’d be awesome if we could lock down our preview environments using Harbor. Laravel Forge already lets us spin up security rules (think basic auth or IP restrictions) through its...
Currently, Forge won’t let Harbor create a new database if one with the same name already exists, which means Harbor can’t use the new DB password in the deployed site....
Currently, Harbor only announces site information comments when deploying a new site. If there is no previous announcement on the pull request (PR), Harbor does not post any site information....
When Harbor processes `.env.example`, it’s uncommenting lines like: ```bash # DB_HOST=mariadb_1 # if you're using Sail DB_HOST=127.0.0.1 ``` We expect Harbor not to touch any commented-out env keys (the #...