Tamás Sallai

Results 20 issues of Tamás Sallai

One of my ```install.sh``` starts nvim and that reads the other ```install.sh``` paths from stdin. This prevents them from running. I've solved this by using ```find```'s ```exec``` to run the...

When I send a request with a different Host header then the request is logged successfully but the Host is missing. ``` curl -H "Host: example.com" https://rbaskets.in/3vgdn65 ``` Shows: ![image](https://user-images.githubusercontent.com/82075/89011417-9b7fc180-d310-11ea-9c0a-1abf49cfad2a.png)...

bug

- [x] This feature is not on the latest version ## Request I have a bunch of images and I want to make sure they are displayed as JPGs. The...

bug

### What is the problem? I tried to extract the public key for an asymmetric KMS key but I get a ```Response is not valid JSON``` error. ### Reproduction Steps...

bug
p1
@aws-cdk/aws-kms
service-api

I often find myself searching in the video when a specific thing happens, for example when a specific element appears. I usually have longer Sequences so all I see is...

💙 developer experience

I use ```$extensions.invalidateSubscriptions``` to close the subscription for users no longer allowed to receive updates and it works for a single subscription. But when I tried to invalidate multiple subscriptions,...

I've followed the steps described [in this comment](https://github.com/mobilexag/plugin-sass/issues/70#issuecomment-244663684), and while it indeed works, it makes the browser download a whole bunch of files. Chrome devtools shows that the simple blue-background...

These commits wrap the implementations with an UMD boilerplate. This make them easier to use in a componentized (like WebPack or Browserify) environment, and allow things like: `import Alea from...

I needed a way to reproducibly shuffle an array, so that I won't get different results each time the template is running (unless the underlying data is changed). This PR...

The ```ctx.request.headers.authorization``` contains the exact authorization header that the client sent in the request. ![image](https://github.com/aws/aws-appsync-community/assets/82075/89109e0d-78f5-4e57-af39-c80ee1b87777) This is a very sensitive information as that allows anybody who can read it to...