Szczepan Ćwikliński
Szczepan Ćwikliński
Hi, Was this feature completed? It would be nice to have video preview (or even static image with video icon) + playback - I saw some forks that added support...
Hi. Yes I also saw the same crashed without ASLR. Can't remember if those were also on 14. Don't think those are also on other OS'es, if you have time/knowledge...
Hi. Is there any update or plans to support FreeBSD or what is needed to get this done (something like https://github.com/rollup/rollup/pull/5346) ?
I've never done any PowerShell builds, I know @thefrank did some some time ago. Have you maybe tried to make the build yourself?
Maybe take a look at https://github.com/mateusrodrigues/powershell-freebsd - I know @mateusrodrigues was working on powershell port for FreeBSD some time ago. Here's the project page https://wiki.freebsd.org/SummerOfCode2018Projects/PortingPowerShellPorting - don't know if there's...
More recent builds (7.1 I think) was done by @jasonpugsley so maybe he could help you out also.
@rhubarb-geek-nz I think @Thefrank was asking if you could upstream this with PR into powershell main repo or you already did that?
Given the fact, we already have dotnet 8 in ports, port of powershell would be nice
Those kind of timeout also I had - mainly it was becuase of `crossgen2` issues, also on aarch64 it's `libunwind` bug in newest release, but can't recall if I had...
Just to add something, for latest relase (6.0.0), small change is need to make it compile: ``` } else if #[cfg(all(target_os = "freebsd", target_arch = "aarch64"))] { let cx =...