Martin Šošić

Results 334 issues of Martin Šošić

I should validate that function input satisfies some basic conditions, for example that array lengths are positive and so on.

enhancement
not very important

@isovic suggested addition of following feature: User can choose for which of best positions to get alignment path (now alignment path is returned only for first position). I am not...

enhancement

In some modes boundaries are not optimal. Improve them!

not very important

Hi, thanks for this great library! I am building the module graph with following command: ```shell graphmod --quiet --prune-edges $PROJECT_ROOT/src/**/*.hs | dot -Gsize=20,20! -Tpng -o module-graph.png ``` The PNG I...

You mention in readme that body-parser is needed, but you dont use it in your rest-generator project, how is that? Thanks!

First of all, thanks for Dante, I love it! Makes my love so much easier, and doesn't need any configuration at all for most projects. I have a simple Haskell...

Hi, thanks for this library, it is exactly what I was looking for! When I was mocking effectful code in the past I ended up manually writing [a lot of...

documentation

Hi, thanks for the great package! I am using smart-mode-line for short time and already love it a lot. I would like to customize it further, and was wondering if...

The idea is to split ext/ into client/, server/ and iso/. So then we would copy client/ and iso/ to client, and server/ and iso/ to server. That actually sounds...

enhancement
idea
hm
language

Ubuntu 18.04.6 ![image](https://user-images.githubusercontent.com/1536647/175925762-c79a2d20-d858-4d83-ac13-d00656947228.png) The solution to this is us building/compiling Wasp statically during CI, so it does not depend on other libraries. Right now we build it mostly statically but...

bug