Ecosyste.ms: Timeline

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

svrooij

svrooij created a tag on svrooij/WingetIntune

v1.0.4 - Package any app from Winget to Intune - WinTuner

svrooij published a release on svrooij/WingetIntune
v1.0.4 - Some fixes
## What's Changed * Update sample code for Update-WtIntuneApp by @svrooij in https://github.com/svrooij/WingetIntune/pull/138 * Actually ignore the logo by @svrooij in https://github.com/svrooi...
svrooij deleted a branch svrooij/WingetIntune

feature/partial-packages-2

svrooij pushed 1 commit to main svrooij/WingetIntune
  • Not zipping and unzipping means more speed (#148) 15f81e0

View on GitHub

svrooij closed a pull request on svrooij/WingetIntune
Not zipping and unzipping means more speed
svrooij opened a pull request on svrooij/WingetIntune
Not zipping and unzipping means more speed
svrooij created a branch on svrooij/WingetIntune

feature/partial-packages-2 - Package any app from Winget to Intune - WinTuner

svrooij created a comment on an issue on svrooij/WingetIntune
This fix will roll-out with the next update.

View on GitHub

svrooij deleted a branch svrooij/WingetIntune

feature/partial-package

svrooij pushed 2 commits to main svrooij/WingetIntune
  • Package update and allow setting prefered installer Fixed #144 926780b
  • Merge pull request #147 from svrooij/feature/partial-package Allow setting preferred installer 118f882

View on GitHub

svrooij closed an issue on svrooij/WingetIntune
[Bug]: Allow specify which installer you want (issue with AnyDeskSoftwareGmbH.AnyDesk)
### CommandLet New-WtWingetPackage ### Full command New-WtWingetPackage -PackageId "AnyDeskSoftwareGmbH.AnyDesk" -PackageFolder "xxxxx\" | Deploy-WtWin32App ### Module version 1.0.3 ### What ...
svrooij opened a pull request on svrooij/WingetIntune
Allow setting preferred installer
Fixed #144
svrooij created a branch on svrooij/WingetIntune

feature/partial-package - Package any app from Winget to Intune - WinTuner

svrooij created a comment on an issue on svrooij/WingetIntune
Something like: ```plain  new-wtWingetPackage -PackageId AnyDeskSoftwareGmbH.AnyDesk -PackageFolder D:\packages\ -PreferedInstaller Exe INFO: Packaging package AnyDeskSoftwareGmbH.AnyDesk 9.0...

View on GitHub

svrooij created a comment on an issue on svrooij/WingetIntune
It prefers msi over exe. If it has an msi, it will just use that. So this [MSI](https://github.com/microsoft/winget-pkgs/blob/dd5f63532895d7db0bde9db600042a20c0e2f9c0/manifests/a/AnyDeskSoftwareGmb...

View on GitHub

svrooij created a comment on an issue on svrooij/WingetIntune
You could update the json before uploading, but that is not a real solution. When running WinTuner in debug mode, I see that for the MSI they only specify the product code. Meaning the MsiVersio...

View on GitHub

svrooij created a comment on an issue on svrooij/WingetIntune
This might be bad timing. WinTuner uses a public (by me) generated index of all packages. This index is refreshed every 6 hours directly from Winget. Anydesk is updated 2 days ago https://gi...

View on GitHub

svrooij starred BakkerJan/AuthMethods-images
svrooij created a comment on an issue on flixlix/power-flow-card-plus
If I may elaborate here? We have a 3 phase connection, I can find out what devices are on which phase, having 3 "grid" connections instead of one would be awesome. Then the graph could show, ...

View on GitHub

svrooij pushed 1 commit to main svrooij/ContentPrep
  • Made CreateUploadablePackage public Accepts a folder to package 0959fd3

View on GitHub

svrooij created a comment on an issue on microsoft/fluentui-blazor
Maybe we can start by allow setting the ID of each row? ``` <FluentDataGrid Items="@people" RowId="@(p => $"grid-row-{p.PersonId}")"> <PropertyColumn Property="@(p => p.PersonId)" Sortable="tr...

View on GitHub

svrooij created a review comment on a pull request on microsoft/fluentui-blazor
You're right

View on GitHub

svrooij created a review on a pull request on microsoft/fluentui-blazor

View on GitHub

svrooij created a comment on an issue on svrooij/WingetIntune
There also is an issue with apps that report the wrong Msi product code in the Winget repository. Have considered making an install.ps1 for each app that installers the app with the needed paramet...

View on GitHub

svrooij pushed 4 commits to feature/lifetime svrooij/fluentui-blazor
  • Skip Debounce Tests for CI/CD ae45b5f
  • - Add note to select when used with multiple=true, Fix #2044, #2996 (#2997) - Clean up IssueTester Co-authored-by... fb59bc6
  • [General] Ability to change service lifetime Fixed #2691 781770d
  • Moved Lifetime to LibraryConfiguration 99677b0

View on GitHub

svrooij opened an issue on microsoft/fluentui-blazor
fix: FluentSelect with multiple does not collapse
# 🐛 Bug Report The [FluentSelect](https://fluentui-blazor.net/Select#multipleitems) with multiple items does not collapse, which is very annoying. ## 💻 Repro or Code Sample Demo website 👉 [Flu...
svrooij opened an issue on microsoft/fluentui-blazor
feat: Add support for binding to nullable object
# 🙋 Feature Request If I have a `FluentTextField` it would be useful if it could be bound to an `string?` meaning that it might be not provided. Same for a `FluentSelect`, binding to a nullable ob...
svrooij pushed 1 commit to feature/lifetime svrooij/fluentui-blazor
  • Moved Lifetime to LibraryConfiguration cc0e169

View on GitHub

svrooij created a comment on a pull request on microsoft/fluentui-blazor
> You want to retrieve a FluentUI service from a Singleton service. No I don't want that, did not have a use case for this yet. But I understand the question from #2691 and though I would fix some...

View on GitHub

svrooij deleted a branch svrooij/WingetIntune

fix/msi-override-arguments

Load more