Joe Pea

Results 958 issues of Joe Pea

Conversation from https://discord.com/channels/722131463138705510/722131463889223772/967330684630863902 One thing missing from the docs is an example that blows React dev's minds. Basically an example that shows the impossibilities of React, and why Solid is...

documentation
enhancement

I've been taking solid-styled-jsx for a test run in porting an app from Vue to Solid (easy to copy/paste styles from `` to `` that way). I'm encountering an issue...

I wish there was a way to make re-usable CSS "functions". Currently, we can't make re-usable logic without unfortunately coupling to HTML markup. See: - https://stackoverflow.com/questions/63459791/why-do-these-css-variables-not-work-when-passed-into-calc - https://stackoverflow.com/questions/52015737/css-scoped-custom-property-ignored-when-used-to-calculate-variable-in-outer-scop As you...

## What We want to observe computed property values (custom or not). For example: - When an element's computed `left` style changes (for any reason, including CSS transitions, or stylesheet...

css-properties-values-api-2

I'm hoping to get this working with Electron. I've ran `npm rebuild zeromq --runtime=electron --target=1.4.5`, but when I run Electron I get ``` Uncaught Error: Cannot find module '../build/Release/zmq.node' ```...

4.x/5.x
electron

It basically boils down to this: ```sh set -e # I'm using the `nw` package from NPM, and `nw-gyp` to rebuild native addons. # Make sure `nw` is pinned if...

enhancement

**Describe the bug** Hello! I was using zeromq 5, and I upgraded to 6-beta.6 yesterday. Now when I hit `ctrl-r` to refresh my `electron` application, it hangs indefinitely (have to...

bug

**Is your feature request related to a problem? Please describe.** I have issues building zeromq quite often. I want to use it in an [NW.js](https://nwjs.io/) app (NW.js is an alternative...

enhancement

Hello! I'm not having any luck using `zeromq` with Electron v5 or v6. I'm having this issue: https://github.com/electron/electron/issues/20641 Not sure which repo this belongs in.

4.x/5.x
awaiting reply