Gaétan Lepage

Results 55 issues of Gaétan Lepage

Hello, It is unclear what are the functions in `HarpoonPartialConfigItem` (i.e. the configuration for a custom list). The README [mentions an `add` function](https://github.com/ThePrimeagen/harpoon/tree/harpoon2#config) whereas in [this code comment](https://github.com/ThePrimeagen/harpoon/blob/2d3abde3c4db4981294f9405ca11e3156ae78323/lua/harpoon/config.lua#L16C11-L26), there is...

When connecting to a server that requires password authentification, with ```rust let pw: Option = None; let client_res = Client::connect("localhost", 4455, pw).await(); ... ``` it fails with ``` Handshake(ConnectionClosed(Some(CloseDetails {...

The following tests fail (`distrax==0.1.5`): ``` =========================== short test summary info ============================ FAILED distrax/_src/bijectors/tanh_test.py::TanhTest::test_stability__with_device - AssertionError: FAILED distrax/_src/bijectors/tanh_test.py::TanhTest::test_stability__with_jit - AssertionError: FAILED distrax/_src/bijectors/tanh_test.py::TanhTest::test_stability__without_device - AssertionError: FAILED distrax/_src/bijectors/tanh_test.py::TanhTest::test_stability__without_jit - AssertionError: FAILED distrax/_src/distributions/categorical_test.py::CategoricalTest::test_method_with_input_unnormalized_probs__with_device...

**Feature description** Would it be interesting/chanllenging/hard for `lorri` to support nix flakes ? By flake, I mean a flake having a `devShell` output section. This is more a question of...

Although Pypi reports 2.2.0 being available, there is no corresponding tag on the git repository. Could you please create one ? Context: updating triton in the nixpkgs repository. Thanks !

## Description of your problem or feature request Context: I am trying to fix `aesara` on the [nixpkgs](https://github.com/NixOS/nixpkgs/) repository. PR: https://github.com/NixOS/nixpkgs/pull/304881 When running the tests for the latest version (2.9.3)...

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/6e277d9566de9976f47228dd8c580b97488734d4' (2024-05-07) → 'github:nix-community/home-manager/d7682620185f213df384c363288093b486b2883f' (2024-05-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588' (2024-05-05) → 'github:NixOS/nixpkgs/f1010e0469db743d14519a1efd37e23f8513d714' (2024-05-09)...

Follow up of #1368 which I closed by accident.

Add support for the [SchemaStore.nvim](https://github.com/b0o/SchemaStore.nvim/tree/main) plugin, providing JSON schemas for Neovim. Fixes #1443

Those two tests fail both on `master` and `1.9.6` (which is the same at the time of writing. ``` ============================================================================== short test summary info =============================================================================== FAILED test/test_image.py::TestElementImage::test_image_preserveaspectratio - AssertionError: Tuples...