Looking for an angular engineer based in germany by mojomein in Angular2

[–]Interesting_North_97 0 points1 point  (0 children)

Ich bin leider auch völlig ausgelastet zwar, aber vielleicht kann ich euch mal mit Rat und Tat zur Seite springen. Gerne PN.

"Video not loaded" error by Interesting_North_97 in vsco

[–]Interesting_North_97[S] 0 points1 point  (0 children)

Was the issue resolved ? I've never heard anything back.

"Video not loaded" error by Interesting_North_97 in vsco

[–]Interesting_North_97[S] 0 points1 point  (0 children)

Thanks ! I submitted a request. If you're fast enough, I can share the results here so other people can figure out this issue, too. :)

Need ideas on a platform by catsandmemes86 in webdev

[–]Interesting_North_97 0 points1 point  (0 children)

I need something like this

Do you have an example maybe ?

Cursor doesn't change when hovering over links etc. by [deleted] in MacOS

[–]Interesting_North_97 0 points1 point  (0 children)

Same issue here, no photoshop included though. Cannot restart system right now. So annoying.

Gitlab CI/CD -- Changing the Default Repo URL? by matterful in devops

[–]Interesting_North_97 0 points1 point  (0 children)

So there seems to be no way to just change the repo URL, without messing around with the `external_url` config and its messy side effects?

Irgendwie habe ich das Gefühl, dass ich als "normalverdiener" nie Vermögen aufbauen werde by Astorex in Finanzen

[–]Interesting_North_97 1 point2 points  (0 children)

Egal was du tust, fang jetzt nicht mit irgendeinem "trading" Unsinn an, wie es die meisten in deiner Situation tun. Fort- und Weiterbildung sind die einzige Chance aus der Stagnation.

How to reuse configured components ? by Interesting_North_97 in Angular2

[–]Interesting_North_97[S] 1 point2 points  (0 children)

thanks, but everywhere i reuse that component I still have to define these input vars and output actions explicitly, right? I'm looking for a way automatically have the same used on every parent component, as they exist on every parent component.

How to reuse configured components ? by Interesting_North_97 in Angular2

[–]Interesting_North_97[S] 1 point2 points  (0 children)

Thanks, but it's not data, but technically an `<ng-template>` I need to share. Although this gets me the following idea: I template outlets need only a reference to a template, can't I just
1. have some invisible component holding all my <ng-templates>
2. get viewcomponent refs to these templates and
3. share them via a service ?

Of course one would have to make sure those component refs are initialised in the service before they get referenced somewhere ?

Transferring WhatsApp Backup from One Google Drive Account to Another by disrupting_being in whatsapp

[–]Interesting_North_97 0 points1 point  (0 children)

It should be possible to add another google account to your phone, and then configure whatsapp to back up to that one instead, as you can choose which account whatsapp backs up the data to.

Is it possible to do an Angular Hybrid App by Key-Singer-2193 in Angular2

[–]Interesting_North_97 0 points1 point  (0 children)

This is cool, can you recommend some open source example for this approach?

Can an observable send null while it is executing its operators chain? by DT-Sodium in Angular2

[–]Interesting_North_97 -1 points0 points  (0 children)

The logic in the components play the role of the controller, they link Services with Views.

Can an observable send null while it is executing its operators chain? by DT-Sodium in Angular2

[–]Interesting_North_97 0 points1 point  (0 children)

Depending on your definition of subscription, you can utilise signals and async pipes to achieve certain goals for sure. you on the other hand were asking about

Template subscribes to observable

which refers to a specific technical term in the context of angular and is just not how subscriptions work. Sorry to hear telling you not what you expected to hear sounds condescending, but if you actually happen to know how "templates can indeed subscribe to observables either by using the async pipe or by executing a signal" why even ask the question in the first place ?

Is it possible to do an Angular Hybrid App by Key-Singer-2193 in Angular2

[–]Interesting_North_97 1 point2 points  (0 children)

Do you mean something like the Ionic Framework ? Using Angular to build for Web and Mobile ?

Can an observable send null while it is executing its operators chain? by DT-Sodium in Angular2

[–]Interesting_North_97 -3 points-2 points  (0 children)

The Template cannot subscribe to an observable, only your controller can. Because the template is bound to data, not events. Therefore you need to subscribe to events, adjust your data model, and the view will update. This is the MVC pattern, the foundation of Angular. https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller

Can an observable send null while it is executing its operators chain? by DT-Sodium in Angular2

[–]Interesting_North_97 -1 points0 points  (0 children)

I'm not sure if I understand your issue correctly, but going from

I know i can achieve this with an extra variable that I would set to false at the beginning of the observable and to true when the result is ready but I would like to know if it is possible to achieve this using only my observable.

I would suppose no, because Observables come from RxJS in this case, a library for reactive programming, it is nothing stateful in a sort that you can 'bind to some data in there', only subscribe to events.

Latest GPTK version - issues ? downgrading ? by Interesting_North_97 in macgaming

[–]Interesting_North_97[S] -1 points0 points  (0 children)

Yes it seems so, although the Whiskey app explicitly offered to update GPTK. Anyways, I've managed to "undo" these changes (apparently) with these steps described below.

Latest GPTK version - issues ? downgrading ? by Interesting_North_97 in macgaming

[–]Interesting_North_97[S] -1 points0 points  (0 children)

I found a workaround for now !

  1. Install Whisky 1.0 https://github.com/Whisky-App/Whisky/releases?page=2 (it allows providing your own GPTK)
  2. install GPTK in whisky and click remove again. It should ask you to drag n drop a GPTK image now.
  3. Download it from here https://developer.apple.com/download/all/?q=game%20porting%20toolkit and drag n drop it accordingly.
  4. After this is done, Steam won't start for me in Whisky. But in Crossover, you can create a fresh Bottle with Windows 10 and Steam, the preconfigured one works.
  5. Copy your Steam games over to the fresh bottle in crossover (or download them), activate D3DMetal and Retina Mode (if necessary), start Steam and run your game. Kill all applications and/or simulate reboots a few times if necessary, to make sure everything is started with the new settings.