Francesco Gringl-Novy

Results 146 issues of Francesco Gringl-Novy

Based on the comment in https://github.com/ivanvotti/ember-svg-jar/blob/master/CHANGELOG.md#v234, just letting you know that this seems to be working just fine for me in our app on Ember 4.1 & embroider. We are...

Question

When using the "Render performance" section in Firefox (latest Ember Inspector version), no render times are shown at all for me. I see entries coming in, but "Render time" is...

bug

### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...

types:core
bug:working-as-intended

### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...

types:core

This is caused by an upstream change I guess, but I now get this console log: ``` LOG: Download the Apollo DevTools for a better development experience: https://... ``` Both...

I get the following error: Do not use setupTest whose last parameter is an object unless used in conjunction with `integration: true` For the rule `ember/no-restricted-resolver-tests`, for this code: ```...

Bug

### 🐞 Describe the Bug I am not 100% sure if this is a bug, or if I misunderstand something. Is it not possible to provide an optional named block?...

### Environment - Ember Version: 3.10 - Ember CLI Version: 3.8.0 - Ember CP Validations Version: 4.0.0-beta.9 ### Steps to Reproduce Before I updated to ember-source 3.10 (and to make...

### Environment - Ember Version: 3.4.8 - Ember CLI Version: 2.18.12 - Ember CP Validations Version: 4.0.0-beta.5 ### Steps to Reproduce Inline validations seem to not be lazy - the...

broccoli-uglify-sourcemap was replaced with broccoli-terser-sourcemap, which is included in ember-cli by default for some time now. Basically, broccoli-terser-sourcemap is v4 of broccoli-uglify-sourcemap. Also the build step currently looks at `minifyJS`...