Ecosyste.ms: Timeline

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

DavidMartynWood

DavidMartynWood pushed 5 commits to main DavidMartynWood/fig
  • Remove some unused NuGet packages from Fig Client 08b9da3
  • Merge pull request #14 from DavidMartynWood/remove-unused-packages/1 Remove some unused NuGet packages from Fig Client fa3a0fe
  • Remove code coverage check as it adds 15 minutes to the build 74f1940
  • Fix test filter 4d12da7
  • Fix warnings eb15475

View on GitHub

DavidMartynWood created a comment on a pull request on mzbrau/fig
The only way I could trigger the double-hit in on the fig api was to do something like this... ``` config . AddFig<Settings>(); config.Build(); config.Build(); ``` I think in that ...

View on GitHub

DavidMartynWood created a branch on DavidMartynWood/fig

remove-unused-packages/1 - Centralized configuration settings for dotnet microservices

DavidMartynWood created a comment on a pull request on mzbrau/fig
I've had time to test this properly. With these changes the .NET Builder builds the configuration as expected and makes it available consumers. The downside is that if you call configuration.Bui...

View on GitHub

DavidMartynWood pushed 6 commits to addprovider/1 DavidMartynWood/fig
  • Website update part, introduce new styles 82522a3
  • Improve documentation landing page 758cbd5
  • Update docusaurus to latest version 3aa6479
  • Merge pull request #13 from mzbrau/website-improvements Website improvements cccf205
  • Fix broken documentation and UI improvements ef0f041
  • Add fig provider before Build is called Eliminates the need to manually build the configuration object when bootstra... 4a8e65b

View on GitHub

DavidMartynWood pushed 5 commits to main DavidMartynWood/fig
  • Website update part, introduce new styles 82522a3
  • Improve documentation landing page 758cbd5
  • Update docusaurus to latest version 3aa6479
  • Merge pull request #13 from mzbrau/website-improvements Website improvements cccf205
  • Fix broken documentation and UI improvements ef0f041

View on GitHub

DavidMartynWood created a comment on a pull request on mzbrau/fig
This is very much a draft PR. I need to do some testing to check it works as expected, particularly that its not wasting resources if fig is disabled, or if ConfigurationBuilder.Build() is called t...

View on GitHub

DavidMartynWood opened a draft pull request on mzbrau/fig
Add fig provider before Build is called
Eliminates the need to manually build the configuration object when bootstrapping the app
DavidMartynWood created a branch on DavidMartynWood/fig

addprovider/1 - Centralized configuration settings for dotnet microservices

DavidMartynWood opened an issue on mzbrau/fig
Unnecessary double-build of configuration object
When adding Fig we have to manually build the configuration source in order for Fig settings to be available: ` config .SetBasePath(Directory.GetCurrent...
DavidMartynWood created a comment on an issue on sipsorcery-org/sipsorcery
Naudio is a great library, but it is not designed for realtime audio. If you're using naudio's MediaFoundationResampler for example, it will inevitably build up 1 second of latency eventually. I su...

View on GitHub