-
I'm currently using meshlab to transfer vertex colours (from protein models) to their faces. I'm doing this so that the colours can be visualised with the Augmented Reality tool Augment.
The proces…
-
Drawpile version 2.2.1, Linux
### Problem
When looking at a large canvas while zoomed out (for example, 4000x4000 on a 1080p screen), the canvas view looks extremely aliased, as if using nearest n…
-
The rotation center should be kept between two operations on an edge, as it would be more practical for rigging, etc.
-
# Huffman Coding Problem
### Problem Description
Huffman Coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters based on their frequencies…
-
Hello,
I can not compile PIK successfully with MSYS2 under Windows 10.( I have quite many errors).
Could you post the latest cpik and dpik binaries for Windows 10?
Many thanks!
Cheers,
Raph…
-
### Vision statement / What / Requirements
The `FocusedDOMElementCache` (originally introduced in #393) solves the problem that when the WebView loses focus in Android and regains focus in Android, t…
-
Our legacy YAML files include inline documentation, e.g.
```
client:
# The client name is:
# - exposed to the algorithm/process engine through the ENV directive for selecting configuration…
-
I don't usually make requests for new features but I've stumbled upon a few areas where I think the tile node could be improved. Hopefully these suggestions aren't too far beyond the scope of work be…
-
Different use cases require different views or perspectives on the data model. We should implement a computable system for declaring how to transform between views. Some of these will be information p…
-
```python
import io
import warcio
output = io.BytesIO()
writer = warcio.warcwriter.WARCWriter(output, gzip = False)
payload = io.BytesIO()
payload.write(b'HTTP/1.1 200 OK\r\nDate: Thu, 27 Ma…