Scott Santucci

Results 52 issues of Scott Santucci

- [x] I have searched for existing issues that may be the same as or related to mine. (Before I start I just want to say using Org files on...

Type: feature

Maybe this belongs on the website repo, but, would it be helpful to have a couple examples somewhere of how to automate generating code with BNFC as part of the...

cabal

Is it possible to create a syntax in LBNF in which, given a statement can have parts `` and ``, the following are all legal syntax? ``` ; ``` ```...

This is something that we get a lot of requests for routinely. It's not 100% foolproof or 100% theoretically complete, but it's about as good as it seems likely to...

Based on the below; resolves an error, "Suffix occurrence of @. For an as-pattern, remove the leading whitespace." https://stackoverflow.com/questions/67972231/syntax-for-lazy-pattern-matching-with-as-syntax https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#whitespace-sensitive-and- With the combination of #19, #21 and this, the binary...

Eventually let's make `--forbid-only` the default and use `--no-forbid-only` to disable it. Lots of CI will get safer for free! (Pending, on the other hand, isn't so dangerous to begin...

semver-major
status: in triage

Depending on the developer machine (and not the project), sometimes mocks can take longer than their health check time to finish spinning up. It would be helpful to check for...

enhancement

Some mocks provide an indication of the actual data, e.g. rabbit's list of published messages. MySQL one cannot tell from the Touchstone failure whether a field didn't match and if...

Rabbit payload assertion failures show the expected and list of actual messages, which is generally clear enough but it wouldn't hurt to show the routing key and exchange that the...

At work, my local machine is able to make service-to-service REST calls as intended referencing other containers through their name. Unfortunately it isn't working in CI. It turns out this...