Douglas Reith

Results 12 issues of Douglas Reith

Hi, Thank you for this plugin. I use it a great deal. Do you know if it is possible to get it to work in the other file when I...

Just trying out https://aws.amazon.com/blogs/opensource/building-a-prometheus-remote-write-exporter-for-the-opentelemetry-go-sdk/ However, couldn't get docker-compose to run up successfully on Ubuntu. One error: ``` /go.mod: no such file or directory ``` fixed with ab10ca0 - don't use...

We are using the MongoDBPurger but we found that adding `authorization: enabled` to `/etc/mongodb.conf` causes it to fail, due to: https://jira.mongodb.org/browse/PHPLIB-277 I thought another way to avoid ^^ is to...

Hi, thank you for this contribution. I was just wondering if you could add some github topics (labels) to this repo to make easier for other folk to find? e.g....

Hi, thanks for the plugin. I may be doing something wrong but even if there are no sniffs detected the window still shows with the following: `|| S #!/usr/bin/env php...

`include` returns `1` on success. Did this ever work? Maybe a long time ago? So I get: ``` PHP Fatal error: Uncaught TypeError: Doctrine\ORM\Tools\Console\EntityManagerProvider\SingleManagerProvider::__construct(): Argument #1 ($entityManager) must be of...

Hi @nickjj I'm getting the following when attempting to build the docker containers in the VM (chapter 8). ``` Sending build context to Docker daemon 10.24 kB Step 0 :...

All the double-negatives are a little difficult to unpack but I think the `-n` flag and: https://github.com/jpillora/go-tcp-proxy/blob/master/proxy.go#L76 is not doing anything because `SetNoDelay(true)` is the default: https://pkg.go.dev/net#TCPConn.SetNoDelay

Hi there. The v_view_dependency script: https://github.com/awslabs/amazon-redshift-utils/blob/master/src/AdminViews/v_view_dependency.sql#L1 does not work for materialized views. I had a table that would not drop without 'cascade'. I could not find a dependency via the...

When attempting to `DROP ROLE my_role` I received the error: ``` [55006] ERROR: role "my_role" cannot be dropped because the role has a privilege on some object ``` It would...