Guillem Puche

Results 23 issues of Guillem Puche

It took many hours to figure out how to link Nx, Styled Components, TailwindCSS and Twin. Then I decided to record my finding in an example. There's the guide on...

It could not access to`FocusManager` because the instance of `WidgetsBinding` could be null. Environment: - [email protected] - [email protected] ### List of issues which are fixed by the PR Error: ```...

**Description** I'm following this example https://github.com/widgetbook/widgetbook/blob/main/examples/widgetbook_annotation_example/lib/app.dart (I'm not using `@WidgetbookApp.material`) When I run the generator, it generates an error because Flutter can find the `scaffoldBuilder` on `configuration_file.widgetbook.dart`. To solve it,...

Warning: ![imatge](https://user-images.githubusercontent.com/3519924/114300134-04822080-9abf-11eb-8eec-51981e681053.png) You have to change lines: - `aq_df_2016=aq_df['2016']` for `aq_df_2016=aq_df.loc['2016']` - `df_2014= aq_df['2014'].reset_index()` for `df_2014= aq_df.loc['2014'].reset_index()` - `df_2015 = aq_df['2015'].reset_index()` for `df_2015 = aq_df.loc['2015'].reset_index()` - On several lines `aq_df_2015=aq_df['2015']`...

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently `project.json` supports iOS and Android: ```json "run-ios": { "executor": "@nx/expo:run", "dependsOn": [ "ensure-symlink", "sync-deps" ],...

type: feature
scope: react-native

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

### What is the current behavior? Create a React Native monorepo with two packages: - components package - application using components package ### Describe the feature Mobile development every year...

enhancement
funding needed

### Current Behavior Tamagui Vite Plugin uses `tamagui-extract` to get Tamagui config file. But it cannot figure out how to get in a directory that isn't the same as `vite.config.ts`....