Themistoklis Chatziemmanouil

Results 9 issues of Themistoklis Chatziemmanouil

### Bug description Similar old issue I found: https://github.com/prisma/prisma/issues/9318 This time, the name of the id gets lost on db pull Expected Result: `@@id([userId, companyId], name: "id")` Actual Result: `@@id([userId,...

bug/1-unconfirmed
kind/bug
topic: re-introspection
team/schema
topic: prisma db pull

**Current behavior:** Performance difference between development and production is very different when using jsx pragma. Issue probably has to do with #1467 In one of my material-ui projects I get...

bug
needs triage

Fix race condition when render/clear is called in rapid succession. This issue was first spotted when trying to use this library in react: Relevant issue : https://github.com/briosheje/react-html5-qrcode-reader/issues/2 Closes: https://github.com/mebjas/html5-qrcode/issues/668 https://github.com/mebjas/html5-qrcode/issues/641...

### 👓 What did you see? Given the following StepArgumentTransformation: ```c# [StepArgumentTransformation(@"(\d+(?:,\s*\d+)*)", Name = "comma_separated_integers")] public IEnumerable TransformCommaSeparatedIntegers(string input) { return input .Split(",") .Select(int.Parse); } ``` ### ✅ What did...

c_sharp
:zap: enhancement

**Describe the bug** If there is a ProviderScope on a parent, using ref.invalidate does not work on families **To Reproduce** Run the following flutter code: ```dart import 'dart:async'; import 'package:flutter/material.dart';...

bug
needs triage

Probably related to #515 . There are examples on how to retrieve the osVersion inside the project but there is no mention of it on the main README. Also the...

documentation

System.Text.Json in ASP.NET APIs expect the discriminator key of a union to be passed as the first parameter in the JSON for [optimization reasons](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism). Currently, freezed generated classes have the...

enhancement

Hi. After many bugs from updating packages that update the build_runner and corrupt build cache I was wondering if it would be possible to add a flag `--clear` or similar...

type-enhancement

**Describe the bug** Because `_retryCount` is not local var to `_attemptRequest`, it's possible to create infinite loops since a new request restarts the _retryCount to 0 for all pending requests....

bug