kul

Results 30 comments of kul

Just one last thing before i close this, Is it true for using tmux inside screen.vim you have to actually start tmux before entering vim?

@ar7hur Thanks for the quick response. I see simliar thing with :duration tokens which also do not have absolute value with custom rules but something like {:value 3 :unit :minutes}...

If these can be `resolved` (pun intended), it would be super neat to extend duckling. Thanks for the great library!

Looking at this https://github.com/nathanmarz/dfs-datastores/pull/17 it seems like parameters should ideally be serialized into pail.meta. But opening pail.meta shows just classname. "myvar" in above code is a String and should be...

Seems like out of 5, 3 pull requests are to work around this, #17 #33 #36. I will close this as duplicate but would be nice to hear what repo...

:+1: for the well thought change. @baconz @cmerrick how do you get the arguments inside the serialize and deserialize methods in your implemented PailStructure? I am not able to figure...

Actually for running single tests one can do something like `boot test -n foo.bar -f '(re-find #"my-test" (str %))'` Which although powerful is kind of ugly. Something like `boot test...

Thanks for the response @sbordet. Jetty is set at default config. All of the requests are POST requests. Less than 1% of requests are responded to with a 200 response...

@gregw The application is using spring boot and the above endpoints are defined by extending HttpServlet class (jakarta in this case because spring 6 dependencies has moved away from javax)....