Erik Peldan
Erik Peldan
Hi! I just discovered that I can read pgn games with emacs-chess, which is very nice. Is there a way to have an engine analyze the game while I am...
Hi, Thanks for the nice library! One minor problem: I get output like this: ``` "function cl_react_createClass(objectSpecification) { return cl_react_React.cl_react_createClass(objectSpecification); }; function cl_react_createElement(type, props, children) { return cl_react_React.cl_react_createElement(type, props, children);...
Hi, Is it possible to provide default values when appending nested records? In my case, I want to allow the user to add/remove a nested record represented by a *selectInput*....
I get a Traceback (most recent call last): File "/home/avtech/skytools/python/skytools/scripting.py", line 568, in run_func_safely return func() File "/home/avtech/skytools/python/pgq/baseconsumer.py", line 260, in work self._finish_batch(curs, batch_id, ev_list) File "/home/avtech/skytools/python/pgq/coopconsumer.py", line 76, in...
Whenever I run into a condition in any of the GLUT-window event handlers the current window turns into a zombie on OSX, SBCL. Example: displaying a window with a working...