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 Daydreamer-riri/vite-react-ssg
react-router ctrl-click behavior doesn't work on Link
The react-router Link component has some logic to handle the case where the you hold ctrl while clicking, which is expected in most browsers to open the link in a new tab: https://github.com/remix-...joprice opened an issue on Daydreamer-riri/vite-react-ssg
react-router ctrl-click behavior don't work on Link
The react-router Link component has some logic to handle the case where the you hold ctrl while clicking, which is expected in most browsers to open the link in a new tab: https://github.com/remix-...joprice created a comment on an issue on Zaid-Ajaj/Npgsql.FSharp.Analyzer
Yes I have been using that one, but just got other analyzers working and thought it would be nice to see the immediate output directly in vim in realtime. I can try updating the project to the latest.
joprice opened an issue on npgsql/npgsql
option to include query in error when syntax exception is thrown
I have provided a logging configuration using `.UseLoggerFactory(loggerFactory)` and see queries when they succeed, but I don't see the query when an exception such as a syntax error is thrown such...joprice created a comment on an issue on haf/expecto
I was curious how to get this working for a setup function that requires `Task`, like a testcontainer or a local server, and got this variant working, where the setup function returns a task and an...
joprice created a comment on an issue on fable-compiler/Fable
Nice find! That's a simple fix and great improvement to everyday usage.
joprice opened an issue on demystifyfp/FsToolkit.ErrorHandling
helper to convert option to result with transform
I may have overlooked a helper in either this or the standard library, but I end up finding this function useful, similar to `requireSome` but where the fallback is evaluated on demand. ```fshar...joprice created a comment on an issue on fable-compiler/Fable
Does it require a large rewrite to add a general error message for an unhandled flag? I hit this a lot when first writing some Fun.Build wrappers around various fable commands that it exits with ju...
joprice pushed 1 commit to ignoreExplicitType joprice/FsToolkit.ErrorHandling
- add explicit type param to Option.ignore 88717b7
joprice created a comment on a pull request on demystifyfp/FsToolkit.ErrorHandling
The more the merrier.
joprice created a comment on an issue on MoiraeSoftware/myriad
Yea I experienced something along those lines when iterating on my custom generators. I ended up touching input files in the consuming project to make sure the generator gets re-run when the genera...
joprice created a comment on an issue on demystifyfp/FsToolkit.ErrorHandling
Done! Let me know if there's anything else to do. I can add a test if you think it's worth it.
joprice opened a pull request on demystifyfp/FsToolkit.ErrorHandling
add explicit type param to ignore
## Proposed Changes Adds explicit type parameter to `Task.ignore` to improve type-directed refactoring, as discussed in https://github.com/demystifyfp/FsToolkit.ErrorHandling/issues/299 ## Ty...joprice created a branch on joprice/FsToolkit.ErrorHandling
ignoreExplicitType - An opinionated F# Library for error handling