Arnau Siches

Results 15 issues of Arnau Siches

Hi, I started following the [tutorial](https://github.com/Marwes/combine/wiki/Tutorial#code-structure) and taking the lazy approach and copying the example verbatim fails with a couple errors including one where `state::State` does not exist. Is this...

This is a place to discuss what would be useful to have in a Web UI. The current CLI + HTTP `proxapp` interface is a bit dry to work with....

discussion

Consider using profiles to deal with OSX proxy configuration. It potentially removes the need for proxyswitch or at least simplifies its logic.

feature

Some times it useful to build a small service (local or remote) to handle the mocking. So it would be good to have the ability to define a rule where...

feature

Add a bit of context and use cases for when Proxyswitch is a nice tool. Also it would be good to have a getting started for iOS, Android and Web.

docs

Add or remove rules via HTTP (extending the current proxapp). It needs to play nice with rulesets so precedence/overwrite and other edge cases need to be clearly defined.

feature

Hi, [`graph.filterNodes(filter)`](https://github.com/dagrejs/graphlib/blob/f65cf4301dbad3c53f883541f8484ec4b08e6882/lib/graph.js#L286) doesn't seem to be part of the [API documentation](https://github.com/dagrejs/graphlib/wiki/API-Reference#graph-api). Should it be there?

This project is close to my heart but sadly I'm no longer able to properly maintain and evolve it the way it deserves. It would be great if someone could...

Add `TimeInterval#union` to merge two intervals. And consider if they need to intersect or not. If not, the behaviour could be unexpected (?)

feature

Reconsider the value of such classes beyond its parsing capabilities and delegate more if possible to the core ones.

enhancement