-
cc/ @gugahoa @Schmavery I'm not totally sure how to fix this one, so reaching out for help.
In `examples/2-query` in `Monster.re`, change L37 from this:
```reason
let (result, _) = Hooks.useQue…
-
My bot, PoS-Bot, uses `/cmd roominfo` and `/cmd userdetails` to collect metadata about rooms and users on connect. There are two issues I encountered:
- sending `/cmd userdetails` at the wrong time s…
-
Apparently the method ListByPipelineRun does not exist anymore on the ADF Client? Now I only see QueryByPipelineRun. Should this be updated?
---
#### Document Details
⚠ *Do not edit this section. It…
-
I was testing out downloading client avatars using this bot and I ran into some issues:
1. CLIENT_FLAG_AVATAR remains null even though a client set his avatar tested side by side with the ts3 php f…
-
>We are continuously addressing and improving the SDK, if possible, make sure the problem persist in the [latest SDK version](https://www.nuget.org/packages/Microsoft.Azure.Cosmos).
**Describe the …
-
**Preface**
`Aggregate`s and `ProcessManager`s are the versioned entities, which can handle commands. Each modification of their state leads to the version increment.
At the same time the targe…
-
## My actions before raising this issue
- [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [x] Read/searched [the docs](https://docs.openfaas.com…
-
Yet another ICE on const generics. (I'm pretty sure it's duplicate, but I have not found issue with exact same error.)
I tried this code:
```rust
#![feature(const_generics)]
struct Foo([T; {…
-
I'm having no luck creating a new UserDefinedFieldDefinition using the API. I can successfully populate pre-existing UDFields but in attempting to create new ones I'm getting errors
```php
$udfDefin…
-
I just encountered a very time-consuming defect where the query response was never returning. Upon investigation, I found out that the query response was received, however there was an issue in unmars…