Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
64J0 created a comment on an issue on demystifyfp/FsToolkit.ErrorHandling
Indeed, this `and!` behavior that I had in mind is exactly what `let!` is currently doing. Btw, thanks for the reply and the links!
64J0 opened an issue on demystifyfp/FsToolkit.ErrorHandling
Add `MergeSources` to AsyncResultCE so we can use `and!` safely
**Is your feature request related to a problem? Please describe.** When using this script: ```fsharp #r "nuget: FsToolkit.ErrorHandling, 4.18.0" open FsToolkit.ErrorHandling let ok1 () = pr...64J0 pushed 1 commit to master 64J0/my-blog
- chore(deps-dev): bump @types/node from 22.10.10 to 22.13.0 (#314) Bumps [@types/node](https://github.com/DefinitelyT... 8c728a5
64J0 created a review comment on a pull request on datarisk-io/mlops_codex
I'm getting this error when running this code block: ```python --------------------------------------------------------------------------- PreprocessingError Traceback (...
64J0 created a review comment on a pull request on giraffe-fsharp/Giraffe
@nojaf and @mrtz-j I'd like to know your opinion too
64J0 created a review comment on a pull request on giraffe-fsharp/Giraffe
I changed the code to expose the `type ConfigureEndpoint: IEndpointConventionBuilder -> IEndpointConventionBuilder` to the client. Is this aligned to what you had in mind?
64J0 pushed 11 commits to add-new-route-fn giraffe-fsharp/Giraffe
- Add .NET 9 as target framework, fine-tune dependabot, update CI and clean tests removing .NET 6/7 from target framewo... 914a5ce
- ci: revert dependabot configuration to scan only one directory (#645) 0b29c5c
- chore(deps): bump fantomas from 6.3.16 to 7.0.0 (#637) * chore(deps): bump fantomas from 6.3.16 to 7.0.0 Bumps [f... 19d3435
- chore(deps): bump fsharp-analyzers from 0.26.0 to 0.28.0 (#631) * chore(deps): bump fsharp-analyzers from 0.26.0 to ... 82c9b53
- Code scanning fix patches (#638) * solve #32 and #31 * solve #36 and #9 * use Option.iter for optional headers... 0376ef4
- add new endpoint routing functions to deal with asp.net extensions 2effac2
- add new automated tests for basic checks of the new routing functions ae3ac54
- add new sample for asp.net rate limiting b33b600
- add new sample to the sln 1b8cfd8
- add documentation for the new routing functions 2fec161
- add release notes placeholder 35d75d6
64J0 pushed 1 commit to master giraffe-fsharp/Giraffe
- Code scanning fix patches (#638) * solve #32 and #31 * solve #36 and #9 * use Option.iter for optional headers... 0376ef4
64J0 closed a pull request on giraffe-fsharp/Giraffe
Code scanning fix patches
## Description Fix the following code scan warnings: - Replace unsafe option unwrapping with graceful handling of each case. - https://github.com/giraffe-fsharp/Giraffe/security/code-scann...64J0 created a review on a pull request on datarisk-io/mlops_codex
Working as expected here ![image](https://github.com/user-attachments/assets/bb41c7b3-7584-4440-adb2-3a34fbeecf10)
64J0 created a review comment on a pull request on datarisk-io/mlops_codex
The user is able to upload extra files after PR https://github.com/datarisk-io/neomaril/pull/676. Since it's something recent, would you like to add this feature to the codex using this PR already ...
64J0 pushed 1 commit to code-scanning-patches giraffe-fsharp/Giraffe
- add a ResponseCaching test 2bed9c1
64J0 pushed 8 commits to code-scanning-patches giraffe-fsharp/Giraffe
- Add .NET 9 as target framework, fine-tune dependabot, update CI and clean tests removing .NET 6/7 from target framewo... 914a5ce
- ci: revert dependabot configuration to scan only one directory (#645) 0b29c5c
- chore(deps): bump fantomas from 6.3.16 to 7.0.0 (#637) * chore(deps): bump fantomas from 6.3.16 to 7.0.0 Bumps [f... 19d3435
- chore(deps): bump fsharp-analyzers from 0.26.0 to 0.28.0 (#631) * chore(deps): bump fsharp-analyzers from 0.26.0 to ... 82c9b53
- solve #32 and #31 f841459
- solve #36 and #9 0ce88f6
- use Option.iter for optional headers at ResponseCaching.fs f68c372
- use Set operations for checking the Accept header mimetypes at RequestLimitation.fs ec66153