-
I want to use this as a sort of telephone in a story-telling server that I'm running.
However, my problem is that it actually runs too fast. I'm super new to coding, and I'm trying to figure out h…
-
## bearophile_hugs reported this on 2013-04-03T19:44:52Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=9871
### CC List
* greensunny12
### Description
In many situations a std.type…
-
## Description of bug / unexpected behavior
When running opengl without the preview flag -p and interactive_embed I get the error `AttributeError: 'NoneType' object has no attribute 'is_closing'`…
-
This is a bizarro bug, I'm not even sure what to call it - but I know it's something in `IRTools` because when I turn my dynamo off, the program runs correctly. So it's possible I'm doing something cr…
-
```
What steps will reproduce the problem?
1) Serialization gives the length of the list\array
Schema schema = RuntimeSchema.getSchema(Integer.class);
byte[] bytes = JsonIOUtil.toByt…
-
Trying to familiarize myself with Button internals I have attempted to implement a small convenience feature as a practical exercise - being able to specify the resource to build via `button build pat…
-
Our build and test system is getting a bit unwieldy, and it currently requires a large number of files at the top-level of the repo. We'd like to address both of these points, and this issue is intend…
-
The following is sample test code in **Python 2 with Skyfield 1.30**:
```
import datetime
from skyfield.api import load, utc
ts = load.timescale() # timescale object
PreviousNewMoon = datetim…
-
Dear developers,
I've already successfully run the full m6anet pipeline (version 2.0.1) on a given dRNA-Seq dataset, but now am experiencing the following error during the dataprep step on a differ…
-
There's a problem that I've been unable to solve for a very long time now, so I need to ask about it.
I have Kafka set up with a script reading lines from a csv file into it. Then I have a Pyleus topo…