Basti Ortiz

Results 11 issues of Basti Ortiz

# Summary Previously, the `layout` module enforced strict trait bounds on the underlying user data type—that is, `U: Copy + Clone`. This is not necessary for most of the methods...

# Overview Hello there! This PR removes the usage of the `to_lowercase` method in the `sort` module. I noticed that its goal was to perform case-insensitive pattern-matching, but it unfortunately...

Hello there! I noticed that one of my projects had multiple duplicate dependencies due to `mongodb`. This PR bumps up the crate versions. Most of the bumps were patch-level. The...

### Description of the new feature / enhancement ## Summary Currently, many CLI packages tend to modify the user `PATH` variable to make its binaries available in the shell. This...

Issue-Feature
Command-Install
Portable

## Preserving the ambient context #12224 changes the default export of `*?enhanced` modules from a value of type `string` into a value of type `Picture` (from `vite-imagetools`). However, this change...

types / typescript
pkg:enhanced-img

* [x] I have followed the instructions in the PR template ## `const`-ifying the core As a long-time user of this library, I've noticed many of the core primitives in...

# 🐛 Bug Report For some context, [`posthtml-component`](https://thewebartisan7.github.io/posthtml-components/docs.html) is a fairly popular PostHTML plugin that allows us to treat HTML partials like components (i.e., prop merging, slots, etc.). Consider the...

:bug: Bug
HTML Preprocessing
💰 Cache
Watcher
Stale

### Description This PR clarifies the explanation behind the short-circuiting `a || b` example used in the `$effect` guide. I personally felt like the original explanation was too short and...

documentation

Awesome project here. As I've been scouring the ecosystem for similar solutions for an app that I want to build, SignalDB has been the most promising so far. However, one...

The `step.sendEvent` function allows an array of payloads to be dispatched in bulk. However, Inngest currently makes no guarantees about the order in which these payloads are enqueued—only that they...

feature