Fabian Eichenberger

Results 10 comments of Fabian Eichenberger

Oh this looks rad! No I haven't actually seen it. It also seems like it does support symbols and weak maps/sets which mine currently does not. Def. could have saved...

I see that you put in a lot of thought into it. For example, you defer coloring until later so you can test the output. My primary goal was just...

Yeah i've got the same issue here. I got the following directory structure: ``` app lib - should only watch in here. app.js ``` I instantiate a new Gaze watcher...

@kellnerd Sorry, I stopped using koa a long time ago and I cannot support the package with my current capacity. Would you like to step in as a maintainer? At...

@ashaffer created a module [listing](https://github.com/micro-js/css-unitless/blob/master/lib/index.js#L11-L39) a lot of the properties which are unitless. Maybe you guys can take the list out of there or include the module if @dominictarr is...

Implementing this would add a significant code overhead I think. You can take a stab at a PR if you want. This should work just fine though: ```js h('div', {...

@eddyw maybe you can quickly chime in here? You created #219 which introduced importing the jsx runtime. Could we import `import { jsx } from 'react/jsx-runtime'` and call the `WrapJsx`...

@11111000000 Using [redux-effects](https://github.com/redux-effects/redux-effects) and [redux-effects-fetch](https://github.com/redux-effects/redux-effects-fetch) you can define your actions declarative without imperative `dispatching` of actions. ``` js import { bind } from 'redux-effects' import { fetch } from 'redux-effects-fetch'...

Whats the benefit over doing the following? ```js import { div } from 'preact-hyperscript' div('.class', ...) ```

Open Source is not a free service. Please provide some more info about your code, what specifically doesn't work, where it fails etc. You won't get any help this way.