Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
1eyewonder opened a pull request on demystifyfp/FsToolkit.ErrorHandling
Updated upload-sarif action to v3
## Proposed Changes Currently getting a warning in the pipeline: Warning: CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your...1eyewonder created a branch on 1eyewonder/FsToolkit.ErrorHandling
upload-sarif-file-action-update - An opinionated F# Library for error handling
1eyewonder pushed 1 commit to master 1eyewonder/FsToolkit.ErrorHandling
- Bump version to 5.0.0-beta002 - BREAKING: [Remove Ply and update to FSharp 6](https://github.com/demystifyfp/FsToolk... 001cb3b
1eyewonder opened a pull request on ionide/FsAutoComplete
Added build debug to prelaunch task in tests
1eyewonder created a branch on 1eyewonder/FsAutoComplete
adding-prelaunch-task - F# language server using Language Server Protocol
1eyewonder pushed 2 commits to main 1eyewonder/FsAutoComplete
1eyewonder pushed 4 commits to master 1eyewonder/FsToolkit.ErrorHandling
- Add fsharp-analyzers to fbuild & vscode IDE (#292) * Added fsharp-analyzers to fbuild & vscode IDE * Try upload a... 0bb57df
- Bump rollup from 2.60.1 to 2.79.2 (#294) Bumps [rollup](https://github.com/rollup/rollup) from 2.60.1 to 2.79.2. - ... da766ed
- [v5] Updated Uses of Seq.Append (#290) * Removed uses of Seq.append * Merge branch 'master' into 'v5-2-seq-fixes' 025abc3
- cleanup build.yml b68258e
1eyewonder pushed 6 commits to v5-2-seq-fixes 1eyewonder/FsToolkit.ErrorHandling
- [v5] API Consolidation Around retn/singleton/ok/some (#287) * Removed Async.retn since it duplicates Async.singleton... 256efdb
- [v5] Fantomas Updates (#288) * Updated fantomas * Update fantomasignore * Ran fantomas * Updated checkForma... 776cca3
- Bump braces from 3.0.2 to 3.0.3 (#269) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - ... 6d15f0e
- [v5] Comment Cleanup (#289) * Removed commented out code from legacy v4 functions * Reverted changes to Cancellab... a5d96b2
- Updated benchmarks to work with net8.0 updates (#291) 200ff61
- Merge branch 'master' into v5-2-seq-fixes 50b5a0c
1eyewonder pushed 1 commit to v5-2-seq-fixes 1eyewonder/FsToolkit.ErrorHandling
- Merge branch 'master' into 'v5-2-seq-fixes' 7842790
1eyewonder pushed 5 commits to master 1eyewonder/FsToolkit.ErrorHandling
- [v5] API Consolidation Around retn/singleton/ok/some (#287) * Removed Async.retn since it duplicates Async.singleton... 256efdb
- [v5] Fantomas Updates (#288) * Updated fantomas * Update fantomasignore * Ran fantomas * Updated checkForma... 776cca3
- Bump braces from 3.0.2 to 3.0.3 (#269) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - ... 6d15f0e
- [v5] Comment Cleanup (#289) * Removed commented out code from legacy v4 functions * Reverted changes to Cancellab... a5d96b2
- Updated benchmarks to work with net8.0 updates (#291) 200ff61
1eyewonder created a comment on a pull request on demystifyfp/FsToolkit.ErrorHandling
Here are the current API changes so far. There may be some more massaging but hopefully this helps clarify the changes so far. ## IcedTasks API Changes I'm guessing we may want to keep `ok` h...
1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
- Reverted some instances of singleton back to ok/some fccb3f6
1eyewonder created a comment on a pull request on demystifyfp/FsToolkit.ErrorHandling
After discussion on the issue thread above, I will make some quick updates later, so the code is not choking up fantomas
1eyewonder created a comment on an issue on fsprojects/fantomas
Nope! I feel silly but happy I learned this about F#. I didn't know it had different directive support than C#
1eyewonder created a comment on an issue on fsprojects/fantomas
I see what you mean in regards to all paths needing to be correct i.e. the `main` function needs to have a return if none of the flags are true. Adding the one line allows fantomas to parse correct...
1eyewonder opened an issue on fsprojects/fantomas
Parse Exception When Using Preprocessor Directives
<!-- 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/choos...1eyewonder pushed 1 commit to v5-2-comment-cleanup 1eyewonder/FsToolkit.ErrorHandling
- Reverted changes to CancellableTaskOption since it isn't implemented yet 0164815
1eyewonder pushed 1 commit to v5-2-seq-fixes 1eyewonder/FsToolkit.ErrorHandling
- Removed uses of Seq.append 4fd19e4
1eyewonder pushed 4 commits to v5-2-update-fantomas 1eyewonder/FsToolkit.ErrorHandling
1eyewonder created a comment on a pull request on demystifyfp/FsToolkit.ErrorHandling
So I converted all uses of `retn`, `ok`, and `some` into singleton since they all do the same thing. For the cases with a Result inside, there are still the `error` functions. For naming consistenc...
1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
- Converted all uses of retn, ok, and some into singleton b2a3b0a
1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
- Removed Async.retn since it duplicates Async.singleton e0cfdd1
1eyewonder opened a pull request on demystifyfp/FsToolkit.ErrorHandling
Add fsharp-analyzers to fbuild & vscode IDE
## Proposed Changes I wanted to propose adding F# analyzers to the repo. I figured it was something simple to add some value to some development process. I currently have added it to the VSCode ...1eyewonder created a branch on 1eyewonder/FsToolkit.ErrorHandling
fsharp-analyzers - An opinionated F# Library for error handling