Olivier Pascal

Results 17 issues of Olivier Pascal

**Describe the bug** The result of `recognize()` with `PSM_AUTO_ONLY` still include `text`. I guess this is not normal. **To Reproduce** `worker.setParameters({ tessedit_pageseg_mode: PSM.AUTO_ONLY });` `worker.recognize(image);` Return: `{ ..., psm: "AUTO_ONLY",...

dependency bug

> Summary: Using Apollo Client 3's Reactive Variables API (docs/blog post coming soon), we can store the entire application state locally (and optionally persist it using local storage). Great! What...

How would it be possible to use https://github.com/facebook/pop to make the show/dismiss animation more realistic? (see in the Messenger app)

`width` and `height` properties are included in `FramebufferInfo` object but do not appears neither in the doc, nor in the typescript definition: ``` export type FramebufferInfo = { framebuffer: WebGLFramebuffer;...

**The problem** The `outlineOffset` property is not recognized by the eslint-plugin. **How to reproduce** With the following code: ```ts import * as stylex from '@stylexjs/stylex'; export const styles = stylex.create({...

bug
good first issue

**Is your feature request related to a problem? Please describe.** In debug mode, vars should be more explicit. **Describe a solution you'd like** Instead of: ```css :root { --x3dc7yf: #000;...

enhancement

I currently use `store.dispatch({ type: '' });` just after `createStore()` as a workaround to make `STATE_LOADING_START` dispatched asap but it's quite ugly. Is it the expected way to do this?

> block.py contains some text-structuring stuff. I intended to use this as a replacement for the current text-line detection system, but I haven't been able to get it to work....

Hi, I have just download and run the demo project on simulator/ios/osx and here is the result: https://soundcloud.com/olivier-p-3/novocaine/s-vUjTY I have also tried with different files and formats. Did I miss...

### Describe the issue `flexBasis: '0%'` is compiled to `flex-basis: 0px`, which is not equivalent ### Expected behavior `flexBasis: '0%'` to be compiled to `flex-basis: 0%` ### Steps to reproduce...

bug