website
Here are 18,468 public repositories matching this topic...
I learned this by digging through the code base for a while, and uncovered:
From which I deduce that in the same directory where I might have a config/config.ini.php file, I can also have a config/blog.example.org.config.ini.php file - which, if it exists will be used instead.
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the hash method would actually hash the files (in a fast not-so-secure way as it is not the point.)
I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes
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
- [ ]
We need some kind of automated method (or just a tool like the readme update one) to update the page https://github.com/expressjs/expressjs.com/blob/e703270d64b20abd682e01d428bda8f068c13aca/en/resources/contributing.md
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
-
Updated
May 24, 2020 - TypeScript
Expected behavior
When writing the email in a wrong format error message appears. When rotating the screen the message should be preserved.
Actual behavior
When rotating the screen the message is not preserved.
Steps to reproduce the behavior
- Press Log In
- Enter Email address and press Next. An error message will be shown
- Rotate the screen. The message is not sho
Also potentially in all javadoc annotations used for Params.
In both QueryParam and RequestParam javadoc for defaultValue() states -
"Supplying a default value implicitly sets {@link #required()} to {@code false}.",
which is actually incorrect.
If you set only the defaultValue, server will return the error: "Missing param [x] for method parameter."
So currently if I want to add an option
I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.
I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.
It would be a helpful guideline so people know when it's time to report errors.
Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th
-
Updated
Apr 24, 2020 - PHP
README wrong
The README clearly states that all of elm lang is written in elm. This however is not the case since the addition of codemirror.
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?
-
Updated
Feb 15, 2020
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.
-
Updated
Apr 26, 2020 - Java
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
- 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.
if you modify the swDest option to generate the serviceworker in other path, this not affect the path to generate the development service-worker.
I need to see the code to fix this, but would be nice to have this in the documentation.
this is the fix to generate serviceworker in development in the right path.
dontAutoRegisterSw: true,
devSwSrc: {
from: './public/sw-dev.js'
-
Updated
Mar 3, 2020 - HTML
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."

I get a ReferenceError in Webpack while running
yarn buildto deploy the Hermes website.I think it's due to
monaco-editor-webpack-pluginbut I'm not sure.Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Note: I setup a branch that has the re