Gaétan Lepage

Results 55 issues of Gaétan Lepage

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/32f63574c85fbc80e4ba1fbb932cde9619bad25e' (2023-12-31) → 'github:NixOS/nixpkgs/9d29cd266cebf80234c98dd0b87256b6be0af44e' (2024-05-25)...

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/850cb322046ef1a268449cf1ceda5fd24d930b05' (2024-05-23) → 'github:nix-community/home-manager/29c69d9a466e41d46fd3a7a9d0591ef9c113c2ae' (2024-05-30) • Updated input 'nix-darwin': 'github:lnl7/nix-darwin/0bea8222f6e83247dd13b055d83e64bce02ee532' (2024-05-24) → 'github:lnl7/nix-darwin/c0d5b8c54d6828516c97f6be9f2d00c63a363df4' (2024-05-29)...

Add support for [edgy.nvim](https://github.com/folke/edgy.nvim). Fixes #1568

Hello, [nixpkgs](https://github.com/NixOS/nixpkgs/) contributor here. While [working on bringing the latest update of pygame to nixpkgs](https://github.com/NixOS/nixpkgs/pull/322423), I am facing the following test failure: ``` ====================================================================== FAIL: test_queue (pygame.tests.mixer_test.ChannelTypeTest.test_queue) Ensure the Channel.queue()...

### Describe the issue as clearly as possible: Using `jax`/`jaxlib` 0.4.28 and `jaxopt` 0.8.3, the following test fails on `aarch64-linux`: ``` FAILED tests/adaptation/test_adaptation.py::test_chees_adaptation - AssertionError: ``` ### Steps/code to reproduce...

When trying to run the test suite for jaxopt 0.8.3 with the latest jax/jaxlib installed (0.4.28), I face the following issues: - The tests completely crash (core dumped style) if...

Context: updating `jax` in nixpkgs: https://github.com/NixOS/nixpkgs/pull/291705#issuecomment-2095894365 One of the `jaxopt` tests fail when ran with the latest `jax` (0.4.26): ``` ============================= test session starts ============================== platform linux -- Python 3.11.9,...

## Description of changes Changelog: https://github.com/huggingface/transformers/releases/tag/v4.42.3 cc @pashashocky @happysalada ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [...

6.topic: python
10.rebuild-linux: 11-100
10.rebuild-darwin: 11-100

Follow up of #87. This is an alternative way of getting around the dynamic registrations issue. We only ensure that the LSP client supports formatting in the `format` function.

#### Code Sample, a copy-pastable example if possible Context: maintaining the `python311Packages.rioxarray` package on nixpkgs: https://github.com/NixOS/nixpkgs/pull/320524 A few tests fail on `aarch64-linux` with `AssertionError`. No issue was found on `x86_64-linux`....

bug
test