Comments for Intertech http://www.blackslatesoftware.com/ Building Technology Smarter Mon, 27 Mar 2023 21:28:50 +0000 hourly 1 https://wordpress.org/?v=6.3.2 Comment on Angular Development #9 – Reusable Sub-Forms by Dave Cloutier http://www.blackslatesoftware.com/angular-development-9-reusable-sub-forms/#comment-35223 Mon, 09 May 2022 15:19:46 +0000 http://www.blackslatesoftware.com/?p=24571#comment-35223 In reply to lluuccaa1.

No, there is no need to unsubscribe in this case. A memory leak from a subscription occurs when the source of the observable is alive but the subscriber is destroyed. This usually happens with a root level service that stays alive for the life of the application which a component subscribes to and is later destroyed. Garbage collection will not then fully clean up the destroyed object instance of the component and the handling of the subscription stays active. In this case the source of the observable gets destroyed so there are no further emitted values and the source and subscriber get cleaned up since they are both destroyed. With all that said, it is never bad practice to unsubscribe if you are not sure if the subscription will cause a problem to be safe!

]]>
Comment on Angular Development #9 – Reusable Sub-Forms by lluuccaa1 http://www.blackslatesoftware.com/angular-development-9-reusable-sub-forms/#comment-35155 Sat, 07 May 2022 16:37:15 +0000 http://www.blackslatesoftware.com/?p=24571#comment-35155 Great article, thanks.
do not need to unsubscribe?
this.userForm.valueChanges.subscribe (fn);

]]>
Comment on Simple Setup of Drools KIE WorkBench and KIE Server in One WildFly Instance by Jeff Jensen http://www.blackslatesoftware.com/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/#comment-21989 Mon, 01 Nov 2021 12:06:05 +0000 http://www.blackslatesoftware.com/Blog/?p=10565#comment-21989 In reply to Rahul.

Yes, that is a typical installation.

]]>
Comment on Simple Setup of Drools KIE WorkBench and KIE Server in One WildFly Instance by Rahul http://www.blackslatesoftware.com/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/#comment-21948 Sun, 31 Oct 2021 21:53:03 +0000 http://www.blackslatesoftware.com/Blog/?p=10565#comment-21948 Hi, can I have one KWB installed on one machine and multiple Kie Execution Server on different machines and talk to KWB?

]]>
Comment on Simple Setup of Drools KIE WorkBench and KIE Server in One WildFly Instance by Jeff Jensen http://www.blackslatesoftware.com/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/#comment-20841 Thu, 07 Oct 2021 18:42:22 +0000 http://www.blackslatesoftware.com/Blog/?p=10565#comment-20841 In reply to venkat.

Hi Venkat, I have not tried that version – please do and let us know!

]]>
Comment on Simple Setup of Drools KIE WorkBench and KIE Server in One WildFly Instance by venkat http://www.blackslatesoftware.com/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/#comment-20798 Thu, 07 Oct 2021 13:11:22 +0000 http://www.blackslatesoftware.com/Blog/?p=10565#comment-20798 Hey Jeff,

I am using 7.59.0 version. will the setup changes for that?

]]>
Comment on Angular Development #6 – Dynamic Component Generation by Dave Cloutier http://www.blackslatesoftware.com/angular-development-6-dynamic-component-generation/#comment-14481 Mon, 24 May 2021 12:34:44 +0000 http://www.blackslatesoftware.com/?p=24482#comment-14481 In reply to Weiyang.

Yes, the parent styles won’t apply by default because the component styling is encapsulated by default. You can apply the styling at the level of the dynamically created component instead. The other option is to change the component encapsulation, but this will cause the stylings to work globally instead and can lead to some pollution of other components if you aren’t careful. See https://angular.io/guide/view-encapsulation for more details on encapsulation.

]]>
Comment on Angular Development #6 – Dynamic Component Generation by Weiyang http://www.blackslatesoftware.com/angular-development-6-dynamic-component-generation/#comment-14353 Sat, 22 May 2021 14:54:32 +0000 http://www.blackslatesoftware.com/?p=24482#comment-14353 I tried this and it works well, however I’m having trouble applying styles to the dynamically created components. The parent stylings don’t seem to apply to the dynamically created components.

]]>
Comment on Windows 10 Shots – Virtual Desktop Keyboard Shortcuts by jitendra kumar sharma http://www.blackslatesoftware.com/windows-10-shots-virtual-desktop-keyboard-shortcuts/#comment-11743 Fri, 09 Apr 2021 07:16:21 +0000 http://www.blackslatesoftware.com/Blog/?p=7875#comment-11743 good features

]]>
Comment on 13 Top Developer Websites by kamal bunkar http://www.blackslatesoftware.com/13-top-developer-websites/#comment-10607 Wed, 24 Mar 2021 07:05:41 +0000 http://www.blackslatesoftware.com/Blog/?p=6682#comment-10607 nice, i really need these informations

]]>