Oscar Hinton
Oscar Hinton
I just encountered the same issue as @XRenSiu, we bundle a Safari extension inside the `extraFiles` which contains `Frameworks/libswift*` which are no longer used in `arm64`. Adding an option to...
It's still relevant. The only current work-around requires signing twice.
We've also experienced this issue while trying to bump webpack to v5 for our test suite, anything we can assist with to get a new release cut?
QA asked for this to be merged prior to testing.
I don't personally see a reason for having `restart: always` enabled in the docker-compose file. It's only enabled for the database which requires that you still run `docker compose up`...
@patrickhlauke you should be able to grab the folder from the id using something like ```ts const folder (await firstValueFrom(this.folderService.folderView$)).find(f => f.id == ); ``` FirstValueFrom subscribes to the observable...
Hmm, one solution would be to add a `folder` field to `libs/angular/src/components/view.component.ts` called `folder`, and fetch it in `load` after `cipher.decrypt`, line 110. ```ts this.cipher = await cipher.decrypt(); this.canAccessPremium =...
Merging this into a feature branch to let QA test it first. Thanks for the contribution @schang1146.
I noticed we're using untyped form builder in this PR, please don't do that. While we do use it in other places that's because typed forms are a new addition...
QA approved, only pipeline changes since @MGibson1 review.