-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
Cylix updated
2 years ago
-
A process `language_server` from the Codeium VS Code extension is reported to be using up over 200% of CPU time (i7-11390H) on Linux (6.5.0-14-generic), even when just scrolling through the code.
D…
ipg0 updated
6 months ago
-
Hi 👋 I'm new to Rust, and ran into an issue that I got confused about that [I reported in the main language repo](https://github.com/rust-lang/rust/issues/47168#issuecomment-520623989), but it turned…
bbugh updated
4 years ago
-
"The problem is that GD simply doesn't support EXIF"
http://www.nodenerd.com/keep-exif-data-drupal-using-imagemagick-instead-gd
-
Easy way to test:
let s = Set()
s.add(JSON.parse(JSON.stringify({a:1, b:2})))
s.add(JSON.parse(JSON.stringify({a:1, b:2})))
Set now contains two of the same :boom:
arj03 updated
6 years ago
-
### Steps to reproduce the problem
1. post a link to a toot someplace that expands the link into a rich embed. i've only been able to test discord, unsure what other services do this.
2. look at the…
-
Recreate the plot from the proposal:
[fig2.pdf](https://github.com/BrownDwarf/contracosta/files/8968168/fig2.pdf)
The black points should be the K2 "EVEREST" points, with plot coordinates $(x,y)$ …
gully updated
2 years ago
-
Currently, we are testing the changes for the Public Dashboard in the following way:
1. Load the dataset into MongoDB using `load_mongodump.sh` script.
2. Execute the docker-compose:
```
docker-…
-
### ORIGINAL TITLE: **[deviantArt] [question] Is it currently possible to "overwrite existing file ONLY IF image resolution of new file is higher"?**
______________
**Right up front: This is NOT a…
-
For finding duplicates, it would be nice if Pillow would include some perceptual hashing algorithm:
https://en.wikipedia.org/wiki/Perceptual_hashing
The real use case for me is that my in my photo…