-
We left out [`rethrow`s immediate argument](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions.md#rethrows) in the last CG meeting's poll because we weren't sure ab…
-
Test cases need to be able to be grouped together by function. A simple way of doing this is simply by directory, i.e. a directory is considered a "bucket" and any test cases inside that directory ar…
-
propose similar to @dcode with what he did with related.ip
should have any VLANs copy_to (via elasticsearch) or custom via logstash:
related.vlan
-
Hello!
I am building the inline editor from source and I have followed the documentation here https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html#using-the-e…
-
**The issue occurs while working with:** (check one with "x")
- [x] *app.storyblok.com (CMS - Interface)*
- [ ] *api.storyblok.com (CMS - Content Delivery API)*
- [ ] *mapi.storyblok.com (CMS…
-
### Steps to reproduce
Define a fixed element eg:
```
- name: blog_index
fixed: true # Likely you will want the index separated from the normal flow of content
contents:
- name: blog_p…
-
### Terraform Version
```
Terraform v0.13.0-beta1
```
### Terraform Configuration Files
```hcl
# examples/aws/prometheus_ha_pair/variables.tf
...
variable "ha_pairs" {
descrip…
-
Currently, we program everything directly against JSDoc's JSON output. Even the TypeScript stuff first converts to JSDoc. But JSDoc's JSON is unspecified, idiosyncratic (i.e. https://github.com/mozill…
-
Provide an API for scoping temporary and non-temporary names within modules.
Related to #535
Proposed API:
```scala
// Prefix only temporaries
withTempPrefix("_COV") { ... }
// Prefix all i…
-
So imagine I'm building an API from a set of blueprints like
```
signupbp = Blueprint('signupbp', __name__, url_prefix="/signup")
@signupbp.route("/")
def signup_start():
return "signup_start"
…