Felix Wolfsteller

Results 120 comments of Felix Wolfsteller

Since I am trying to get familiar with the lua side of things `:hi NormalFloat ctermfg=LightGrey` translates to `vim.api.nvim_set_hl(0, 'NormalFloat', {fg = LightGrey})` afaict (works for me).

I am having similar issues with utm>4, amd64 guests on m1. How do you connect to the network (I use a usbc-ethernet)? And can you ping the host system (i...

Maybe someone can find and share a link to the developer documentation (or a thread in the discussion forum) about how to deal with this issue best.

I am even later to the party but see this a probably pressing issue. Not sure if I can use the gem if licensing situation is unclear. Of course I...

To give my motivation: I use roar as a middleman between a Datamapper sqlite and a couchdb. Put'ting new documents just works fine, put post'ing changes fails without me easily...

What do you mean with "again"? I did not find an older related issue. There is no test yet, just the test-infrastructure to answer a (e.g. post-)request with a status...

Okay, scenario is following: I store documents in a couchdb by issuing PUT and POST requests with json bodies. The couchdb will answer with 20x if things are alright, but...

The restriction of not being able to define additional headers etc. is probably hurting the people who are also interested in the responses. So I would definately keep the request-manipulation...

Perfect, that's what mechanize does, too (throwing exception on non-200s, and the exception carrying the actual response, too).

As far as I can see, the faraday path already behaves similarly (in test: https://github.com/apotonick/roar/blob/master/test/http_verbs_test.rb#L57).