Dennis Gosnell

Results 78 issues of Dennis Gosnell

It appears `language-javascript` follows the PVP. Version `0.7.1.0` was recently released, which bumps from `0.7.0.0`. However, `0.7.1.0` includes https://github.com/erikd/language-javascript/pull/113, which adds new data constructors to an exported data type. I...

It would be nice to have an option like `--directory-name`. It would be intended to let you set a different directory name than the package name. So, for instance, your...

enhancement

I'm experiencing intermittent segfaults when running doctest. I'm not sure what is causing it. The code I'm working on is proprietary, so unfortunately I cannot post a reproducable case, but...

Coming from Haskell, it's hard to follow the examples in the `README` without type information. Putting type annotations on the `setContents` function, `modifyLinkTarget` function, etc. would make the example much...

If I were to make a pull request adding the `head` method to the [`Document`](https://github.com/aktowns/purescript-simple-dom/blob/master/src/Data/DOM/Simple/Document.purs#L16) class, would it be accepted? https://developer.mozilla.org/en-US/docs/Web/API/Document/head From reading [this stackoverflow question](http://stackoverflow.com/questions/16204756/document-head-v-document-getelementsbytagnamehead0), it looks like there...

I think it should be possible to make `stacklock2nix` figure out the ghc version is needs automatically. Currently, the API of `stacklock2nix` requires you to pass a full package set,...

enhancement
help wanted
good first issue

In https://github.com/cdepillabout/stacklock2nix/pull/12, I introduced a way for stacklock2nix to generate a completely new package set. Part of this includes creating an overlay that has the GHC boot packages set to...

enhancement
help wanted

There is currently a PR to add a `fromYAML` builtin to Nix: https://github.com/NixOS/nix/pull/7340 `stacklock2nix` should switch to using this if it gets merged. This will remove one use of IFD...

enhancement
help wanted
good first issue

`stack.yaml` has a top-level `ghc-options` field: `stacklock2nix` should apply these options to packages in the Haskell package set it creates.

enhancement
help wanted

I've tried running the [`run`](https://github.com/qfpl/reflex-workshop/blob/e8de17e46e3f63d5825649323e5e98ef58040705/src/Run.hs#L10) function in ghci, but it looks like the examples are not being embedded correctly for some reason. For instance, if I go to http://localhost:8080/#/events/transforming, I...