Štefan Marcin
Štefan Marcin
any updates on this ? have the same problem
My two cents I changed logout function to this and call it with GET method ` public function logout(Request $request) { if (! $user = auth()->setRequest($request)->user()) { return $this->responseUnauthorized(); }...
I can confirm this problem, I have readOnly page where user cannot change stars, then I have edit page, when I edit it, come back and use refreshIndicator, the new...
Thanks for the fast reply, here is the test result of Der Spiegel so I assume you were right, the site is a problem : simple code: ``` [TestMethod] public...
I tried using different library just to check encoding, it has downloaded it correctly with correct encoding: ``` [TestMethod] public void testGermanCharacters() { string german = "Die Rohöllagerbestände in den";...
Thank you very much ! Please let me know next week I will wait :)
thank you, please let me know when it will be available as package, you are perfect ! :)
> I updated vscode to the latest version and it worked. this resolved it - in VS code version 1.83.1 it now works
Added also step where nodes are sorted by levels when initiating simulation in diagram.ts ``` let preSortedNodes = data.nodes ? _.sortBy(data.nodes, "level") : []; const nodes = preSortedNodes.map((n, i) =>...