timprepscius

Results 16 comments of timprepscius

I'm going to post some code, it's what I've been working on. Perhaps it might be useful for someone. It obviously can't be plugged in directly to your code, but...

This does not appear to work on osx. It seems socket is sending to the one and only remote, rather than the other. A test of something like (pseudo code)...

Also, in a different scenario (osx): portA connects to portB close portA instantiate new-portA using same portA connect new-portA to portC this fails, in messages aren't received on portC, and...

Hmmm, you can run osx in a virtual machine these days I think

Great. In my projects, I have found the xcode memory profiling tools to be excellent. (when compared to the linux assortment - I don't know about windows). You can also...

Another way to run the script is like so: (on linux and osx) ``` mkdir data pushd data ln -s SRTM_NE_250m_TIF/SRTM_NE_250m.tif ln -s SRTM_SE_250m_TIF/SRTM_SE_250m.tif ln -s SRTM_W_250m_TIF/SRTM_W_250m.tif popd docker run...

I took the time to isolate jenergy's patch: https://github.com/timprepscius/imgui/tree/multiline_wrap_jenergy I tried to merge the jenergy with current-master, but it doesn't seem to work (compiles, but weirdness): https://github.com/timprepscius/imgui/tree/tjp_main_multiline_editing I then wrote...

Thank you for replying a year later. Yes, the phone didn't support Vulkan. Actually a whole bunch of other phones claim to support android, but actually don't. If you are...