Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smoothdeveloper created a comment on an issue on dotnet/fsharp
https://github.com/dotnet/csharplang/blob/main/proposals/extensions.md
smoothdeveloper pushed 1 commit to main patricecolet/MIDI-OSC-BRIDGE
- simple test program to send osc messages. bcfb555
smoothdeveloper created a comment on a pull request on fsprojects/Paket
Can you base your PRs on top of #4281? It already enables warning as errors, while leaving those that are a bit invasive to fix in the codebase.
smoothdeveloper created a comment on an issue on fsprojects/FSharpPlus
Would it make sense to nudge the CI here and maybe look into adjustments in dotnet/fsharp that would make it easy to test the preview compiler?
smoothdeveloper created a comment on a pull request on fsharp/fsharp.org
In the readme this statement could be updated: > Your queries are checked by the C# compiler and allow for easy refactoring. -> > Your queries are checked by the linq2db compiler and allow...
smoothdeveloper created a comment on an issue on fsprojects/Paket
@Dirk-Kuypers normally, if this occurs, you should be able to see the full paket invocation in the error message. Can you try to look for it and then, issue the reported command itself, to see the...
smoothdeveloper created a comment on a pull request on fsprojects/Paket
Sorry, framework restrictions work without `:` `framework >= net461, >= net80`
smoothdeveloper created a comment on a pull request on fsprojects/Paket
@1eyewonder, could you check those: * keeping at least the target list formatted as it was in build.fsx * setting framework restrictions `framework: >= net461, >= net8.0` in the paket.dependencie...
smoothdeveloper created a comment on an issue on satamas/fortran-plugin
An update here, in https://youtrack.jetbrains.com/issue/CPP-42977 it came that to use clion / fortran plugin with intel fortran compiler on windows, it is required to specify a toolchain script tha...
smoothdeveloper created a comment on an issue on rust-lang/rustup
Sorry for the delay, I still face the same, here is the full transcript with sh -x ``` root@ce8dd1e7dbb9:~/mecaviv $ apt-get install curl Reading package lists... Done Building dependency tree... ...
smoothdeveloper created a comment on a pull request on fsprojects/Paket
Maybe we should make sure FSharp.Coresomething & FSharp.Core.something also behaves as your change intends to adjust?
smoothdeveloper created a comment on a pull request on fsprojects/Paket
Seems like overlook when initially implementing load script generation, thanks for adjusting the code!
smoothdeveloper created a comment on a pull request on UnstoppableMango/CliWrap.FSharp
@UnstoppableMango thanks for the project, super useful :) I think I managed the signing stuff adding GPG and finicking a bit on my system; I thought I could have verified commits through ssh key...
smoothdeveloper pushed 1 commit to netstandard20 smoothdeveloper/CliWrap.FSharp
- other runtimes & update to packages.lock.json 7274329
smoothdeveloper pushed 1 commit to netstandard20 smoothdeveloper/CliWrap.FSharp
- netstandard2.1 (I assume this would enable nullable) e2c8889
smoothdeveloper created a review comment on a pull request on UnstoppableMango/CliWrap.FSharp
Do we know if there is any difference in the IL or if the JIT/AOT would process this netstandard2.0 assembly any differently? I think we want netstandard2.1 for the null annotations but I'm unsu...
smoothdeveloper pushed 1 commit to readme-glitches smoothdeveloper/CliWrap.FSharp
- fix the examples in README.md 741dea1
smoothdeveloper pushed 1 commit to readme-glitches smoothdeveloper/CliWrap.FSharp
- fix the examples in README.md abf2699
smoothdeveloper pushed 1 commit to readme-glitches smoothdeveloper/CliWrap.FSharp
- fix the examples in README.md ff2b42d
smoothdeveloper opened a pull request on UnstoppableMango/CliWrap.FSharp
fix the examples in README.md
The samples seem to be erroneous, attempt to fix it in README.md.smoothdeveloper created a branch on smoothdeveloper/CliWrap.FSharp
readme-glitches - Idiomatic F# support for CliWrap
smoothdeveloper pushed 1 commit to main smoothdeveloper/alsa.aconnect
- initial implementation of aconnect -l output parser. f56d571
smoothdeveloper created a repository: smoothdeveloper/alsa.aconnect
https://github.com/smoothdeveloper/alsa.aconnect - Utility library that handles aconnect
smoothdeveloper created a branch on smoothdeveloper/alsa.aconnect
main - Utility library that handles aconnect
smoothdeveloper opened a pull request on UnstoppableMango/CliWrap.FSharp
make the CliWrap.FSharp assembly target netstandard2.0
I noticed the assembly targets net90, but it seems to work fine with netstandard2.0 target if adjusting one call.smoothdeveloper created a branch on smoothdeveloper/CliWrap.FSharp
netstandard20 - Idiomatic F# support for CliWrap