Christopher Reid
Christopher Reid
Hi. I have installed the mod and I see the correct version up in the left corner and the "mods" menu, but i can't find any way to use the...
Hi, this seems a little sketchy... what is the payment for? And how do I know they are not just taking the money and no response? Otheriwse, this will work...
Hi, I'm trying to parse XML files from an external service that contain a block of HTML in them. I am using the parser to collect some other information and...
On my page, I render a list of posts with a "SHOW COMMENTS" button that reveals the `DiscussionEmbed` element: ``` const postObjects = posts.map((p,index)=>{ return ( { showComments(p.filename); }} >...
Hi, I can't find any clear instructions on this. I downloaded the project and did: make sudo make install and then compile with `-lhiredis_vip` but just get the error: fatal...
Can these features be activated? Otherwise, their addition would be greatly appreciated!
**Is your feature request related to a problem? Please describe.** It seems a little heavy and unecessary to require react-native-vector-icons. The basic number input functionality could easily be implemented without...
When running `sample.lua` against t7 files I frequently (but not always, depending on set temperature and seed text) come up against this error ``` /home/me/torch/install/bin/luajit: bad argument #2 to '?'...
Hey, this is the first line of Lua I've ever written, not sure style is correct but wanted to keep it concise. This makes the library compatible with opencl by...
Hi, I have a use case where I send many commands in a short period of time with the same keyslot. I did some performance profiling (gprof) and it looks...