-
## Description
On my laptop Dell XPS 15 7590, (Pop!_OS 22.04 LTS) when I close the lid and open it again I have the error that is displayed on the black screen. There is no way for me to skip it an…
-
Major DBs have their asyncio client nowdays:
- postgresql: asyncpg
- redis: aioredis
- kafka: aiokafka
- etc
It's logical for any I/O access for python to be async.
Note that there is an unmai…
-
It appears the native addon Node Sass compiled for Node 9 with Nan 2.10.0 are resulting in errors.
i.e.
```
[1] 9331 illegal hardware instruction npm test
```
There is more detailed infor…
-
## What's the problem?
There are many features in Wordplay that would make it easy and fun to create a basic chat bot. For example, using the `Chat` input stream, and then checking the text entered…
-
Invoking LLC with the sample IR code below generates the following error:
```
:0: error: assembler label '.LBB0_-1' can not be undefined
```
`-filetype=obj` must be passed as option, as the er…
-
## Problem
Logstash Azure EventHub input plugin is implemented using a pretty old version of the Azure client library (`com.microsoft.azure:azure-eventhubs:2.3.2` released on 6 May 2019).
The Azur…
-
Currently, it seems that Kitura does not behave well in the presence of pipelined HTTP requests.
Support for pipelined requests is optional, though relatively easy to support on the server side, as i…
-
This is a lamentably vague report.
Somewhere between 29 September and 9 October, my vax8600 simulator (running VAX/VMS V7.3) has seen idle time utilization increase from 5% +/- 1% to about 10% +/- 2%…
-
Python 3.6 beta 1 was released on 12 Sep 2016, and a summary of the new features can be found here: https://docs.python.org/3.6/whatsnew/3.6.html . Being in beta stage means we can provide feedback o…
-
**Describe the bug**
mbed-tools are unable to compile for bare-metal profile.
**To Reproduce**
```
mbed-tools new test1
cd test1
nano mbed_app.json (Replace original content with content from …