Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 pushed 1 commit to main svrooij/WingetIntune
- Not zipping and unzipping means more speed (#148) 15f81e0
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.
svrooij pushed 2 commits to main svrooij/WingetIntune
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 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...
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...
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...
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...
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, ...
svrooij pushed 1 commit to main svrooij/ContentPrep
- Made CreateUploadablePackage public Accepts a folder to package 0959fd3
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...
svrooij created a review comment on a pull request on microsoft/fluentui-blazor
You're right
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...
svrooij pushed 4 commits to feature/lifetime svrooij/fluentui-blazor
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