Ecosyste.ms: Timeline

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

joprice

joprice opened an issue on SelectViewData/elmish-store
usage with redux debugger jump to action
When testing this out with redux dev tools, I found that the jump to action feature did not end up triggering a call to setState. Changing the store's implementation to add the debugging immediatel...
joprice opened an issue on glutinum-org/cli
generics are not added to inline type definition
<!--- 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 opened an issue on glutinum-org/cli
unhandled object union type simulating discriminated union
<!--- 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 pushed 2 commits to updateBuild joprice/Feliz.Recoil

View on GitHub

joprice created a branch on joprice/Feliz.Recoil

updateBuild - Fable bindings in Feliz style for Facebook's experimental state management library recoil.

joprice forked Shmew/Feliz.Recoil

joprice/Feliz.Recoil

joprice created a branch on joprice/reactotron-recoil

updateDeps - The recoil plugin for reactotron that allows tracking recoil state

joprice opened an issue on Zaid-Ajaj/Feliz
forwardRef display name attached to incorrect function
When providing a name for a `forwardRef`, I see "Anonymous" as the display name. This seems to be caused by the extra wrapper function provided here https://github.com/Zaid-Ajaj/Feliz/blob/6841c9b1...
joprice opened an issue on fsprojects/FSharpLint
MemberNames rule triggers on compiler generated delegate member
### Description When setting MemberNames to camelCase, the rule triggers on delegates, where the `Invoke` member is compiler-generated, and as far as I know, out of the users's control: ``` ...
joprice opened an issue on fsprojects/fantomas
Fable's JsInterop ? dynamic access operator causes formatting error
<!-- Please only use this to create issues. If you wish to suggest a feature, please fill in the feature request template at https://github.com/fsprojects/fantomas/issues/new/cho...
joprice pushed 8 commits to updateBuild joprice/Fable.Jester

View on GitHub

joprice created a branch on joprice/fable-promise

update-build - Fable bindings for JS promise

joprice created a branch on joprice/Fable.Jester

updateBuild - Fable bindings for jest and friends for delightful Fable testing.

joprice forked Shmew/Fable.Jester

joprice/Fable.Jester

joprice starred peterldowns/pgmigrate
joprice created a comment on an issue on thoth-org/Thoth.Json
Great I'll watch that talk. I've written a Myriad plugin that I'm using to generate 10s of thousands of lines of encoders/decoders, and hit this when I started trying to use the shared models from ...

View on GitHub

joprice opened an issue on thoth-org/Thoth.Json
guidance on making datetimeoffset usable from fable python
I'm interested in fixing the issues with datetime wrt Python. I see the comment in the changelog regarding issues with the implementation, but is this still valid and if so, do you have any more de...
joprice deleted a branch joprice/fs-spectre

fixColumns

joprice created a comment on an issue on glutinum-org/cli
Another idea I had that doesn't affect current codegen is adding a synthetic docstring that includes the names for the function's parameters, since in typescript they are effectively documentation.

View on GitHub

joprice created a comment on an issue on MoiraeSoftware/myriad
Yea adding `lessRange = Some range0` and `greaterRange = Some range0` works for me. I can do a pr. I didn't at first since I'm relatively new to the lib and AST libs it uses, so I wasn't sure why I...

View on GitHub

joprice created a comment on an issue on glutinum-org/cli
Thanks for the quick fix! As for the labeled arguments, I compared a few possible approaches. Not sure any of them are useful, but thought I'd share my thoughts. One idea I had was generating a ...

View on GitHub

joprice starred G-Research/ShapeSifter
joprice created a comment on an issue on glutinum-org/cli
Yea it makes sense. You might end up with a mini compiler embedded in glutinum. I agree Feliz-style React bindings generation would be great, as glutinum doesn't help much there currently and it ca...

View on GitHub

joprice opened an issue on glutinum-org/cli
Exclude fails when provided generic parameters
<!--- 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 opened an issue on glutinum-org/cli
Exclude utility does not handle case of single case output type
Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScriptCode=C4TwDgpgBAqgdgSwPZwEoQM4FcA2woC8UAogB4DGOWAJhADwBEAhg1AD5QMBGrHD5DADScWAPgBQoSFAAKAJwQBbBMAQA3COmx5CJC...
joprice opened an issue on glutinum-org/cli
nested utility types cause parse error
I was attempting to parse framer-motion's type definitions and found a case where the parser fails. I narrowed it down to the use of Partial parameterized with another type like Omit: Issue crea...
joprice opened an issue on fable-compiler/fable-node
latest release requires FSharp.Core 9
When attempting to use version 1.4.0, I get the following error from paket: ``` Conflict detected: - Dependencies file requested package FSharp.Core: >= 0 - Fable.Node 1.4.0 ...
joprice opened an issue on dotnet/fsharp
unused open when AutoOpen used on type with static members
When opening a namespace that contains a type annotated with `[<AutoOpen>]`, the open is identified as being unused even when the static members of the type are referenced. Here is a test that tr...
Load more