Kurt Mueller

Results 19 issues of Kurt Mueller

Hey all, I followed (I think) the readme and installed Elmjutsu's necessary dependencies and went into Elmjutsu's settings to make sure everything was turned on. However, I can't seem to...

I'm trying to select the first paragraph in a group of sibling paragraphs. According to the MDN [nth-child()](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child) entry, I should be able to do this using `:nth-child()`. However, this...

type-bug

Hi all, I'm attempting to do my part and create a fork that implement the features I want to see. To that end, I've cloned the repo and tried to...

It would be defined something like this: ```elm {-| Take a number and a list, return a tuple of lists, where first part is prefix of the list of length...

**Describe the bug** Trying to invoke the `migrondi` command immediately invokes a pid killed error. **To Reproduce** Steps to reproduce the behavior: ```bash app git:(main) ✗ dotnet tool install --global...

[Enter steps to reproduce below:] 1. Toggle `git-blame` on. 2. Change file contents and save. **Atom Version**: 1.0.19 **System**: Mac OS X 10.11 **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package, v0.4.6 ### Stack...

Relates to: Remote - Containers I'd like to target the patch version of a dotnet release when referencing a docker image, like so: ```Dockerfile FROM mcr.microsoft.com/vscode/devcontainers/dotnet:6.0.300 ```

According to their changelog, `react-markdown` have removed the `escapeHtml` property in favor of using rehype plugins: https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-buggy-html-in-markdown-parser In their example, they use jsx to include the rehype plugins. I'm not...

I'd like to pull down this project and open it up in vscode with the proper dependencies installed with documentation on how to build the project and run tests. For...

## Rationale It should be very simple to set up a working development environment for the project. This pull request will lower the barrier to contribution from new developers as...