Ujwal Setlur

Results 16 issues of Ujwal Setlur

I am attempting to convert an Altium design (schematic and pcb) and ran in an issue. Here are the steps I took: 1. unpacked schema and pcb using unpack.pl 2....

I would like to put up a graph with no data, just x and y axes. If I pass in empty data arrays, I get an exception. How can I...

bug

I have the same problem as in https://stackoverflow.com/questions/53243306/validating-unique-key-pairs-in-a-nested-object-with-joi-and-nodejs I essentially have an array of objects, and I want to validate that a certain key/value pair is not duplicated amongst the...

enhancement
help wanted

If I have a schema like: ```js const eventSchema = { id: 'string' }; const eventSchemaCheck = validator.compile(eventSchema); ``` and I pass in an undefined object as a parameter: ```js...

When country is switched to another country that has the same international prefix, say USA and Canada, then when you start typing the phone number, the flag switches back to...

```ts export function First({ navigation }: FirstScreenProps) { const message = `Boo Hoo!` // Referencing this below in JSX crashes! function onButtonTap() { navigation.navigate('second'); } return ( {message} Tap me...

## Prerequisites Please answer the following questions for yourself before submitting an issue. - [X ] I am running the latest version - [ X] I checked the documentation and...

I am using the ``pico`` variant because I just need Play services, but it seems the GooglePackageInstaller that is installed conflicts with the one that comes with Android 9.0. The...

I use your fnm, and it's great! I want to checkout your gpkg, looks interesting, but I am sorry, maybe I am stupid, but how do I install it? I...

I have 2 collections: users and groups. I have 2 main link sfrom groups to users based on memberIds and adminIds fields. Essentially who are the members and who are...

enhancement