Serhii Khoma

Results 181 issues of Serhii Khoma
trafficstars

![2020-06-10-13:53:04-screenshot](https://user-images.githubusercontent.com/7573215/84259847-be1c0800-ab21-11ea-90d9-0f54b1bdf196.png) ![2020-06-10-13:53:09-screenshot](https://user-images.githubusercontent.com/7573215/84259852-bf4d3500-ab21-11ea-8d46-7376f113874d.png)

I have noticed that this line is called constantly thought there is no need to call it except for the root component (because yes, it should be appended to the...

Isn't it results in the same behavior? ``` -- | Runs an `Aff` value of the type commonly used by Halogen components. Any -- | unhandled errors will be re-thrown...

if you do ``` YOUR_PROJECT_DIR_FULLPATH=$HOME/example YOUR_PROJECT_DIR_RELATIVE_PATH=example cd $SOME_OTHER_DIR ``` then ``` $ spago --config $YOUR_PROJECT_DIR_FULLPATH/spago.dhall list-packages --filter transitive --json spago: Error: Invalid input (input):1:3: | 1 | .//home/srghma/projects/spago2nix/spago.dhall | ^...

bug

it takes 5 minutes to complete on my computer https://stackoverflow.com/a/42544963/3574379 shows that there are pdf files in history and fonts ``` f2f4d706f8c0 358KiB docs/hyper.pdf a2f47392424c 358KiB docs/hyper.pdf 218b6e7d8cda 358KiB docs/hyper.pdf...

this is not exactly a bug, but IF I run `spago build --watch` in some termial - it will show all errors, doesnt matter if module is used or not...

add api similar to https://github.com/siers/nix-gitignore#usage example ```nix additionalIgnores = '' /this /that/**.html ''; source = nix-gitignore.gitignoreSource additionalIgnores ./source; ```

i've made `morph push ` and I see that it created lots of files in my local machine https://github.com/DBCDK/morph/blob/master/morph.go#L328 https://github.com/DBCDK/morph/blob/master/nix/nix.go#L168 It seems like you are building them with nix-build Consider...

enhancement