-
The `loop { continue { } }` control flow construct of WGSL isn't present in an other language that I know of and makes writing simple loops more verbose than familiar for-loops. We should consider add…
Kangz updated
4 years ago
-
#### Description of the problem
The new custom entries stuff in 8.9 looks great, with one glaring downside: It does not seem possible to use the same brackets to access different custom grammar…
-
If an initial goal of this proposal was to restrict usages of trusted types to literal strings, unless an explicit escape hatch were used, I believe this would be possible using a slight template lite…
-
Hi @vuptran,
Thanks for creating this library!
I've got a more general question on retraining, locality and transfer learning.
Say I have a graph G_1, and another graph G_2. And let G_1 > G_2 in …
idanh updated
5 years ago
-
[//]: # (Enclose links to things related to the bug using http://wowhead.com or any other TBC database.)
[//]: # (You can use screenshot ingame to visual the issue.)
[//]: # (Write your tickets acco…
-
# Next paper candidates
Let's propose papers to study next! All papers mentioned in the comments of this issue will be listed in the next vote.
## Last session runner-up(s)
[Topology Adaptive Gra…
-
(Continued from https://gitlab.haskell.org/ghc/ghc/issues/18035)
Consider the following code, an attempt to implement a heterogeneous association list:
EqVsDecide.hs
```haskell
{-# LAN…
-
ie we can get a Prop equivalent to any Set, in this example equivalent to `nat`.
~~~coq
Inductive Foo@{i} (A:Type@{i}) : Type := foo : (nat:Type@{i}) -> Foo A.
Arguments foo {_} _.
Check Foo Tru…
-
I have a recursive type definition for JSON Serializable entities (Exhibit A, edited after discussion with @JsonFreeman ):
``` typescript
export type IJSONSerializable = IJSONSerializableObject | num…
-
# Next paper candidates
Let's propose papers to study next! All papers mentioned in the comments of this issue will be listed in the next vote.
## Last session runner-up(s)
- [Graph Attention Net…