Rémi Jarasson

Results 12 issues of Rémi Jarasson

I was working for the past few days on a Piano display (you can see it here: https://chord-display.rednet.io), using BrowserSource on OBS v21, using MIDI features of CEF. Everything was...

Confirmed

When using option `appendHash: true`, Webpack 5 throws the following error: ``` HookWebpackError: Cannot add property integrity, object is not extensible ``` I cannot have a stacktrace of the error,...

I have this strange issue when execution snapshot testing of components in different environments (local). I have multiple environments which runs the same tests, and produce the same snapshots, but...

I'm used to define height and min-height in percent (100%). It seems that parseInt does not consider percent value. So when defining `min-height=100%;`, elastic sets height to 100px.

Mongoid Installation Documentation seems to be incomplete. In _Getting Rid of Active Record_ it shows how to replace `require 'rails/all'` in order to remove ActiveRecord, but there is a line...

## What did you do I got the following error: ``` UnhandledPromiseRejectionWarning: TypeError: Cannot convert object to primitive value at Object.get (XXX/node_modules/@adobe/jsonschema2md/lib/schemaProxy.js:140:50) ``` ## What did you expect to happen...

bug

https://github.com/mspae/react-wavesurfer/blob/480ce7bf7391a3326ff7c534e757b07a1f286dfb/src/react-wavesurfer.tsx#L236-L242 HookupEvents receives props at init, and creates a callback on('ready') calling updateProps(props), which refers to initialProps. Thus, changing audio files triggers a new ready event, rolling back some props...

Sass allows fallback to the behaviour of css `@import`, and allows to compile `@import` statements to plain CSS statements. [From the doc](https://sass-lang.com/documentation/at-rules/import#plain-css-imports), sass will transpile to plain css for: *...

I'm using node-redis client, and it supports a `prefix` option to prefix all keys provided to commands. I didn't know unil now it was supported directly by Redis, and handled...

Hello ! I am trying to use a fork of [conf](https://github.com/sindresorhus/conf) package (in order to test my changes before making a pull request), but `electron-store` still uses an outdated version...