Jeffrey Wear

Results 14 issues of Jeffrey Wear

I've searched through issues and examined the DB and from what I can tell, the library currently reports what emojis can accept a skin tone modifier but doesn't actually provide...

The server only starts listening if Arena is [loaded directly](https://github.com/bee-queue/arena/blob/a72c32ea4faae616683948db58b2ed717abd0df7/index.js#L24) i.e. in standalone mode. When mounting Arena into another server, the client would not be calling `run`, so `run` does...

topic:mounting

If I repeatedly search over similar datasets with the same parameters, I wonder if I should use the same `Fuse` object for all searches: ```swift let fuse = Fuse() func...

question

If this library is loaded without `react-devtools-core` or `ws` being installed, https://github.com/Yomguithereal/react-blessed/blob/1ae620a62c90bd34051d6458876a6b70abd7cf77/src/fiber/devtools.js will throw an error, resulting in [this message](https://github.com/Yomguithereal/react-blessed/blob/1ae620a62c90bd34051d6458876a6b70abd7cf77/src/fiber/devtools.js#L24) being logged to the console. I see that I can...

Even though the README says that this library will work with React's latest v16.x.x, it does not seem that we can use [the new lifecycles and context APIs](https://reactjs.org/blog/2018/03/29/react-v-16-3.html) introduced in...

The current implementation will only update the padding if the keyboard shows or hides. But what if the view re-renders, moving the first responder up or down, while the keyboard...

I can well imagine that many SVGs are designed to be transparent, but I’m not sure how that’s supposed to work for app icons. In my testing, when my white...

This extension previously wrapped lines to 80 characters without counting the length of the leading spaces and comment character(s). This could leave lines longer than 80 characters after wrapping, in...

For easy use with timestamps derived from JavaScript's `Date` objects e.g. in Node.js applications.