-
Subscribe to this issue and stay notified about new [daily trending repos in TypeScript](https://github.com/trending/typescript?since=daily)!
-
Brother, you have to be careful while about .env or .env.local files. Don't push in github repo.
-
## Вводная
В России несколько удивительная ситуация (мы про Битрикс преимущественно). В том плане, что проприетарные CMS, которые далеки от концепта "приятный читаемый и безопасный код", вкладываяс…
-
When trying to follow the installation instructions in the README.md, `composer require extdn/extension-dashboard-m2` fails to install the extension due to (what looks like) a strange set of dependenc…
-
Exposing all unrelated stuff to the web is the insecure solution.
For example:
- http://demo.microweber.com/vendor/
- http://demo.microweber.com/composer.lock
Hackers know the exact versions of…
-
Sometimes I am seeing entries which are not in Wappalyzer apps.json file - https://github.com/WPO-Foundation/Wappalyzer/blob/master/src/apps.json
For example, under eCommerce category, we have dupl…
-
bundling the vendor folder in the repo is a security risk: it creates routine huge chore `composer update` commits that are basically *impossible to code-review*, if a developer want to hide a backdoo…
-
By @sebastienros : for some fields it makes sense to have the same value in all cultures of a content item. E.g. the price for an item would be the same regardless of the culture.
With today's locali…
-
One pattern I like to use to adhere to loading the bulk of the Javascript after DOM ready is to create a queue of callbacks to be executed after the DOM is ready similar to the Google Analytics queue.…
-
### 📋 Explain your issue
Seems that 90%+ of Astro themes use Tailwind. I do not want to use Tailwind for various reasons, but I can't find starter themes that do not use it.
Is the theme data som…