Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

joprice

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...

View on GitHub

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...

View on GitHub

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.

joprice created a comment on an issue on dotnet/fsharp
I see this anytime I use a list of tuples in a `for...in`. This simple example reproduces it: ```fsharp let test = task { for _ in [ "a", "b" ] do () } ```

View on GitHub

joprice created a branch on joprice/myriad

net8 - Myriad is a code generator for F#

joprice starred bamlab/flow-navigator
joprice starred fsprojects/FSharp.UMX
joprice starred Lanayx/Oxpecker
joprice created a comment on an issue on thoth-org/Thoth.Json
A related issue I hit is being able to distinguish at least the top level presence of a field for things like a patch api where you want a ternary: present / absent / null, to allow distinguishing ...

View on GitHub

joprice created a comment on an issue on fable-compiler/Fable
I flipped the flag and ran ```find . -name project_cracked_debug.json | xargs jq '.' | grep node_modules``` and it is definitely no longer happening with the MSBuildCracker 👍. If that's going to be...

View on GitHub

joprice opened an issue on Daydreamer-riri/vite-react-ssg
note on recommended way to do redirects
I found this example useful https://github.com/Daydreamer-riri/vite-react-ssg/blob/ef8ab7da4877ae63c48e22e1cea17ce842054ae3/examples/with-i18n/src/App.tsx#L30-L37 to do a client side redirect, such...
joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
I assume it's this check https://github.com/Daydreamer-riri/vite-react-ssg/blob/main/src/node/html.ts#L43-L44

View on GitHub

joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
I think I found the issue. Having a class on the root div `<div class="h-full flex flex-col" id="root"></div>` causes it to fail to be found.

View on GitHub

joprice opened an issue on Daydreamer-riri/vite-react-ssg
undefined ssh hash
I'm seeing the same error as https://github.com/Daydreamer-riri/vite-react-ssg/issues/38, `static-loader-data-manifest-undefined.json`, but under circumstances I would think would work. I have some...
joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
Finally got around to using this and it works great. Thanks!

View on GitHub

joprice created a comment on a pull request on fable-compiler/Fable
Does the `as int32` widen the discriminator type and lose the more specific type information that would allow the flow inference to figure out what type the field should be?

View on GitHub

joprice created a comment on an issue on slaveOftime/Fun.Build
Yup, I can take a shot at it.

View on GitHub

joprice starred Zaid-Ajaj/Npgsql.FSharp
joprice opened an issue on slaveOftime/Fun.Build
quiet / minimal output mode
I have been using Fun.Build extensively as a build and ci pipeline dsl. It may be an abuse of the tool, but it's quite convenient. I have an DU `Project` with cases `FableProject` and `Native` I us...
joprice created a comment on an issue on fable-compiler/Fable
`Offset` on `DateTimeOffset` also fails with ``` AttributeError: 'datetime.datetime' object has no attribute 'offset'. Did you mean: 'utcoffset'? ```

View on GitHub

joprice created a comment on an issue on fable-compiler/Fable
For comparison, Scalajs did a similar solution https://www.scala-js.org/api/scalajs-library/latest/scala/scalajs/js/index.html#UndefOr[+A][email protected]|Unit. Scala...

View on GitHub

joprice opened an issue on fable-compiler/Fable
cracked project includes unrelated cs files from node_modules
### Description When taking a look at the project metadata in `fable_modules/project_cracked.json`, I found that some files like `node_modules/node-gyp/lib/Find-VisualStudio.cs` are mentioned in...
joprice created a comment on an issue on fable-compiler/Fable
Working around this by grabbing the format from fsi: ```fsharp > System.Globalization.CultureInfo.InvariantCulture.DateTimeFormat.RFC1123Pattern;; val it: string = "ddd, dd MMM yyyy HH':'mm':'...

View on GitHub

joprice opened an issue on glutinum-org/cli
multiline strings in doc comments cause syntax error in generated fsharp
<!--- IMPORTANT: When reporting an issue, please try to make your code as minimal as possible. --> Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScri...
joprice starred Qix-/color
Load more