screenshot
Here are 1,156 public repositories matching this topic...
1 In History, select multiple captures
2 Execute SHIFT+F10, Copy, FIlename
3 Inspect clipboard
Expected: multiple filenames
Observed: one filename - from focussed capture
Workaround: ??
-
Updated
May 29, 2020 - HTML
A history expansion followed by a character ineligible for history expansion (e.g. =) isn't highlighted correctly. !!= unquoted is all highlighted as history expansion and "!!=" terminates the history expansion style on the first ! rather than the second.
Description
Neofetch emits an extra newline character, which I'm led to believe is not intended behavior as per #910.
Issue discovered on latest and reproducible on master.
And of course, a terrible solution, for the glory of none other than Satan:
alias neofetch='function _neofetch() {
(($# == 0)) && { neofetch | sed -e "40,$ d;s/?25l//g;s/?7l//g" } || neofetch $@
}; _neofet
Flameshot version
$ flameshot --version
Flameshot v0.6.0
Compiled with Qt 5.14.1
Describe the bug
When using the following format for saving screenshots
$ flameshot config -f %Y_%m_%e__%H_%M_%S
Days are expected to be two digits, a space is used when a day is printed with one digit (see below)
$ ls -A1 ~/Pictures/ss
2020_04_30__12_16_26.png
20
Can you add button click border color option separately for buttons.
The border icon is perceived as an checkbox icon because it is very similar to the checkbox icon.
I think It may be a different icon or no icon.
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Oct 5, 2018 - JavaScript
-
Updated
May 24, 2020 - C
精简版改进
建议精简版抛弃exe,直接打包成压缩文件。再带一个批处理,利用已经安装好的Java环境直接命令行运行。
-
Updated
Jun 11, 2020 - Objective-C
-
Updated
May 2, 2018 - Ruby
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Feb 16, 2019 - Swift
Pretty simple stuff: I couldn't find examples for file flag when checking the docs. Also, the info presented when running --help doesn't say much. Ended up checking the file.go to get the proper syntax and then came across this:
$ gowitness file -s ~/Desktop/urls
$ gowitness file --source ~/Desktop/urls --threads -2
so maybe just add it directly to the main docs?
Thanks
-
Updated
Jun 6, 2020 - Python
-
Updated
Jul 24, 2019 - Java
-
Updated
Mar 29, 2020 - Java
-
Updated
Jan 3, 2020 - Swift
-
Updated
Jun 5, 2020 - C++
-
Updated
Dec 9, 2019 - C#
Test fails with cryptic error message if fresh image is larger then baseline image (imagemagick)
Expected Output
assertSameFiles Needle should either state that the images are similar or that they are not.
Actual Output
ValueError: ("could not convert string to float: b'idt'") thrown at /needle/engines/imagemagick_engine.py:24
- Checking the
compare_stderrin that situation yieldscompare: width or height exceeds limit [...] - Running the actual command stored `incompare_
-
Updated
Mar 9, 2020 - Shell
-
Updated
May 3, 2020 - Shell
-
Updated
Apr 4, 2019 - JavaScript
General information:
- OS name: OSX
- OS version: 10.13.6
- OS architecture: 64 bits
- Resolutions:
- Monitor 1: 1280 x 1024 Scaled (virtual)
- Python version: 3.7.2
- MSS version: 4.0.2
Description of the warning/error
MSS takes screenshot of the desktop, but any open application / windows are blacked out.


html2canvas(document.body,{
type:'view',
'user-select':'auto',
useCORS:true,
async: true
}).then(canvas => {