hary

Results 15 comments of hary

it seems that each test request is indepentent in ScalatestRouteTest, when I add Set-Cookie, authorization is still failed。 ```scala package com.yimei.zflow.util.asset.routes import akka.actor.ActorSystem import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport import akka.http.scaladsl.model.{ContentTypes, HttpEntity, HttpHeader, Multipart}...

I encounter the same problem. under my project dir, there is a directory which is not owned by the current user. then, when modd run , it complains that it...

can modd provide an parameter to config to exclude some directory from being monitored

for example: when browser initiate a request GET /give/me/graph/of/:flow_id.png to my webserver, webserver will first load data from database using :flow_id, then webserver should create a Digraph class provided by...

this project provide an DSL wrapper for graphviz command. it is a good start. I think it is also can be used in the web for image rendering where performance...