Luka Hadžiegrić

Results 10 issues of Luka Hadžiegrić

I want to create a bar chart of `sin` function by sampling a value on every natural number (`sin 1`, `sin 2`, etc.) but, I also want to overlay continuous...

Let's say I have a section with tags, and another section with multiple select box that selects from tags. If I want to filter that section by multiple tags, I'd...

2 - Nominal

I guess I could define enum data type with sql and pretend it is just text from the haskell/selda codebase but what if I want Selda to create my schema?...

enhancement

Hi, So, I'm trying to validate a form on my application with digestive functors but I can't find a good way to successfully do that. I've read #236 but I...

Is it possible to run servant handlers with just URI? Meaning, can I run servant application without starting the e.g. wai server? I'd expect the function to look something like...

@tomjaguarpaw I've implemented the fix recommended in #197 #issuecomment-371183995. My code works now and user is properly inserted.

I've been following the tutorial where it is described how to make a typesafe primary key with newtype. Problem is that I can't use that to work with optional primary...

So, I use the following command to be able to test miso (ghcjs library) code with ghc repl: ``` cabal new-repl cookbook --constraint='miso +jsaddle' ``` But, when I try to...

I'm using the following command to run ghcid: ``` ghcid -c "cabal new-repl --enable-tests" --restart=.\Project.cabal ``` But I'm not getting any warnings for when my tests have compile time errors...

This might be slightly related to #62. Let's say that I have these data types: ``` data Something = Something { field01 :: Text , field02 :: Text } data...