Chris McCormick
Chris McCormick
Interesting idea. Couple of thoughts about this: * I wonder if there are tools like "badges" that we could use to indicate GitHub stars and last commit date etc.? I...
@dbohdan both good ideas, thank you. I will try to find some time to get to this if somebody else doesn't PR it first.
Excellent! Will accept pull request. :) ## http://mccormick.cx/ On 09/07/2015, at 21:37, selfsame [email protected] wrote: > Some notes re: an interactive hy console inside of blender: > > blender's interactive...
@dbox also `input[type="range"]`.
omggg this is the greatest, thank you @a1k0n
@LukeFernandes one possibility to avoid writing tedious glue code is to write macros. You could write a wrapper macro to convert OpenGL calls at compile time.
I have some more data for this issue. As per original poster I'm also working with tabs connected to a single infoHash over long periods of time. I have `numwant=5`...
This is a leak in Google Chrome which started to manifest in version `65.0.3300.0`. https://bugs.chromium.org/p/chromium/issues/detail?id=825576#c24 It's to do with the way in which Chrome garbage collects the old WebRTC candidates...
@jsenin whatever is worked out as the solution in #151 I guess should be used here too. Maybe detection of running app should go in a function like you suggested.
I would personally like to continue to be able to `destroy` running apps with impunity. I don't see how to destroy a `static` app at all with this change merged...