Nicolas Ramz

Results 136 issues of Nicolas Ramz

I installed the beta from `2020-08-20-raspios-buster-arm64` and when opening the screen configuration utility, I'm stuck to 1920x1080 and cannot select my monitor's native resolution which is 2560x1440. I ran `xrandr`...

While trying to decode an heic picture coming from an iPhone X I am getting this error: > hevc-decoder.js:166 coded parameter out of range In this case, code is `8`....

In the readme it is written: `sv-element - this attribute should be placed on the same element as ng-repeat attribute. Its (optional) value should be an expression that evaluates to...

I'm trying to add the line numbers. I added "nums:false" into the tag but it seems to be ignored, lines are still displayed. Is it still supported?

On Safari 11.1.2 (OSX/Sierra), I am getting the following error: ``` Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'AWPF.worker.onmessage') ``` I think this happens because in the...

**What**: Replace `cy.state('subject')` by `cy.currentSubject()`. **Why**: `cy.state('subject')` is being deprecated: ![image](https://user-images.githubusercontent.com/199648/188675815-1580efa4-83ee-4a68-b7cc-59ab61e5145a.png) **How**: Replace `cy.state('subject')` by `cy.currentSubject()` in `utils.ts`. **Checklist**: - [ ] Documentation N/A - [x] Tests - [x] Ready...

From the API documentation: `If you want to create a directory the entryName must end in / and a null buffer should be provided.` When typing this `zip.addFile('myDir/', null)`, I'm...

Trying to run python setup.py returns the following error: python setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py...

FIXED: allow to configure shader_minifier path in Makefile

From what I have understood, if you have this object: var foo = { firstName: 'Nicolas', lastName: 'Dupont' }; And the following form with empty input elements: <form> <input type="text"...