Tagman

Results 11 comments of Tagman

As the google diff algorithm is character based, so is there output. IMO you have 2 options. One is to reconfigure the google diff library to get a word based...

@matteofabbri thank you aswell. Your implementation worked out in the end for me.

This package fixed the error for me: Its on NuGet. [Contrib.Microsoft.AspNetCore.Identity.MongoDB](https://www.nuget.org/packages/Contrib.Microsoft.AspNetCore.Identity.MongoDB) I am in the process of trying to make everything work, so i am not sure if it fixed...

@arivera12 Funny, The package @arivera12 recommended actually worked out in the end for me. I ran into some more compatiblilty issues with the one I tried and used https://www.nuget.org/packages/AspNetCore.Identity.Mongo. Its...

I also have that problem. Opened the project windows around 30mins ago. Tracker already says smth like 2+hrs. Is it maybe accumulating all the opened tabs? ![image](https://user-images.githubusercontent.com/1387323/105161393-a1ad6880-5b11-11eb-919d-f5da8a41082b.png)

Using the url property inside `migrate-mongo-config.js` like this makes it work. Is their any way to configure the password without writing it in plain-text inside the config?

The project only gets maintenance updates. Any further development is done on the web stack based WorldWind project. So I guess there is a near 0% Chance for these enhancements....

> We do need a concrete reproduction for this. > > If your question is whether the `$effect()` block in a component should run when that component isn't even rendered,...

I created a simple REPL to hopefully clear up what I mean. [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAA5VSy07DMBD8FWN6SETVwrVNIqH-AAduhEPqbFqrjh3ZThGy8u_4kboJVAgOUbzr2dndGRvcUAYKb94M5lULeIOfuw4vsf7sXKDOwDTYWIleEpfJFJG000XJS03bTkiNXioJXKNGihaVeLUO8SrUltgh3cdAIyJ6i8zRQulKQ_KYbi836ig-dkfK6uutlj2k9t4imp4TTQVHlBMJraVPUmQ8sw6cDzl68mRDybP1dUie7XutbaXghFFyyk2kGPwSPqs2yHgeXx0qblfbvnlxnTa_i8eheBWHAwPkoxmLZxpl8m1A5mO_CZWZUGWjioXVvhU1bSjUeOMUGZbRqgD5p1tB5GiWD6dejX6Ycc7ldcDBWdNJ0akkjYZWjO0rctoF9NTab85dkFPjuBIMVkwckhJf7j0Q6hKnt9w097SZTOQgWdhorivIIXa0qfHkdPVoy2XWtBl-U9cD_yruXLLYb66YxS2gaYDoJDyj6QsGuR2jKFR4z-43f9E1PRdh6bhstnbJn-u8D19ZP8WS4wMAAA==) When the child is not hidden, it logs into the console that the counter was changed. If...

I updated my [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAA41TTW-jMBD9K163B6KNSHulgLTKH-hhb6UHYgZi1djINt1dIf_39Qc4kLZRLwkzHr95fvNmwi1loHD2MmFe94Az_GsY8B7rf4ML1DswDTZWYpTEZXJFJB00YjXvCq3Kilea9oOQGj3XErhGrRQ9qnB6CHEaMCrsKn011yDbmgA6in5g8PcoRntt8ueauABkhvjYn0CGpBpP2VJQ6Vra45djKHwNWeP-3M9VA19zA9ssrBho5M-zLa0C3Stda0iuMR72X3PbkNot8Oos_hzPlDUXUC1H2AXW7ciJpoIjyomE3iqX7DbE07k1-lmgx6f1gaWQ2sbpMKpz8rhbSXEPbQtEJxaqKLdo86UlxZVgkDLRJRXua8pRuIm0pF0HEpoKB-CdbZ0fggvc9Hl-GrW2vAUnjJK3YooPMN4dPqusRptXGIcSbn6OEihHzYof8dOUv0XXMTteF21RZg_OTYrQ06xgphVMPlu0tAbvRUNbCg3O3EzMPu5DKPnGSqxXIYw5boIP14swO2Kaee4vBI0zxyDFoJJoHFIzdqrJ22LnaJ-Ha-8slWvrrCe7nPvCy0yvJjrd0XbFyJXk4UVbXUE6F5nY1abnL6etv2HxpgNtzS2FfeF3Bd7KFvttVbvpfMvaLQsD3unzskdRt6cvTN7Q9zJoMH1EMfnBnX985Kv5D47DKDRiBQAA) . The child now gets passed an array. I added an effect in the App.svelte which references this arr. But this upper most effect is not...