-
In CSharp we have made some common regex expressions, like e-mail and url.
So e.g. one can write VerbEx something like:
verbEx.StartOfLine().Then(CommonRegex.Email);
I think this should be implement…
-
# Suggestion
## 🔍 Search Terms
`tsc --build --noEmit`
build noEmit
List of keywords you searched for before creating this issue. Write them down here so that others can find this sugge…
-
I believe a common mistake for people coming with some programming experience in other languages might be trying to call a function with positional arguments. So eg if I call call a function like so `…
-
The following classes:
* `org.owasp.csrfguard.config.overlay.ConfigPropertiesCascadeBase` ([original source code](https://github.com/Internet2/grouper/blob/master/grouper-misc/grouperActivemq/dist/b…
-
Some things that would be nice to have available:
- Assertions (#3954)
- Branching (and rejoining) based upon
- the result of a previous input step: final job state, dataset content, etc (cou…
-
Hard-coded stringy names are problematic, especially in GHC 9.10.1 due to the `ghc-internal` rewrite. Some occurrences were handled in https://github.com/clash-lang/clash-compiler/commit/e565d26e4db89…
-
The DSL specification should tell about datatypes of variables, such as whether they are static or dynamic.
My proposal:
* Every variable has a FIX datatype so variables are interchangeable with m…
-
Hello all!
Would it be possible to bump the [ECMAScript version specified for Expressions](http://www.commonwl.org/v1.0/CommandLineTool.html#Expressions) from 5.1 to 6.0? ES6 offers many new featur…
-
We currently lack a specification on the precise semantics of expressions. Although we have an [introductory documentation](https://docs.rosetta-technology.io/rosetta/rosetta-dsl/rosetta-modelling-com…
-
- [X] Proposal added (below)
- [x] Discussed in LDM 2019-04-22
- [X] Decision in LDM (Approved for C# 8)
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
@333fred asked me
> Given th…