-
Current Accel-Sim trace file is text-based, unnecessarily consuming a large amount of storage space. Although the trace size can be cut to 1/10 with accel-sim#265 compression trick, another problem wi…
-
Hi, I have found an issue which is replicated below:
```python
code = """
def foo(bar):
if True:
# I cause a Failure
print("Foo %s!" % bar)
"""
import redbaron
red = redbaron.Re…
Ahuge updated
7 years ago
-
Historically, there was an ugly hack in XQF to parse binary Savage master answers in XQF ascii text parser. For 1.0.6 I moved this functionality to an external uglier script since the old hack was def…
-
Example:
```
>>> import requests
>>> url = "http://vizier.u-strasbg.fr/viz-bin/votable/-b64?-source=V/127A/mash1&-out.max=20&-out.meta=hu2D"
>>> result = requests.get(url)
>>> with open('test.v…
-
Seems like cddl is unable to validate any CBOR binary that uses non-standard simple values, instead producing
```
Validation of "filename.cbor" failed
error parsing cbor: unassigned type at offs…
-
Per https://github.com/gpuweb/gpuweb/issues/3346, WGSL has a partial order of precedence, meaning that among other things the arguments to a shift expression must be parenthesized if they are not unar…
-
Hi, i'm thinking about creating a procedural model generator that would create a .json description of the result and am stuck behind converting it back to .vox, could you implement conversion from .js…
-
Hi guys,
I got a problem with Yices. Given the [attached file](https://github.com/pysmt/pysmt/files/2694247/test1211.smt2.gz), I get the following when trying to get a model for the formula in the …
-
Hi,
We're using Timberlake for several years already, we recently decided to upgrade to the latest version and found out that after cdacf5406e4419c0c472665a48b44b541e66cbfa was merged, Timberlake i…
-
There are two crate-visible functions in Decimal and Coefficient that are used for timestamps.
To support that there are two functions which work fine for their current purposes but have surprising…