wangkev
wangkev
First off, thanks for creating doom and sharing your dotfiles - really appreciate it! I understand that this config is geared toward nixos (and you don't use mac), but was...
Hi -- Thanks for the awesome package! I am looking to leverage `beancount-import` in the `identify` -> `extract` -> `archive` and `generate` -> `test` workflow from `beancount.ingest`/`beangulp`. It seems like...
**Is your feature request related to a problem? Please describe.** I am looking for a decorator to specify both value and dag node inputs. `parameterized` allows for value inputs, `parameterized_inputs`...
`hamilton` raises a `ValueError` when using `typing.Union`, even if the type signature has the input type. # Current behavior Error when using `typing.Union` types. ## Stack Traces ``` ValueError: 1...
## Bug Report Not sure if this is expected behavior, but was not very intuitive. If perspective.Table has a `float` type, it only processes `float64` dtypes correctly. ### Steps to...
Having difficulty with the [`playwright-python`](https://github.com/microsoft/playwright-python) package. `shell.nix` ```nix let pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/cd63096d6d887d689543a0b97743d28995bc9bc3.tar.gz") {}; poetryEnv = pkgs.poetry2nix.mkPoetryEnv { projectDir = ./.; }; in pkgs.mkShell { buildInputs = [ poetryEnv...
Error ``` > nix-shell error: value is null while a list was expected, at /nix/store/x0q87hvyab6431g84iswgr92qz5wngaw-nixpkgs-20.09pre240426.f9567594d5a/nixpkgs/pkgs/development/tools/poetry2nix/poetry2nix/pep508.nix:130:15 (use '--show-trace' to show detailed location information) ``` `pyproject.toml` ``` [tool.poetry.dependencies] python = "^3.8" ipykernel...
New to nix, so apologies in advance. I am trying to set up a simple project with pandas, but am hitting some issues. Steps: - `poetry init` - `poetry lock`...