-
Cross compiling this package is not possible because the auto-tools cross compile check fails. In this scenario the **--host** option need to be set correctly. I would suggest the following fix:
```
…
-
This issue is related to #27, and aims at identifying the requirements for a monitor's state to be accessed and manipulated by another program (which could be written in Python or not).
What we shoul…
-
Many people like to browse ontologies as TSVs in excel etc, or to do programmatic operations over tabular serializations (RDBMSs, Pandas, R data frames, perl hacks, unix grep/sort etc).
It's fairly…
-
Hi @vsergeev,
I really love luaradio and am eager to switch many of my DSP projects over to your project, the main thing preventing me from doing this right now is your long-term "Add API for async…
-
In this post, I'll show users how they can deploy a [Kong API gateway](https://konghq.com/kong/) to Fly.io. The API Gateway will sit in front of a public API (probably something from [this list](https…
-
In commit f5a5e814be41922173f3a77fab8c6 the `SIGTERM` signal is not handled as it should be by [signalfd(2)](http://man7.org/linux/man-pages/man2/signalfd.2.html) facilities of C++ file `hcv_backgroun…
-
I am running issue when generating audio.
Here's my code.
```python
%pip install ipython
from IPython.display import Audio, display
# Generate transcript only
from podcastfy.client import ge…
-
There seems to have been some attempts to get ghc-mod working with 8.2.1; curious what the status of that work is. Thanks for this great software; now that I upgraded to 8.2.1, I'm really missing it!
-
When using `synth_ecp5`, it seems `-abc9` has been turned on by default at some point. However, it looks like something got miscompiled, or abc support is missing somehow, meaning `synth_ecp5` just im…
-
It's the nature of I/O libraries like Trio that their test suites are prone to weird intermittent failures. But they're often hard to track down, and usually the way you encounter them is that you're …