-
See:
https://discord.com/channels/872284471611760720/1025099479877169233/1025099544205209690
@SandrinePDR :
I'll try to add a list of tasks that need to be done to solve this (from my point of vi…
-
```golang
var (
MaxWorker = os.Getenv("MAX_WORKERS")
MaxQueue = os.Getenv("MAX_QUEUE")
)
// Job represents the job to be run
type Job struct {
Payload Payload
}
// A buffered…
-
I did some survey around power metering ICs.
There are low cost power meter modules from China: [PZEM-004](https://abra-electronics.com/sensors/sensors-current-en/pzem-004t-multifunction-power-monito…
-
### Description
It would be helpful to block XML-RPC access as much as possible. Jetpack uses it, as do the WordPress.com mobile apps, so we shouldn't block it completely. Maybe we can get away with …
-
*Title*: Scalable Pod IP matches in listener
*Description*:
In Istio, we setup listeners with bind_to_port=false and use original destination redirection to match them. So we, roughly, have a List…
-
Hi there:
I found strage and wired speed perf using govips and pure go package to thumbnail image.
test code show here:
```go
package main
import (
"fmt"
"image/png"
"io/ioutil"
"log"…
zzjin updated
3 years ago
-
#### Describe the issue
While playing around another bug and editing the Scanner room.... it looks like it randomly decided to forget all the items already in that room. And since the key objects are…
lewri updated
3 years ago
-
Hi, I have an issue when using this library for high concurrent requests. When I apply a watermark with multiple concurrent requests, It will return an error `png2vips: unable to read source source` o…
-
I m trying to extract metadata from the image attached, but the results from net-vips are not usable in a production environment and are lacking features to read metadata.
**1. let's take the make …
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…