Eduardo Speroni

Results 46 issues of Eduardo Speroni

…route ## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

### Please, tell us what's the problem? [ ] A typo [ ] Wrong documentation [x] Improvement of existing article [x] Missing documentation [ ] New article needed ### Please,...

This is more of a question about the implementation. On Android, the background is set to a GradientDrawable with color and corner (https://github.com/Especializa/nativescript-ng-shadow/blob/master/src/common/shadow.ts#L52). Why is this done? It seems most...

This plugin stores all the translations inside the app binaries, which can be a problem if we're trying to add new locales or fix typos via appsync or trying to...

The current implementation uses android =9) seems to fall in line with the material spec. This issue is tracking the progress on the iOS front.

Still needs android implementation Allows for: ``` // some-script.js console.log('some script logged'); // main.js console.log('start'); require('./some-script.js'); delete require.cache['./some-script.js']; console.log('delete'); require('./some-script.js'); console.log('end'); // output start some script logged delete some script...

cla: yes

### Issue Description Given the following classes: ``` .default-margins { margin: 100 10 10 10; } .big-margins { margin-top: 500; } ``` If you add the class `default-margins`, you'll have...

bug-pending-triage

# Bug report **What is the current behavior?** When using shared modules with Webpack Module Federations, the worker chunk will contain references to shared contexts, but the worker runtime does...

bug
webpack-5

This fixes a weird scenario where when animations are disabled the tabstrip doesn't go to the correct position. The reason for the complicated solution is that if you're midscroll the...