Alex Turpin

Results 11 issues of Alex Turpin

I really like to be able to track the locations of files that I include in my projects and I noticed this link wasn't working. The GitHub link is likely...

Just a suggestion, but multiple language support within lunr.js would be pretty neat. There is a good repo out there, https://github.com/MihaiValentin/lunr-languages, but unfortunately it's not maintained and there are many...

## 🙋‍♂ Question Hey folks. I'm using Immer with React and I want to create a custom produce function that does something with the new state. I want to pass...

question

I'd like to suggest the establishing of an official list of supported browser versions. I looked around the repo and I can't seem to find anything like it. This would...

:sparkles: User Experience
:books: Documentation
:children_crossing: Junior Jobs

I've finally started integrating vite-plugin-ssr in my vite-plugin-cloudflare project and [have been running into some issue](https://github.com/brillout/vite-plugin-ssr/discussions/797). Decided to take a step back and attempt the VPS example from this repo,...

Nothing was working for me on Windows but was for others on Unix-like systems. I debugged it and found out that it couldn't open my file because of path resolving...

Searching for "align" in the `react-window` types does not find this page! https://tsdocs.dev/docs/react-window/1.8.10/types/Align.html

On level 17, I was getting weird errors when using `canvas.stroke`, errors saying it wasn't a function. I console logged its value and saw that it was `'#F00'`. I did...

security

#### Describe the issue and the actual behavior Trying to allow letters to be typed into a pattern formatted component. Setting `isValidInputCharacter` to `() => true` seems to have no...

Hey folks, Could there possibly be an event added for when we manage to successfully connect to Memcached servers? I like to log both connection success and failures. Cheers