Óscar Carrasco
Óscar Carrasco
Think of how `Portfolio.from_order_func(...)`[1] allows to construct orders based on arbitrary, user-defined logic, but extended to all `Portfolio.from_.*(...)` functions. This feature request (that, if valid, I do offer myself to...
**Is your feature request related to a problem you're trying to solve? Please describe.** I want to implement `devbox create` templates for initializing Bun based projects, both for JavaScript and...
### Steps To Reproduce 1. Create a blank project. 2. Load a SVG object. 3. Edit paths for a while, remove width, add strokes, create folders... ### Expected behavior The...
## Problem Using `nix (Nix) 2.18.1`. The _Options_ section in the `nix flake --help` message is preserving the HTML tags. e.g. running `nix flake new --help` will print the following...
## Proposed Changes This PR replaces uses of `String::replace` for editing and populating placeholders in `manifest.toml` to use `toml_edit` instead. Closes https://github.com/flox/flox/issues/1064. ## Release Notes N/A.
## Description The Go init hook should support the `GOWORK` env var. From the [_Go Modules Reference_](https://go.dev/ref/mod#workspaces): > A command determines whether it is in a workspace context by first...
### Description 📝 Anyone that creates a component should be able to provide functionality hooks to Dynamite through custom Node objects. This could be done by defining a Node (Nodable?)...
From the folks at [Astral.sh](https://astral.sh/) there's already a hook for `ruff` in git-hooks.nix. We could be adding [uv](https://github.com/astral-sh/uv), which is currently in [`nixpkgs-unstable`](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/uv/uv/package.nix). --- From the README in `uv` repo:...
### Description Having more flexible ways to instantiate `Decor` could be a good thing. I think it's handy to partially instantiate `Decor` with either the prefix or the suffix. ###...
## Description This PR extends `OpenAIImageGenService` by adding new image generation modalities supported by OpenAI. The new modalities are: * Edits: [Modify existing images](https://platform.openai.com/docs/guides/image-generation?image-generation-model=gpt-image-1#edit-images) using a new prompt, either partially...