Ecosyste.ms: Timeline

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

1eyewonder

1eyewonder deleted a branch 1eyewonder/FsToolkit.ErrorHandling

upload-sarif-file-action-update

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

View on GitHub

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
  • Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK (#1324) Co-authored-by: Chet Hu... c9e2df1
  • changelogs for v0.75.0 466fcfc

View on GitHub

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

View on GitHub

1eyewonder deleted a branch 1eyewonder/FsToolkit.ErrorHandling

v5-2-update-fantomas

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

View on GitHub

1eyewonder pushed 1 commit to v5-2-seq-fixes 1eyewonder/FsToolkit.ErrorHandling
  • Merge branch 'master' into 'v5-2-seq-fixes' 7842790

View on GitHub

1eyewonder deleted a branch 1eyewonder/FsToolkit.ErrorHandling

v5-2-remove-async-retn

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

View on GitHub

1eyewonder starred tonyx/Sharpino
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...

View on GitHub

1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
  • Reverted some instances of singleton back to ok/some fccb3f6

View on GitHub

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

View on GitHub

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#

View on GitHub

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

View on GitHub

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

View on GitHub

1eyewonder pushed 1 commit to v5-2-seq-fixes 1eyewonder/FsToolkit.ErrorHandling
  • Removed uses of Seq.append 4fd19e4

View on GitHub

1eyewonder pushed 4 commits to v5-2-update-fantomas 1eyewonder/FsToolkit.ErrorHandling

View on GitHub

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

View on GitHub

1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
  • Converted all uses of retn, ok, and some into singleton b2a3b0a

View on GitHub

1eyewonder pushed 1 commit to v5-2-remove-async-retn 1eyewonder/FsToolkit.ErrorHandling
  • Removed Async.retn since it duplicates Async.singleton e0cfdd1

View on GitHub

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

1eyewonder created a comment on a pull request on demystifyfp/FsToolkit.ErrorHandling
I'm unsure why the mac build took as long as it did to run and I currently do not have the ability to retry actions. Let me know if you'd like to retry or if there is something I may not be seeing ...

View on GitHub

1eyewonder opened a pull request on demystifyfp/FsToolkit.ErrorHandling
[v5] Updated Benchmark Launch Settings
## Proposed Changes Updated `launch.json` to work with net8.0 updates. I also set it up where the developer could have more control with the benchmarks using args rather than commenting out vari...
Load more