website
Here are 16,511 public repositories matching this topic...
Currently the "Powered by Matomo" logo is using an absolute path. This becomes an issue when used in an intranet and internet as the domain could be an ip address.
Change:
<img src="https://example.innocraft.cloud/plugins/Morpheus/images/logo.svg?matomo" tabindex="3" alt="Matomo" class="default-piwik-logo">
to
`<img src="/plugins/Morpheus/images/logo.svg?matomo" tabindex="3" alt="M
When creating a page 'changelog' as follows:
pages
├── 01.home
│ └── default.md
└── 02.changelog
└── default.md
with the following route alias in the header to add the '.md' extension:
routes:
aliases:
- '/changelog.md'
And when accessing the page using the url localhost/changelog.md, a 'Forbidden' error will be thrown.
When the file 'CHANGELOG.md' in
Currently, the width of the logo is fixed at calc(100% / 6) so that the nav links are flush with the search bar:
Unfortunately, this leads to cut-offs in some translations with longer words in the nav bar:
<img width="127
To get added to the official awesome list, descriptions must be added to the following:
(Please note that this is not a copy paste, only the ones without descriptions (about 95% of them))
Please help. Even just doing 5 to 10 will help, it won't take up much of your time.
Just FYI there are 1834 :O !!! descriptions to do!
General Search
- Advangle
- Aol
- [ ]
https://github.com/phenomic/phenomic/blob/master/packages/preset-react-app/docs/getting-started/5.md
When we tell people to add this section to their component after the list, it creates two nodes that are not contained. It is a ul and a div.
We should somehow mention that you need to surround the two in a div before adding that extra snippet to Older Posts, because react will only l
At http://expressjs.com/en/guide/writing-middleware.html, I see no mention of the error handling middleware, or even that 4-argument middleware exists. That page should have a mention (and a link to full documentation) just like how using middleware and app.use() already h
Problem: In large projects, some bundles are impossible to find in the graph area.
Example:
As you can see, I have my browser extremely maximized and yet some bundles are falling out to the right of the screen. When the b
Steps to reproduce:
- Go to Settings > Accessibility > TalkBack > "Use service" or use the Volume key shortcut.
- In the WordPress app, go to My Site > Activity.
- Swipe right to read through several items in the log.
Result: the activity icon is read aloud as "activity log" for each item which is repetitive an
Would be more better to store it in file, and cron update the stas file ;)
This is not cool idea at all i think - boramalper/magnetico@2328087
:cherries: Web server and web framework of Android platform.
-
Updated
Jan 21, 2020 - Java
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
-
Updated
Jan 21, 2020 - PHP
Yesterday I installed Elm 0.19.1 yesterday and started playing with it. I have read the entire guide.
Today I wanted to try using a port. I changed my module declaration and defined the port. Then I edited my index.html to send a value to the port. I got a Javascript error:
Uncaught TypeError: Cannot read property 'myPort' of undefined
After too much time poking around in the Javasc
Changelog.md
I think we should maintain changelog to the separate md file and add link of this file to readme doc. It will make clean to our readme file.
Not sure if it's platform specific or not, but when were running a scan for https://msdn.microsoft.com for fun as mentioned in #27 just noticed muffet.exe using ~7Gb of memory and kept going...
Hi again, Mark.
What is the inputKey field for?
(You can spawn multiple hosts with this key).
Ok, where do I put the input key? What does 'multiple hosts' mean here? Does that mean I can spawn up multiple copies of hostyoself that serve up the same files at the same address and are available via the same sharable URL?
I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.
Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.
Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).
Here are steps that build and deploy the project on current Debian.
Jasypt integration for Spring boot
-
Updated
Jan 27, 2020 - Java
People choose popular projects, often not because it applies to their problems
-
Updated
Jan 27, 2020
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
There is still onCreate at https://github.com/flutter/website/blob/13d8aab863d205d3eba2a126cbaa98fca4198669/src/docs/development/platform-integration/platform-channels.md. Removing it would seem to be consistent with changes at flutter/website#3494.
Docs page is at https://flutter.dev/docs/development/platform-integration/platform-channels?tab=android-channel-kotlin-ta
- Populate the list of secure web browsers that doesn't allows browser fingerprinting after visiting the www.nothingprivate.ml in them. If you are not able to fingerprint using that browser, add it to the list: https://github.com/gautamkrishnar/nothing-private/blob/master/Secure-Browsers.md
- Verify whether the browsers listed there are actually secure against fingerprinting.
Improve this page
Add a description, image, and links to the website topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the website topic, visit your repo's landing page and select "manage topics."




Consider making https://v2.docusaurus.io/docs/docusaurus.config.js#tagline and https://v2.docusaurus.io/docs/docusaurus.config.js#favicon as part of themeConfig and not as required fields
In v1, it has to be required field because a lot of the React components need it and all the UI is locked-in. This is no longer the case in v2, i think its very coupled to theme-classic and th