Dave Foley

Results 30 comments of Dave Foley

This is not currently supported but I would love to find time to add it (and also, related: to support cross-package dependencies in monorepo).

@JuanGaray93 I split that feature to #31

Also global gitignores are not supported. If a git project is detected, we may wish to just use `git ls-files` and leave this to git.

@3rd-Eden This is how we write a primus client js file with the correct transformer baked in, which we then require with browserify. This is one of the first steps...

Oh, is that all primus wants/needs there? I'll try that.

@spookyuser would you mind describing the behavior you'd like to see?

This is a good feature request but note that emulating the back button does not work in all cases -- it depends on the context. For example: one can link...

@zomars If you share a snippet, I can try to help you.

@axedre I think this should be configurable by a `closeBehavior` prop on the `ModalContainer` with support to override on `ModalRoute`. I'm not sure if a set of strategies that are...

I don't know enough about preact to be able to help out here. Might it have something to do with preact's handling of a component where the state is initialized...