Jonathan Weaver

Results 33 comments of Jonathan Weaver

You're welcome! Seems like a great tool that should help me out quite a bit! I can indeed query both `slack_user` and `azuread_user` on their own. I should have mentioned...

Here is a clean log, with only minimal redactions where needed. [plugin-2022-07-19.log](https://github.com/turbot/steampipe/files/9145091/plugin-2022-07-19.log)

I (re-)re-created it via the `scheduler-cli` and it took this time. We can see my recreations were identical. Still lost, but happy that I won't break a scheduled task like...

I lied - I changed one more thing... I removed the `endtime` on the single period to ensure that recreating the schedule didn't turn off an instance that was actively...

@tas50 Can you please take a look at this? I know you mentioned that you don't know who the maintainer is, but it'd be nice if the issue wasn't left...

Presently exploring creating a pre-commit toolchain for our developers. This would certainly be a welcome addition.

> Hi @vainkop Thanks for opening this issue. I suspect the DNS resolution failure you are seeing is due to this upstream issue with Go itself: [golang/go#8877](https://github.com/golang/go/issues/8877) I believe building...

I was facing this same issue. There's really no good reason for me to expose Grafana publicly, but I am just toying around, trying to gain more Kubernetes understanding. I...

Adding my voice and vote. I see I came at an opportune time, with the upgrade to `Coming Soon` on the roadmap. Is there any timeline that can be provided...

+1. Interestingly enough, the AI that lives on the LangChain Discord states that this is already possible via the following: ```python llm = LlamaCpp(model_path="./models/llama-7b/ggml-model-q4_0.bin") embeddings = LlamaCppEmbeddings(model=llm) ``` Link: https://discord.com/channels/1038097195422978059/1098372830112010240/1098379448102965278...