-
In DSDE methods, there are four backend configurations we would like to support.
- local w/ docker
- local w/o docker
- SGE (req: no docker)
- JES (req: docker)
But we would like to support the…
-
This idea addresses scenario #95.
A new `Null` literal in VB which always evaluates to either a null reference or a null nullable value.
# Advantages
Would be more intuitive. Addresses the pr…
-
## Description
Our monitors are set up to monitor [Search APM](https://vagov.ddog-gov.com/apm/services/search/operations/rack.request/resources?dependencyMap=qson%3A%28data%3A%28telemetrySelection%3A…
-
I just wanted to let you know that Must looks like a great library, but I opted to pass on it for two easily correctable reasons:
* it modifies the core prototype
* it uses the Lesser GNU Affero G…
-
In #282 @dbuenzli rightly insists on the importance of code-completion working under the assumption that our knowledge of the environment may be wrong (because of previous programming errors). It woul…
-
From @dnlnashed while working on the marketing site
> from what I researched theres a limit to the number of contexts for each browser (16 for Chrome). In the case of Chrome, once I either rendered…
-
DESTDIR isn't used but not standard INSTALL_ROOT is used instead.
The binary is copied to local/bin and it is hardcoded.
I think you shoud use DESTDIR and make a paramater to setup bindir (default a…
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/dotnet/roslyn/issues/188
- https://github.c…
-
Implement design in #1612
- Create and Update the API methods to get lists of layers. Include the suggestion from @mohsin-r for the initializing layers
- Update stores to support the underlying ar…
-
The default component generated with vue cli is like this
```Typescript
@Options({
props: {
msg: String
}
})
export default class HelloWorld extends Vue {
msg!: string;
}
```
ve…