You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 15:20:59 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #690: Remove lodash dependency from ui

dominikriemer opened a new issue, #690:
URL: https://github.com/apache/streampipes/issues/690

   The lodash dependency is used in "PipelineElementOptionsComponent" where the cloneDeep function is imported.
   
    
   
    
   
   Imported from Jira [STREAMPIPES-525](https://issues.apache.org/jira/browse/STREAMPIPES-525). Original Jira may contain additional context.
   Reported by: zehnder.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti commented on issue #690: Remove lodash dependency from ui

Posted by GitBox <gi...@apache.org>.
bossenti commented on issue #690:
URL: https://github.com/apache/streampipes/issues/690#issuecomment-1346426535

   Unfortunately, I cannot provide any support here.
   @dominikriemer probably knows best about this topic


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Remove lodash dependency from ui

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe closed issue #690: Remove lodash dependency from ui
URL: https://github.com/apache/streampipes/issues/690


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] mohitbhagat commented on issue #690: Remove lodash dependency from ui

Posted by GitBox <gi...@apache.org>.
mohitbhagat commented on issue #690:
URL: https://github.com/apache/streampipes/issues/690#issuecomment-1345390087

   Hi @bossenti @dominikriemer , I'm not sure what's expected here. I notice some usages of lodash in `pipeline-element-options.component.ts`. We are using cloneDeep from lodash, to do some deep cloning. Am I expected to replace cloneDeep with a custom clone method? What's the reason behind wanting to get rid of the lodash dependency?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org