-
Sparse fields let us save space if our region of interest is much smaller than our bounding volume - but what if we don't have a bounding volume? (or the bounding volume is extremely large, i.e. `Int.…
-
Since I started using the app with version 3.19, some PDFs are displayed with a zoom factor above 100% when opening them, meaning the entire page can't be seen. It's impossible to make the entire page…
-
In Serde the traits we implement for PhantomData should have worked for T: ?Sized, but as a bug they required T: Sized -- fixed in https://github.com/serde-rs/serde/commit/4751627f1cd14cacdf216188ccbb…
-
The same should depend on the content with the same mechanism as source-pane when opening as raw content
number of lines +2
-
Output size does not seem to be calculated properly when it contains `` tags.
For example, with code:
```
kernel.display.html("""
""")
```
![truncated video](https://user-images.githu…
-
In vanilla, the race descriptions appear like this:
However in OpenTESArena, it appears like this:
![reguard opentesarena](https://user-images.githubusercontent.com/6200170/37127526-c73bf1b4…
-
I have an app that use persistReducer(). At first it doesnt work, realize the response from webservice that I want to keep it offline is huge (4.6MB). Then I optimize it, now its around 6-15KB.
But…
-
You currently cannot use an index initializer to populate a fixed-sized buffer. For example:
```cs
struct Body
{
public fixed double V[3];
}
new Body
{
V =
{
[0] = 1,
[1] = 2…
-
The current VexRISCV configuration works well on big FPGAs like the Artix-7 and Spartan 6 but is too big for the tiny iCE40 based devices.
It would be good to add a variant which works well on the …
-
```
What steps will reproduce the problem?
1. Use the native onscreen keyboard or an external bluetooth keyboard; use a
layout on which the list-of-clues is shown (e.g., tablet in landscape mode);
t…