Ken Mankoff

Results 92 comments of Ken Mankoff

**NOTE** Flicker does not occur if you drag by the circle button https://user-images.githubusercontent.com/145117/103895409-3d1bf380-50a5-11eb-9cee-14f1a3bb0f9d.mp4

Does 3dconnexion support work on OS X or Windows only? "Enable" under the "3D Mouse" menu is disabled on OS X.

PDFs can have files embedded (attached). One way to deal with the two-way sync issues is to export the notes for this PDF and attach them in some Org-noter desired...

Also, just one way Org Noter -> PDF would be very useful for sending marked-up PDFs to colleagues.

Thanks to help [on the KMK chat]( https://kmkfw.zulipchat.com/#narrow/stream/358347-general/topic/Host.20OS.20in.20Dvorak.20mode), I have solved this with just a small bit of extra code in `main.py`: Add this above `keyboard.keymap`: ```python class DV: QUOT=KC.Q;...

Yes, I'd like traps for ModelE, IceBin, etc. but not lower level code like blitz or PETSc (although sometimes trapping in PETSc is helpful to find matrix dimension disagreements). I...

ModelE `COMPILE_WITH_TRAPS` sets `-fbounds-check -fcheck-array-temporaries -ffpe-trap=invalid,zero,overflow -fbacktrace`. Should I compile Blitz with explicit `-fno-...` for each of those?

On 2024-02-07 at 04:54 +13, Deepak Cherian ***@***.***> wrote... > @mankoff if you have time, can you check your workload against this > PR, or review it please? I'm reading...

Solved this with https://getbitbar.com/

That DMG doesn't work. Java works and hIPster works if I run it from the command line: ``` cd hIPster.app/Contents/MacOS/ ./hIPster ``` works.