All Questions
23,450,545
questions
0
votes
0
answers
2
views
C++ std::printf formatting breaks with cyrillic alphabet
I've noticed somewhat of an unexpected behavior when using std::printf() with max field length specifiers like %10ls in conjuction with wchar_t (for cyrillic text).
Code example I use:
void ...
0
votes
0
answers
2
views
Kafka (MSK) and MirrorMaker2 disaster recovery procedures for producers and consumers
I have two questions I'm hoping someone with experience in MSK/Kafka and MirrorMaker2 can help with.
Currently we have a production MSK 2.7.0 cluster with 3 brokers and roughly 1T in topic data. We ...
0
votes
0
answers
3
views
traefik listens on port 80 and forwards the request to minio console(5000) 404
I deployed minio and the console in K8S, used ClusterIP to expose ports 9000 & 5000
Listening for port 80 and 5000 forwarding requests to minio.service(ClusterIP)
Request console all right through ...
-1
votes
0
answers
5
views
Strength of Windows Firewall against DDoS(Blocking)
How strong is Windows Firewall?
I have no knowledge on Botnets or how to use them so I have no way to test Windows Firewall's Strength. And I believe it would go against the Contract I Signed with my ...
1
vote
0
answers
4
views
Can I run python script with test using k6 tool?
I have a script in python with 1 test in it.
The test calls other functions from different class in the project which generate differeydata each time to be send through the post request in the test.
I ...
0
votes
0
answers
4
views
ImageMagick ignores density/resolution in conversion to PDF
I am unable to produce a PDF file using Image::Magick with a desired density/resolution.
The image is cropped to 1600×2200 pixels @ 200 dpi, i.e., 8"×11".
use strict;
use warnings;
use Image:...
0
votes
0
answers
7
views
Prevent android to rotate an image that is taken from a phone -90 degrees
Seems like when i try to set a image that is take from a phone, it rotates -90 degrees. After doing some research I can use ExifInterface ei = new ExifInterface(url); but my url is from a firebase ...
0
votes
0
answers
8
views
Sheet.activate not activating specified sheet
So I have officially run into a brick wall. I have written a macro that will allow the user, upon password entry, to unlock and unhide all sheets except for the one containing the password. At the end ...
0
votes
0
answers
5
views
Tweepy: AttributeError: 'Status' object has no attribute 'retweeted_status'
There is an occurred error when I use Cursor that does not occur when I use tweepy without it.
Code:
extracted_tweets = \[\]
for status in tweepy.Cursor(api.search_tweets, "from:USER", ...
0
votes
1
answer
9
views
why do I have to type the greater than symbol (>) in the VS Code command palette to access commands?
Like the title asks; why do I have to type the greater than symbol (>) in the VS Code command palette to access commands?
It seems like work for no reason. Maybe I am missing something?
Is there a ...
0
votes
0
answers
8
views
Typescript throws error on index type although const object and type contains it
I must admit that I am missing some knowledge regarding TypeScript, but I can't wrap my head around the following problem. Hope someone can enlighten me on this.
I have a functional component that ...
0
votes
0
answers
8
views
Is it possible to change timeout option on react-snap?
I try to use react-snap but I always this error :
crawled 29 out of 55 (/cours/les-puissances/ecriture-scientifique)
✅ crawled 30 out of 55 (/cours/les-puissances/liens-entre-puissances-et-racines)
✅...
0
votes
0
answers
6
views
How to resolve a conflict between the sqlite3 which comes preinstalled with macOS and the one I installed for the personal use?
I used Homebrew to successfully install sqlite3. However, after the installation it gave me the following message:
sqlite is keg-only, which means it was not symlinked into /opt/homebrew,
because ...
-2
votes
0
answers
13
views
How to use Amazon S3 inside a nodeJS app?
I am trying to use Amazon S3 to upload/download some images and videos from inside my locally running NodeJS application. But when I search for that, there are tons of different code snippets and ...
0
votes
0
answers
13
views
How to use mix-blend-difference on a deeply nested child element without affecting other sibling elements?
I want to target a specific text here, in this case, the word 'developer':
I want something similar to what is happening with shapes in 2015 XOXO festival webpage.
I've tried just using mix-blend-...