Dmitriy Smolin

Results 8 issues of Dmitriy Smolin

It looks like latest Sublime version doesn't run plugins with user's shell environment, so `PATH` doesn't contain required paths and ElixirSublime cannot find `mix`. Specifying `PATH` in sublime settings is...

moved from [here](https://github.com/elm-lang/package.elm-lang.org/issues/105) ## extended dependency syntax I agree that allowing links to git repos [covers concern about beta releases](https://github.com/elm-lang/package.elm-lang.org/issues/105#issuecomment-157396917). Here I want to discuss how we want to specify...

request

purs-loader starts bundling [right after the compilation](https://github.com/ethul/purs-loader/blob/896c11ece1c11c3a57c5169dbbaa24865016cded/src/Psc.js#L53), but it does not guarantee that all the references to the PureScript modules are already collected. As a result, if compilation ends faster...

type: bug
type: help wanted
requires: investigation

Obelisk version: `v0.9.1.0` I've noticed the following differences in serving static assets vs serving JS: - Static files are referenced by the names with hashes, e.g. `1sjgs70sb2mpmx4k6608n42f0d1y5xxyaf7f4pl5hl961xzjzy7n-main.css` - JS is...

bug
enhancement
question

Obelisk version: `v0.9.1.0` I'm running the default app created with `ob init` and built as described in the [readme](https://github.com/obsidiansystems/obelisk#locally). For the most of the unknown routes (e.g. `http://localhost:8000/zzz`) it responds...

enhancement

It looks like code splitting is generally supported by GHCJS, see [Multiple pages / incremental linking](https://github.com/ghcjs/ghcjs/wiki/Deployment#multiple-pages--incremental-linking). It would be nice to have various code splitting features as a part of...

enhancement

I'm trying to get `haskell-language-server` that would work with the old GHC used in GHCJS and transitively by Obelisk. Couldn't find any ready to use option in NixOS - the...

enhancement
Medium Severity
nixpkgs
GHC

[connectPostgreSQL](https://github.com/lpsmith/postgresql-simple/blob/be85ee90b35a35f5de099d820cd18c7239c4eea0/src/Database/PostgreSQL/Simple/Internal.hs#L226) executes several `SET` commands automatically right after connecting to database: ```haskell let settings | version < 80200 = "SET datestyle TO ISO;SET client_encoding TO UTF8" | otherwise = "SET...