jloveric

Results 22 issues of jloveric

It seems like buck should have a command for running directly of the par file instead of having to manually call the .par file... (maybe it does and I haven't...

The clone function is appending functions to my code. My code looks like this ``` console.log(script) let input = clone(script) console.log('----------------') console.log(input) process.exit(0) ``` and outputs this (this first data...

This RFC proposes . To add the quiver plot which draws arrows on a regular grid based on vector values at the grid point. Equivalent to the matplotlib quiver plot...

rfc
feature
future

I'm running the demo-poems-ir and it seems to be stuck at I:MyClient:[bas:__i:124]:setting up grpc insecure channel... I:MyClient:[bas:__i:133]:waiting channel to be ready... Probably something with my setup. Anyone else seen this....

It seems the "allowTabs" option, setting to true or false does nothing? Whether it's set to true or false, you can still add new tabs. Also is there a way...

Hi, is there an npm installer for myscript-text-web? I use browserify to convert my npm modules into browser javascript.

enhancement

Hello, In order to refer to files inside my program as part of a node module, I place a symbolic link in node_modules to my library directory. If the symbolic...

Have you guys thought of using semantic-ui or bootstrap for the ui? I've added semantic ui to an older version of this code and it looks pretty good while reducing...

question

Hi, it seems that the installation procedure require modifying generated code, which will presumably be overwritten on the next install. Is there any way to get this working without the...

I get this error after running "pip install -r requirements.txt". It installs many of the packages successfully until this point. Looks like the tensorflow version doesn't exist. I'm going to...