Christopher Sasarak

Results 25 comments of Christopher Sasarak

Hey, I will get to this. Just figured I'd report back: that function works but there's a kind of "combinatoric explosion" that seems to happen as a result of calculating...

I know the generated code size was large, but I'll have to double-check that it was that. Regardless, the queries never returned so it could also be a run-time error....

Hi @xuchenCN, It's not the default yet, but we released a new version of fossa-cli a few days ago ([v3.7.5](https://github.com/fossas/fossa-cli/releases)) which includes an all new strategy for examining Go projects...

Instructions for building can be found in our [contributor documentation](https://github.com/fossas/fossa-cli/blob/master/docs/contributing/README.md). Note that we include a few proprietary components which will not be available for third-parties to use while building, so...

spectrometer is the internal name of the package we develop in this repository. It isn't distributed on hackage and we don't currently have any plans to distribute it there. With...

You should use the [contributing guide for that version](https://github.com/fossas/fossa-cli/blob/v3.7.1/docs/contributing/HACKING.md), which was using ghc 9.0 and base 4.15. Regarding accessing https://app.fossa.com, that is something I think that the team managing the...

Hi, I will need some more information in order to see if this issue is indeed related to our CLI or if it's potentially something else. Can you let me...

As some further documentation that I think is related: `sum` of the result of several `countStar`s breaks because the generated case statement sometimes returns a `bigint` and sometimes it returns...

Here is a minimal/simpler example, note that it succeeds on an empty table but fails on one with any rows in it: ```haskell {-# LANGUAGE TemplateHaskell,FlexibleInstances,MultiParamTypeClasses,Arrows #-} module Main where...

I apologize for the delay. Casting to bigint was able to fix it. Iirc postgres was giving back numerics, which is the thing that got me because I expected some...