Sébastien Bourdeauducq

Results 57 issues of Sébastien Bourdeauducq

Verilog lines such as ``` parameter real GTHE3_CHANNEL_RX_PROGDIV_CFG = 0.0, ``` cause a parse error but should not. Removing "real" works around the problem.

1. Deploy a NixOS 22.05 system with nixops 2.0.0 and ``experimental-features = ca-derivations`` in the target machine's Nix configuration. 2. Deployment succeeds, target machine is now running with ca-derivations. 3....

On Windows, asyncio servers sometimes print such log messages when clients disconnect: ``` ERROR:master:asyncio:Fatal write error on pipe transport protocol: transport: Traceback (most recent call last): File "C:\Users\User\Miniconda3\lib\asyncio\proactor_events.py", line 283,...

The following program intermittently gets a invalid handle error from `self.server[0].close()`. ``` python from functools import partial import asyncio loop = asyncio.ProactorEventLoop() asyncio.set_event_loop(loop) class Bug: def _child_connected(self, reader, writer): self.server[0].close()...

If an evaluation error ever occurred for ``.jobsets`` (e.g. from the source server failing, e.g. 502 error from HTTP git), it persists and the web interface continues to say ``Last...

bug

e.g. https://hydra.nixos.org/search?query=sd_image_raspberrypi4 500 Internal Server Error DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: canceling statement due to statement timeout [for Statement "SELECT me.id, me.finished, me.timestamp, me.project, me.jobset, me.jobset_id, me.job, me.nixname,...

Currently using ``hydraUnstable`` with flakes causes evaluation errors unless flakes are enabled system-wide. This in turn causes a lot of warnings to be emitted by regular nix commands if the...

Currently, the filters only applies to the log messages as they arrive. There is currently no way in the dashboard to search for a previously received log message by keyword...

area:gui
type:feature
type:needs-funding

Check if https://github.com/m-labs/artiq/pull/1943 is also needed on other boards (Artix-7 based).

Build firmware and device database from this JSON: ``` { "target": "kasli", "variant": "saymamaster", "hw_rev": "v1.1", "base": "master", "rtio_frequency": 150e6, "peripherals": [ { "type": "urukul", "synchronization": true, "ports": [0, 1],...