Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
joprice closed an issue on Lanayx/Oxpecker
BindQuery usage with required params
Is there a way to get `CLIMutable` to treat a field as required? I currently get default values such as `0` for `int`, and `null` for `string`. It would be useful for validation to have that handle...joprice created a comment on an issue on Lanayx/Oxpecker
Oh wow don't know how I overlooked that. I'm also using some "newtype" single element DU wrappers I need to test with those attributes. For now, I created a newtonsoft jobject from the query and pa...
joprice created a comment on an issue on fable-compiler/Fable
@gmono I'm not a maintainer, but if you check the commit history, the majority of activity over the last few months has been on the rust target. Seems it's getting some love. I'm excited to take i...
joprice opened an issue on fable-compiler/Fable
python: error when type contains multiple type parameters
### Description When a type contains multiple type parameters, the following error is thrown: ``` TypeError: Cannot inherit from Generic[...] multiple times. ``` ### Repro code https:...joprice opened an issue on Lanayx/Oxpecker
BindQuery usage with required params
Is there a way to get `CLIMutable` to treat a field as required? I currently get default values such as `0` for `int`, and `null` for `string`. It would be useful for validation to have that handle...joprice opened a pull request on Zaid-Ajaj/Npgsql.FSharp.Analyzer
fix typo giving incorrect lint
## Proposed Changes This fixes a typo where the non-existent `stringOrText` function is referenced instead of `stringOrNone`. This cause misleading lints like ``` Attempting to provide param...joprice created a branch on joprice/Npgsql.FSharp.Analyzer
fixTypo - F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.