stil

Results 13 issues of stil

It's a very popular problem - how to know which response is which. They may appear in random order, so we need to add a feature allowing to associate responses...

enhancement

There are several open issues asking for text measurement. I want to propose new API for upcoming gd-text release and I invite you to discuss. ```php class VirtualTextLine { /**...

**Describe the bug** pomatez does not support some special characters from languages other than English. **To Reproduce** Create a task with title `zażółć gęślą jaźń`. Notice that some characters fallback...

bug

I used a stopwatch to measure how long it takes to discover subtitles for PL/EN and time was almost 23 seconds! This request is pretty simple. Currently subtitles are discovered...

Currently, GD supports only UTF-8 characters of 1-3 bytes. Four byte characters are unsupported. HTML entities higher than `` and `𘚟` are also unsupported. It makes impossible to draw emojis,...

bug

It seems that libgd doesn't support emojis, which are already implemented in FreeType. Below you can see excerpt from FreeType changelog: ``` 2013-05-23 Behdad Esfahbod Add support for color embedded...

enhancement
help wanted

On Windows, Git by default checkouts code with CRLF line endings. It causes NPM to show tons of errors, because ESLint is configured to allow only LF. Also, package-lock.json should...

Hi, my app is attempting to render components through portals to child windows (opened via `window.open`). Directly I use `@elastic/eui` which uses `react-focus-on` (and other libraries that you maintain). I...

## Summary Closes #7778 The main idea in this PR is to enable multi-windowed React development with EUI, for example in Electron. The change is purely bug-fixing and does not...

community contribution

I've been using this code for a while in my app and it works well. See discussion in #88