Jesse Schoch

Results 47 comments of Jesse Schoch

It wasn't' clear how the keys were mapped, did I miss that in the settings? If there is a way to adjust the keymapping then I think you can keep...

> > if I run $$ in the MDI window it would be nice if I didn't have to turn verbose off to see it. > > The filter checkbox...

for hole finding: The way I would expect it to work is that by default it feeds at the probe feed rate from the starting point of center finding and...

fixing the jog cancel race condition would be needed first. I believe a much more complete jogging implementation was planned but it couldn't be fit into OG grbl. Maybe the...

there are quite a few threads on the topic, here are a few. https://github.com/gnea/grbl/issues/95 https://github.com/gnea/grbl/issues/837 https://github.com/gnea/grbl/issues/734 here is an attempted fix: grblHAL seems to have this fixed and added a...

blows up wiht sample code from README-ELIXIR 20:53:20.485 [error] gen_server boss_session_mock_sup terminated with reason: {'module could not be loaded',[{elixir_compiler,file,[],[]},{boss_elixir_compiler,compile,2,[{file,"src/boss/boss_elixir_compiler.erl"},{line,12}]},{boss_load,compile_and_accumulate_errors,5,[{file,"src/boss/boss_load.erl"},{line,146}]},{boss_load,load_dir,4,[{file,"src/boss/boss_load.erl"},{line,121}]},{boss_load,load_dirs1,6,[{file,"src/boss/boss_load.erl"},{line,106}]},{boss_load,load_all_modules,3,[{file,"src/boss/boss_lo..."},...]},...]} 20:53:20.493 [error] CRASH REPORT Process with 0 neighbours exited with reason:...

also this Compiled src/boss/boss_websocket_router.erl =INFO REPORT==== 17-Jul-2013::21:02:11 === application: elixir exited: {bad_return, {{elixir,start,[normal,[]]}, {'EXIT', {undef, [{elixir,start,[normal,[]],[]}, {application_master,start_it_old,4, [{file,"application_master.erl"}, {line,274}]}]}}}} type: temporary ERROR: **\* Missing Elixir compiler *** You must do...

I still get this error, am I really required to install elixir globally in erl? It appears the deps requirement is met by the rebar.config and the only reference on...

Wow, who knew parsing email was such a kludge. I spent a ton of time reading the RFC's and trying different approaches. The problem is when the from header has...