Troy Comi
Troy Comi
That's a reasonable limitation, I was curious how workers would be handled with this setup. I have all my images already grouped into a single group, it's an acceptable limitation...
I'd also like to do this. Currently, I can snap the window to one side of a monitor and resize it over both screens. It'd be great to do this...
For anyone else looking for a workaround, I have this function in my .zshrc ``` make_big(){ wmctrl -R make_big -e 0,0,0,3840,1200 # Last two numbers are the total monitor sizes...
It looks like using ale#command#Run in ALEWantResults causes a race condition: - [s:Lint](https://github.com/dense-analysis/ale/blob/3b184f88d32ff6492e99633f3c83d96c7a0caede/autoload/ale.vim#L107) calls ALEWantResults to spawn a job with command#Run. - If no other linters are present, this job...
I couldn't get the PR to be efficient and correct, so I've closed it and found another solution. If anyone can confirm it's valid, I will close this issue. It...
That makes sense. The reason I'm not using an ALE linter is that I want to run my command for all filetypes. Is there a way to specify that in...
It's also on [github.io](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/).
Very observant! The efficiency columns are centered by default. TimeEff is slightly different because the size of the column is 7 characters instead of 6 for say CPUEff. I'm inclined...
I think there are actually two problems here. 1) When monitoring status, it is better to truncate the query to something like 100 or so jobs. The issue is how...
Can you run `reportseff --debug 6196869` and post here? Just to be sure, you have 36 cores and 20 nodes? Seems like I'm dividing by the 720 CPUs. Finally, does...