-
the currently implemented sidebar resizing functionality drastically reduces render speed, and over time the problem gets worse. The code needs to be refactored, using refs and other efficiency-saving…
-
```
Using today's trunk checked out from SVN, "make rpm" fails on Fedora 10.
The errors are:
error: Installed (but unpackaged) file(s) found:
/usr/lib/python2.5/site-packages/include_server/__init…
-
```
Using today's trunk checked out from SVN, "make rpm" fails on Fedora 10.
The errors are:
error: Installed (but unpackaged) file(s) found:
/usr/lib/python2.5/site-packages/include_server/__init…
-
```
Using today's trunk checked out from SVN, "make rpm" fails on Fedora 10.
The errors are:
error: Installed (but unpackaged) file(s) found:
/usr/lib/python2.5/site-packages/include_server/__init…
-
Parent concept labels are lazily loaded from concept refs, they are fetched on every event and while they are fetched they are shown as IDs, which causes them to flicker on various user interactions, …
-
Memoizing a function sets its length property to zero:
```js
import memoizeOne from 'memoize-one'
f = (a, b, c) => a*b*c
memoF = memoizeOne(f)
console.log(f.length) // 3
console.log(memoF.leng…
-
## Do you want to request a feature or report a bug?
Bug
## What is the current behavior?
Not all the time, but sometimes the `onAnimationEnd` prop on `Line` graph doesn't trigger and the dots do…
-
## Current behavior
When loading in items in an infinitive scroll list (with `onEndReached`), the top most `ItemSeperator` of the item that is loaded in is not rendered. When scrolling away fro…
-
Currently we are processing every needed symbol time, even if it has already been processed before.
Users might often include their shell or terminal theme files to get their 16 colors, memoizing th…
-
Let's say I want to create a custom function called size. The value passed to it should be applied in the same way tailwind does: sets width and height.
I tried to do this:
```gleam
pub fn size…