Bruno Paré-Simard

Results 44 issues of Bruno Paré-Simard

Title says it all. Basically, I have using the configuration below for labels ```javascript label: function(value) { return Math.round(value) + "/" + this.max; } ``` But, when I use the...

### pnpm version: 7.11.0 ### Code to reproduce the issue: ```shell > pnpm add --save-dev -w parcel ``` or ```shell > pnpm install --save-dev -w parcel ``` ### Expected behavior:...

type: bug

Hello, I am facing multiple issues regarding the data object and its reference. I am using either Camunda or Modelio to model my BPMN, which is a simple user task...

### Describe the problem Knowing the formatting that a given languages will use is a bit cumbersome to have to look out in another page. ### Describe the solution you'd...

feature request
help wanted
good first issue

### Describe the problem The formatting I like to use if often a mix of different "languages" formatting. My own ideal view for my picky brain is the following, which...

feature request

### Describe the problem When saving a favorite search with a date selected, the `Time range` field value is saved as the textual representation[^1] (what you see is what you...

feature request

### Describe the problem First, I love the working times view! However, I do need to check from time to time the weekly delta. ### Describe the solution you'd like...

feature request

### Describe the issue The bug is related to the color badge shown on the right side of the name. There is different variations that I'll put inside this single...

bug

Hello, I was looking through the page to find some tools I used or wanted to investigate. When coming here I saw that the last update was 3 years ago....

### Bug description When trying to lint a file that contain the DeclarativeBase of the recent SQLAlchemy 2.0 (beta), it fails with an `astroid.exceptions.ParentMissingError: Parent not found on .` error....

Crash 💥
Needs investigation 🔬
Needs astroid update