Sam

Results 20 issues of Sam

Hello, im tring to use your library but i have always this error: Error:(1) Attribute "shadowDrawable" has already been defined I use play services: 7.3.0 and it say that attribute...

It seems the field is always required final ValidationBuilder validationBuilder = ValidationBuilder().email('Wrong Email Format'); String? _errorText = validationBuilder.build()(null); Result "The field is required" final ValidationBuilder validationBuilder = ValidationBuilder().email('Wrong Email Format');...

Hello, Using PdfViewPinch inside a TabBarView. The PdfViewPinch is in the first tab and see it proper. Press on second tab and the second tab it show proper. Click back...

bug

Hello, It should be very useful to have inside `ToMany` class a method `addId` to add the entity reference directly by the id. Now have just `add` that force the...

enhancement

Hello, When using DayView, WeekView or/and MonthView inside a TabBarView cause lost the state of the single Tab on clicking on a new Tab. This produce a redraw every time...

enhancement
priority:5

Hello, I already seen something similar in the "closed" issues where is a workaround but not a solution. Is possible to find a solution for this issue. ![1](https://github.com/SoftwareBrothers/adminjs-typeorm/assets/8638803/38733797-5a99-4149-8f08-61e2a5471007) Node.js v18.16.0...

I'm trying to understand if a user is authenticated after I login using the default Admin.js login procedure. I'm not using the admin.js router but just a simple express.js router...

### System Info Flutter ### Related Components - [ ] doc-loaders - [ ] doc-transformers - [ ] prompts - [ ] llms - [ ] chat-models - [ ]...

t:enhancement
p:openai_dart

Hello, Intl wrong to parse currency with symbol as suffix. **To Reproduce** If run the following code an exception will raise: ``` NumberFormat formatter = NumberFormat.currency( locale: "it_IT", name: "Euro...

type-bug
package:intl

### Contact Details _No response_ ### What happened? I'm trying to replace the default Dashboard with a .tsx component/page. ### Bug prevalence Always ### AdminJS dependencies version **package.json:** ``` {...

bug