German Robayo

Results 21 issues of German Robayo

This was found at #1959 It'd be great for `dhall-docs` to report to the user that the import is missing with a log-warning. A solution would be to type-check every...

bug
dhall-docs
dhall-docs:jump-to-def

I was doing a refactor on the Prelude (https://github.com/dhall-lang/dhall-lang/pull/1026) and I see that it could be useful to have a `dhall start-refactor` command that: 1. When execute it on a...

enhancement

Would be great to regroup imports depending if they are qualified or not. For example, ```haskell import A import qualified B ``` could be transformed to: ```haskell import A import...

Currently, when alex executes a token action, the _whole_ match is captured. For example: ```haskell %wrapper "basic" -- the behaviour is similar on the other wrappers tokens :- \"a\" {...

feature request

Scikeras version: `0.8.0` (I feel) related to #206 I was following the MLPClassifier tutorial on the wiki page. It was great that the model function could handle binary and multi-class...

Not worth an issue I'd say, let me know otherwise :) While working on #97 I noticed this: ### Additional tasks - [ ] Documentation for changes provided/changed - [...

Resolves #67 * Removes the `cmd` parameter from `Tool` (and consequently, `ToolSelector`) * Add the `need` function, which does pretty much this: https://github.com/chshersh/iris/blob/main/src/Iris/Env.hs#L123-L126 ### Additional tasks - [ ] Documentation...

I have run tests in my machine through `stack test` and the test for interactive check fails: ``` Iris Tool should find 'curl' [✔] shouldn't find 'xxx_unknown_executable' [✔] shouldn't find...

First things first, your README.md is pure gold 🥇. I was having a hard time finding good BibTex citations for my academic thesis. I'm adding the BibTex citation for the...

Currently, declarations such as: ```haskell nonEmptyListIntConcat :: NonEmpty Int nonEmptyListIntConcat = [1] ++ [] ``` ...fail even though the list is not really empty. The trick part is going to...

question