tool
Here are 4,804 public repositories matching this topic...
`-prune` options
Is it possible to add an option -prune
, to not explore sub-directories, when the current directory has been matched ? (like find -prune
)
How I configure hosts in my script when my hosts are behind load balancer ?
host('development')
->hostname('dns pointing at the balancer')
It can't test shell aliases and function, can it? :)
It should probably handle SIGINT and terminate the output as if it was EOF (but maybe with some mark):
│00001410│ 57 37 f9 ae 0b ae 6c 8a ┊ df 0e d8 20 15 f1 d7 f6 │W7×ו×l×┊×•× •×××│
│00001420│ a5 5e 99 b0 bd bf 22 a7 ┊ b2 e0 ab ^C | ×^×××"×┊×××^C |
-
Updated
Jun 29, 2020 - C
The developer of the website I intend to scrape information from is sloppy and has left a lot of broken links.
When I execute an otherwise effective Ferret script on a list of pages, it stops altogether at every 404.
Is there a DOCUMENT_EXISTS or anything that would help the script go on?
Seems like the library works with Preact but there are no tests and documentation about it.
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the Preset
interface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing
-
Updated
Jun 30, 2020 - C#
Status codes
Currently we check for the following status codes for a positive response:
200,204,301,302,307,401,403
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
We could add every status code from this list except 404 as they would all be valid content.
What do you say @OJ ? Would this be worth it?
Description
npkill
lists the home directory as a node_modules
directory:
Reproduction
- Run
npkill --sort size
. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.
will appear on the list.
The unit confusion
-
Updated
Jun 28, 2020 - JavaScript
How to get logs
The documentation suggests that logs should show up in the folder specified by the --data-dir
flag. However no logs are appearing in that folder. They also don't appear to show up in /var/log/
anywhere either.
How do we see what URLs are being requested from imageflow server?
Not sure if it makes any difference, but we're using the ir4_proxy_uncached
option.
This is not as straightforward to implement like the rest of the properties. The way this should be implemented is probably by (only) adjusting the L
ightness channel in Lab
space until the luminance has the right value.
If there is no direct way to compute the correct L
value, we could also perform a (binary) search in L
space until we have the right luminance value.
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Apr 22, 2019 - Java
-
Updated
Jul 2, 2020 - Go
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
-
Updated
Nov 22, 2019 - Swift
Improve this page
Add a description, image, and links to the tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tool topic, visit your repo's landing page and select "manage topics."
As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate
bat
withcolor-backtrace
/color-spantrace
andeyre
. To do this I need bat to write to astd::fmt::Formatter
and return afmt::Result
instead of printing tostdout
(i assume?) and returning abat::error::Error
.So assuming I'm not misreading the docs...
Proposal