-
Approx. 1-2 users/ week email to ask WTT to add some sort of 'were you happy with your reply' question to the questionnaire (which is currently 'did you get a reply?' Yes/No). There are a number of is…
-
Essentially what the title says, in my MessageReceivedAsync method, I grab the user's message and make a HTTP call to Luis to grab the relevant intents that match it - if it matches a specific one, I …
-
![settings_agents_settings](https://cloud.githubusercontent.com/assets/1004491/15039413/470f9846-12ad-11e6-8186-c3e9e1ad521e.png)
This is translated in messages.po, but it stays in English...
-
1) Create instance, fill out at least one field, save instance
2) Copy URL somewhere safe, confirm it returns to your instance
3) Delete instance
4) Click on URL now. What happens? (It should produc…
-
I have a simple file with a single Json object.
filename: index.get.json
```
//! statusCode: 200
{ "content": "I am a wildcard comment for any id", "author": "sideshowcoder" }
```
After st…
-
Currently code_execute_result verification is done using [strict equality](https://github.com/jupyter/jupyter_kernel_test/blob/b51d9911bc7a8bfbb826d3fd3149767c319b73fe/jupyter_kernel_test/__init__.py#…
-
It appears that all-your-base.json is malformed. Where allergies.json has the structure of:
``` json
{
"allergic_to": {
"description": [ ... ],
"cases": [ { "description": "...", …
-
Hey,
I am trying to port the Hyde theme (https://github.com/poole/hyde) from Jekyll over to Wyam to use with a blog but I am having a hard time figuring out where to start. Are there any instructions…
-
Hi,
In our Application.java files for each of our Spring Boot applications, we create a Bean for the WebMvcConfigurerAdapter to override the configureContentNegotiation() method. We do this mainly t…
-
Let's say I build a custom element called menu-button that is basically intended to be a component with button-like behaviour, but the button like click opens a menu.
The visual content displayed for…