Ben Haines

Results 13 issues of Ben Haines

I'd like to remove a property with a specific name from an object. For example given: ```js const x = { numprop: 3, // important comment about the numprop filter:...

With the old version of snabbdom, I get an error on example 4 by: 1. Clicking 'add' 2. Clicking 'X' on the counter that appeared after step one. The error...

Hello, I'm finding that the behavior of trying to treat the character "under" the block cursor as "selected" without actually selecting it leads to some confusing interactions, a couple in...

Closes #8104 ## 📝 Description This PR exports the `useAlertContext` hook. This increases the flexibility users have for customizing the Alert and the Toast component that depends on it. A...

**What version of protobuf and what language are you using?** Version: v.3.11.2 Language: Python, Javascript **What operating system (Linux, Windows, ...) and version?** MacOS High Sierra Version 10.13.6 **What runtime...

bug
javascript
triaged
port-fix

Hello, I'm trying to use the `pin` configuration option of the Map component and the Mapbox provider. Specifically I'm trying to use a custom svg icon by returning: ``` return...

Hello I'm looking for guidance on the correct way to implement a particular pattern I've seen on e-commerce sites. ### Description On a search page a number of filters are...

### Description The story here is throwing an error: https://storybook.saas-ui.dev/?path=/story/components-datetime-dateinput--date-time. `Invalid granularity minute for value 2023-01-01` ### Link to Reproduction https://storybook.saas-ui.dev/?path=/story/components-datetime-dateinput--date-time ### Steps to reproduce 1. Go to https://storybook.saas-ui.dev/?path=/story/components-datetime-dateinput--date-time ###...

The behavior of vscode's built in `editor.action.selectToBracket` command changes when used in a TOML file, specifically it seems to ignore curly brackets. For example in a file with the following...

Users of [grpc-web](https://github.com/grpc/grpc-web) clients that want to support streaming are currently required to use the `grpc-web-text` wire format (https://github.com/grpc/grpc-web?tab=readme-ov-file#streaming-support). On the server side this format is supported by proxies like...