-
requested on IRC
zuzak updated
4 years ago
-
I've tested it in Halo: MCC. Without is I have 180fps, with TFAA - 70. Probably need some optimization
-
In this example, `x` has different (compatible) types in `e` and `m`. We should instead flag an error saying the annotation for `x` is too general and should be `{ f1: int, f2: bool }`.
```
module…
-
Hi Marty,
I noticed that your MXAO filter is here.
There's a SSAO file by you that's going around, which is copyrighted 2015:
https://github.com/Mortalitas/GShade/blob/master/Shaders/SSAO.fx
…
-
## New Feature
### Summary
This tracking issue is used to monitor progress in the specification, implementation, and documentation of the Dynamic Optimal Graph (DOG) gossip protocol. For which a…
-
A couple of issues:
- L' - is in the lexicon as a STOPWORD but it is not getting recognized this might be related to the 'º' issue #32
- '-' is not getting classified as a DASH token
```
time ../src/…
-
This Github issue is synchronized with Zendesk:
**Ticket ID:** [#9501](https://quintype.zendesk.com/agent/tickets/9501)
**CMS**: https://eastmojo.quintype.com/
**Website**: https://www.eastmojo…
CXAdi updated
4 years ago
-
Examples of unsupported scenarios:
```bluespec
module A {
const N: int
var x: int
action aInit = x' = 0
action aStep = x' = x + N
}
module B {
import A(N=2) as A2
export A2…
-
Add `+=`, `^=`, etc operators to Qureg:
```python
class Qureg(list):
...
def __iadd__(self, other):
if isinstance(other, int):
OffsetGate(other) | self
…
-
Hi
First off thank you for creating the type definition, but I had an issue when I tried to create a burst animation, like the following:
```
burst = new mojs.Burst({
left: 0,
…