-
Please find some ideas to improve gsdx
- [x] Idea 1 (sw renderer):
On the SW renderer, final image is uploaded to the GPU. Current code rely on an external buffer which is copied in kernel space…
-
currently, each codefix/refactoring does its own logic to handle trivia when tree transform for code generation.
this makes each code fix/refactoring to have different degree of trivia handling and…
-
Hi
Not sure if this is the correct place for this issue.
Just started using this npm package and it's great, it makes reading diffs in my terminal great.
However when I use `git add --patch` it u…
-
-
-
The below is from a post by (my colleague) Paul Smith to the java-users list:
—
Hi ho peoples.
We have an application that is internationalized, and stores data from many languages (each project ha…
-
From Paul (Lighthouse) in normal network conditions:
- The state cache should only 1 state (the head state) attached to `beacon_chain.canonical_head`
- To process attestations, the shuffli…
-
### Describe the bug
I run ``make``, and it stops compiling with this error message:
```
/bin/sh: 1: mrkd: not found
make: *** [doc/Makefile:120: doc/lightning-cli.1] Error 127
rm external/aarch6…
-
Hi Tracers,
This issue is dedicated for discussions on OT-RFC-12 - OriginTrail Parachain TRAC Bridges
You can find the first version of the [RFC here](https://github.com/OriginTrail/OT-RFC-repos…
-
At ContentSquare we are relying a lot on _HasAny_ and _HasAll_ functions for our data models.
In an effort to improve speedup of those functions, we work on a proof of concept to determine how much…