dan mackinlay

Results 36 comments of dan mackinlay

Better solution might be to put a flag in to select profile and default to a sane one. I can set up a pull req for that if we like...

There is absolutely a benefit; whether the benefit is worth the effort would be a better question. 😉 In my particular use case it might be greater relative benefit than...

Yes, I know that creating lots of windows is not common, so this is not a high priority for others. I'll put a PR on my todo list and see...

To be clear, we get the same problem from the more usual `start:step:end` syntax. ```julia using ForwardDiff f1 = x::Vector -> sum((0.5:0.1:2.5)*x[1]); g1 = x -> ForwardDiff.gradient(f1, x); f1([0.5]), g1([0.5])...

Interestingly you get a different error if you do the more-or-less-equivalent ```julia using ForwardDiff f1 = x::Vector -> sum((0.5*x[1]):(0.1*x[1]):(2.5*x[1])); g1 = x -> ForwardDiff.gradient(f1, x); f1([0.5]), g1([0.5]) ``` This throws...

On the other hand if I execute these instructions on my plain old laptop, my ssb room container runs without error. possibly this is OVH-specific? Any debugging tips?

NB this is the same error as reported at #21 for Digital Ocean. As such we can assume it occurs for various setups Also as noted at #21 the room...

AFAICT the ssb-room I have is running on a cheap VM successfully without any changes. It just throws ugly errors; I'm currently caught up on a different distribut edsocial network...

Indeed,things also failwith the manual install option, at least on an OVH VM. That might be a different issue though; I'll open a new ticket for that when I get...

Hmm, what is behind that progress bar? I can shell into the new DO image and get a debug log. In the mean time I tried an alternative provider, OVH...