Marco Perone

Results 51 comments of Marco Perone

got a similar error in my project ``` Unexpected error: Error: reserveCache failed: {"$id":"1","innerException":null,"message":"Request was blocked due to exceeding usage of resource 'Count' in namespace ''.","typeName":"Microsoft.TeamFoundation.Framework.Server.RequestBlockedException, Microsoft.TeamFoundation.Framework.Server","typeKey":"RequestBlockedException","errorCode":0,"eventId":3000} ```

Thanks for the feedback! I fixed the things you mentioned. Before merging I'd like to do some renaming and possibly introduce some type aliases. But before doing that I'd be...

@schell sorry for bothering you, did you have the chance to play a bit with the code?

don't worry, I just feared you missed my previous message. No hurry

this might be something I'd be interested to work in, so I could try to set up a PR. I imagine parallel commands could work in two ways: - their...

I'll take a look at `editorconfig`. I'm using `hlint` and `hindent` at every save in my editor. I think that would be the best option (or anyway, anybody makes sures...

It looks like `DisambiguateRecordFields` can't do too much (https://downloads.haskell.org/~ghc/8.2.2/docs/html/users_guide/glasgow_exts.html#record-field-disambiguation) anyway, I'd reckon that using prefixed names really could help the reader of the code to understand which record field is...

@wisnesky it looks like it is the `-` breaking the parser. Should it be an allowed character for identifiers? Should it be allowed only if the identifier is quoted? At...

this should not be hard. But, just to make sure, do we really want that any identifier could be a numeral? This would mean that any variable, foreign key, entity,...

I started out replicating the logic of the [symbol](https://github.com/CategoricalData/fql/blob/1f7bc30cfaff8d499b301ca5b52a492c0c934a4e/src/main/antlr/catdata/aql/grammar/AqlParser.g4#L27) parser in the antlr definition, but that seems to be not what it's actually needed