Danil Agafonov
Danil Agafonov
I have the same issue. I tried to find a reason and realized that this is not a problem of import process. The root of problem is broken data in...
@pantharshit00 @timsuchanek I just want to say that this bug prevent to migrate to new datamodel (https://www.prisma.io/docs/1.31/releases-and-maintenance/features-in-preview/datamodel-v11-b6a7/#4.-optimizing-the-database-schema) Exporting/importing is only one way to get rid of redundant TABLE relations (convert...
@StevenDoesStuffs @Vladimir-csp I think there have been too many assumptions made. And IMO some of them might be wrong. @StevenDoesStuffs wrote: > The way SDDM works (and most display managers...
> `~/.config/uwsm/env` or `environment.d` is not an option because I need a programmable shell environment to set some env vars conditionally. Warning: it is probably a really bad advise I...
@pahud thanks for the feedback. I agree. What could be an alternative? I have 2 ideas: - Add boolean `crossStage` parameter [here](https://github.com/aws/aws-cdk/blob/960d14a675d9eb3c454a9d6960d3c0c124711d5d/packages/aws-cdk-lib/core/lib/private/physical-name-generator.ts#L10) and [here](https://github.com/aws/aws-cdk/blob/960d14a675d9eb3c454a9d6960d3c0c124711d5d/packages/aws-cdk-lib/core/lib/resource.ts#L239) and [here](https://github.com/aws/aws-cdk/blob/960d14a675d9eb3c454a9d6960d3c0c124711d5d/packages/aws-cdk-lib/core/lib/resource.ts#L208). It can be passed...
Thanks @pahud. I will book a slot for an office hour event as soon it will be announced.
Somebody might find this useful: https://openforums.wordpress.com/2016/05/31/systemd-defaults-killuserprocesses-to-yes-in-logind-conf-with-v230/ > systemd-logind will now by default terminate user processes that are part of the user session scope unit (session-XX.scope) when the user logs out....