Mark Volkmann

Results 56 issues of Mark Volkmann

I have this in my `.swiftformat` file: ``` --commas inline --disable spaceInsideComments ``` When I run `swift format .`, it changes the following code: ```swift /* HStack { Text("Bar Code...

bug
enhancement

I think the problem is that ifError assertion which is simply "if (error) throw error;" is getting wrapped by assertWrapper which contains a try/catch. This stops the throw from escaping...

I'm trying to get a basic example of file-based routing working. The README provides a basic `vite.config.ts` file, but it doesn't describe the changes needed in `package.json` to use Vite....

When I run ":Ag term" from Vim it finds the first file with a match and opens it. The status line says "No matches for term" even though it found...

I don't see any examples that show how to conditionally include elements in a template. Is that possible? If so, what is the syntax>

📚 docs

Many of the snippets, including `alpine-cdn`, are specific to version 2 of Alpine.

Should the README mention that you still need to install and configure use of svelte-preprocess to remove type annotations from `.svelte` files in order for apps to be built?

When this restarts the app, shouldn't it begin by calling `love.load`? My app crashes after restarts because it is not calling `love.load`.

A nice enhancement to your macro would be to filter out computed properties so the generate initializer does not contain parameters for them. For example, suppose you want to to...

I have this endpoint definition that sets `set.status` to 400 and logs that it does so. But the actual response status I see in Chrome DevTools is always 200. Am...