-
Here is a sample case:
```
import numba
import numpy as np
betype = np.ones((120, 120), dtype='>u2') # big-endian
normtype = np.ones((120, 120), dtype='uint16') # ? endian
@numba.autoj…
-
```
What steps will reproduce the problem?
The Fedora package for leveldb includes a few useful patches.
Please provide any additional information below.
leveldb-0001-Initial-commit-of-the-autotool…
-
I am getting compiling on ubuntu 16.04 LTS with the example script commands provided in readme. I have listed only error here.
```
modwifi/drivers/backport-include/linux/kconfig.h:25:28: error: im…
-
[ლოგები](https://travis-ci.org/freeuni-sdp/arkanoid-16/builds/127083911) travis-დან
```
Tests in error:
interactCapsuleAndPaddle_KilledPaddle(ge.edu.freeuni.sdp.arkanoid.model.AutopilotCapsuleTest…
gkiko updated
8 years ago
-
In https://github.com/KhronosGroup/KTX-Software/pull/864#discussion_r1528458923, @aqnuep wrote that currently for the single-plane 4:2:2 YUV formats (YUYV) we set the sample positions to (Y: 64, 128, …
-
Related: #523 #652 and probably others.
We should add some simple encoding options. The most simple way is to perform encoding-detection and support UTF-8 and UTF-16. These are very easily extinguish…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27832](https://bugs.llvm.org/show_bug.cgi?id=27832) |
| Status | NEW |
| Importance | P normal |
|…
-
```
Replace binary format with something more reasonable for big/little-endian
portability.
```
Original issue reported on code.google.com by `igor.izy...@gmail.com` on 25 Jul 2010 at 6:43
-
```
What steps will reproduce the problem?
Trying to create pixels_alpha:
1. From ARGB lil-endian surface.
2. From RGBA big-endian surface.
What is the expected output? What do you see instead?
Unfor…
-
Currently, only `e_decomp` in the C library is wrapped, but there are a number of other useful functions. For example, I've not exposed any *compression* routines. This was partly due to time constra…