wolterhv

Results 8 comments of wolterhv

I think models like that of OpenStreetMap can be followed here. OSM is a far larger project and has a collaborative model. I use it quite often and I have...

Is this something that should be solved in sway or rather in wlroots?

I find this very uncomfortable too.

(2013-04-07 16:37 UTC-0600) Bernhard Schuster : > See #16 https://github.com/marc-lorber/oregano/issues/16 > > — > Reply to this email directly or view it on GitHub > https://github.com/marc-lorber/oregano/issues/19#issuecomment-16025943. > > Oh that...

This would be interesting to find out, since CasADi seems to have both Python and C++ APIs. Both are capable of generating C code, which would suggest that in speed...

@dorgnarg if I'm not mistaken, your potential fix seeks to alter the mapping between signal strength in dBm and signal strength in percentage points. If I understand correctly, the issue...

@LizardLiang 's solution worked for me, but only after a tweak: Change ```lua jobstart_options.cwd = vim.fn.expand("%:p:h") ``` to ```lua jobstart_options.cwd = vim.fn.shellescape(vim.fn.expand("%:p:h")) ```