Brian Hicks

Results 85 issues of Brian Hicks

Right now there are: ```elm int : Int -> Int -> Fuzzer Int anyNumericInt : Fuzzer Int anyInt : Fuzzer Int positiveInt : Fuzzer Int negativeInt : Fuzzer Int nonpositiveInt...

I have a query that looks like: ```sql SELECT column FROM table WHERE other_column IN (?) ``` I'm trying to port this code to sqlite-simple, but I can't find a...

Hey! I've got a weird bug. I haven't had success making an SSCCE, but maybe this will jump out at you since you know the code. I have a `pnpm`...

I'm setting up elm-watch at work. We have different parts of the frontend separated into different packages so [Turbo](https://turbo.build) can cache the JS/HTML/CSS/images/GraphQL code/etc all independently. This helps us keep...

Is there a good way to use elm-optimize-level-2 with elm-watch? It looks like they both need to start from the Elm files. Just kind of idly curious, but I am...

I was messing around with server-side rendering for elm-conf.us and noticed that elm-css always outputs pretty-printed CSS when using `Html.Styled`. This made the payloads grow. Not by a *lot*, mind...

enhancement

Here's an example: ```markdown this is a **strong **word. ``` I'd expect this should be formatted as "this is a **strong** word" but comes out as unparsed source. Context: I...

(disclaimer: I'm a bit new to both Jam and require, trying to figure this out for the first time.) I'm using Jam with Django. Right now, here's the relevant bits...

It's a little memory hungry. Profile and fix.

bug
enhancement

wrapper. yeah. prefork goodness.

enhancement