Alex Dixon

Results 73 issues of Alex Dixon

I think I see these all the time but can't remember the site I liked the best. We need a filetree view, editor, and live browser preview.

site
examples
after public

Currently using a token to access the github api since the repo is private. We can remove this once repo is public, then requests will be unauthenticated and per IP.

site
after public

Looks like process is to open an issue and or a PR. Need to decide whether we want to do this before announcement because it might entail making the repo...

question
examples

Suggest forking definitelytyped and creating @types/framework-x per instructions here: https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package We can publish our own type definitions, but this forces the IDEs of users of the library to resolve our...

documentation
api

I'm nervous about changing this only since we've had such good performance with the current setup. As we've seen with framework-x-redux we can write `component` as a 1-liner with react-redux....

enhancement
api

First argument to `component` must be a string naming the component. May be related to the connect wrapper (seems to require a static name for the component).

enhancement
api

Was a problem in the past with data-intensive apps

perf
devtools

Didn't realize this existed until now. May achieve better recording functionality. Inputs appear to be written out within the call to the form (e.g. `(my-function [1 2 3])`). Output is...

For bugs like #8 that only surface when lib is run from within another project context. Could speed development and provide a more representative test environment.

local-file lib provides an absolute path to a source file when we run outside a jar but nil when inside a jar. Offending fn is ‘ns->abs-path’. Goal is to to...

bug
help wanted
critical