Tamás Sallai
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: ...
- [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...
### 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...
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...
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.  This is a very sensitive information as that allows anybody who can read it to...