alex88/heroku-buildpack-vips 32
Heroku buildpack with vips
Fast and simple setup of a sentry 7 server on heroku
alex88/symfony2.1-jenkins-template 8
A template for Symfony2 on Jenkins. Based on Sebastian Bergmann's template
alex88/openstack_hetzner_failoverIP 7
Small script to update Hetzner failover IP routing according to nova floating IP
My personal website
A Broadway producer for Kafka
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
CSV Decoding and Encoding for Elixir
Unifi Controller for Raspberry Pi 2/3
My dotfiles managed by DotBot
issue commenttechiediaries/ngx-qrcode
Angular 6 build : TypeError: Cannot read property 'kind' of undefined
Same on angular 8
comment created time in 4 days
issue commenttechiediaries/ngx-qrcode
<ngx-qrcode
elementType="url"
[value]="url"
[margin]="0"
errorCorrectionLevel="L">
</ngx-qrcode>
comment created time in 4 days
startedtimescale/timescaledb
started time in 4 days
issue commentluin/ioredis
ioredis in Bull Queue can't connect to redis, but redis-cli works
@microvnhaxor how did you fix this? I think i'm having the same issue
comment created time in 7 days
startedslowtec/modbus-core
started time in 8 days
startedslowtec/tokio-modbus
started time in 8 days
startedsethvargo/go-retry
started time in 22 days
issue commentdbeaver/dbeaver
Error when editing enum array columns with default value
I just wanted to report that I have the same issue trying to edit a ARRAY[]::character column.
Rarely it does work but most of the time it doesn't
comment created time in a month
issue commenthttp-party/node-http-proxy
POST requests to my server appear to just hang, and never arrive at the target server
Does anyone have an idea on how to use this for e.g. multipart requests? In my case req.body is {} (maybe because I'm using nestjs and the middleware order messes up the request object?)
comment created time in 2 months
issue commenthttp-party/node-http-proxy
POST requests to my server appear to just hang, and never arrive at the target server
In my case I had to change it to
if (req.body && ['POST', 'PATCH', 'PUT'].includes(req.method)) {
const bodyData = JSON.stringify(req.body);
proxyReq.setHeader('content-type', 'application/json');
proxyReq.setHeader('content-length', Buffer.byteLength(bodyData));
proxyReq.write(bodyData);
}
because for get requests req.body was {} and the backend service was having issues with it
comment created time in 2 months
issue commenthttp-party/node-http-proxy
POST requests to my server appear to just hang, and never arrive at the target server
Thanks @jaredjensen! That fixed it for me as well!
comment created time in 2 months
issue commenttypeorm/typeorm
Add custom select and map to property of entity
@Troncoso if you find a solution please post it here as well, I'm looking for the same thing
comment created time in 2 months
issue commentinfluxdata/influxdb
influxdb2 does not send notifications
I see the same error on my end as I've reported here https://community.influxdata.com/t/notification-when-status-changes-from-ok-crit/13847/9 Tried multiple configs:
- with and without tags
- state change from any to crit and crit to any
- when state is crit all with 1 minute interval and check 1 minute interval too, no notifications has been sent out
comment created time in 3 months