-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
````cpp
struct A{};
template
void fun(T t){
if constexpr(std::is_same_v){
t;
}else{
…
-
This is a tracking issue to see the progress on validating which contextual keywords can be used as identifiers. All contextual keywords are listed below from https://learn.microsoft.com/en-us/dotnet/…
-
As @Simn said this probably won't be solved soon, but I feel like this is going to come up a lot (at least it's a very common pattern in vshaxe). In this example, some of the initialization logic is m…
-
### Description
Add the ability to generate an SBOM without doing a cve scan of the components found. We could potentially make this work for other formats other than SBOM (such as an HTML report)…
-
Hello.
Quite often while working with `ImmutableJS` data structures and other immutable libraries people forget that values are immutable:
They can accidentally write:
```
obj.set('name', 'newName'…
-
## word와 word의 ngram vector를 출력
cat [queryfile] | ./fasttext print-all-ngrams [binaryfile]
fasttext의 main.cc를 변경하여 만들었다.
-
When trying to come up with a concise and explicit way of splitting/copying & merging of streams I came to conclusion that either there'll need to be support for "live variables" as e.g. [Mech lang](h…
-
Newbie here. I'm following Til for a few weeks now and like the syntax and its simplicity. There is actually a somewhat similar actively developed attempt to create a simple Tcl/Rebol/Red/...-like lan…
-
cc @traviscross
# Summary
`shorter_tail_lifetimes` is an implementation of rust-lang/rfcs#3606. The RFC calls for shortening of lifetime of temporaries generated from the tail expression of a block…
-
I added support for both Haskell and Clojure (Clojurescript support comes for free with Clojure, because they are almost identical), as well as support for automatically defined anchors in the source …