David Smith

Results 41 issues of David Smith

I don't quite understand how you do hot reloading. When I use webpack with purescript and I change my code, webpack will recompile the code and then push the changes...

*Note: Please remember to review the Datadog [Contribution Guidelines](https://github.com/DataDog/dd-agent/blob/master/CONTRIBUTING.md) if you have not yet done so.* ### What does this PR do? Parse iostats correctly on nixos ### Motivation iostats...

Using current nixops `master` branch to deploy configuration to an EC2 Nixos instance, I have the following nixops config: ```nix { webserver = { config, pkgs, lib, ... }: {...

Is this project still active? The forum link appears to be broken. I am wondering what it would take to get https://nixos.org/ to run on PureDarwin. One big issue with...

Can you set a maximum batch size? The complexity of O(E log n) is pretty bad compared to O(n) if you have a reasonable chance of tests failing, see a...

If I write a custom rule in on module and then add it to the `dependencies` of another using `ktlintRuleset(project(":custom-ktlint-rules"))`, then run `gradle :my-module:ktlintCheck` then change the custom rule and...

I created a custom rule and `RuleSetProvider` which works if I use the `ktlint` binary with the jar file however when I try to run the `ktlintCheck` task on any...

I have some code which works on Haskell source code and it contains an `ImplicitParams` type constructor, it seems that ht-refact is seeing this and thinking I am using the...

In our applications we prefer a TEA style where possible over full `Component` which we reserve for actual stateful elements (basically Javascript components). Halogen has the means to use this...

I am trying to build a project with a web-worker so I have 2 rules that both use `purs-loader`. If I set `bundle: true` then I can run a dev...