Kostis Karantias

Results 12 issues of Kostis Karantias

If you close the tab you've opened Automata on, open a new one and go to Automata, it looks shitty like this. ![screen shot 2014-02-19 at 1 56 55 am](https://f.cloud.github.com/assets/732062/2201993/8fa2e6f2-98f8-11e3-9021-b2b6da59d3bd.png)

bug

Hi, thanks for npm2deb. I noticed that every time it's pulling the db off the Debian wiki though which seems weird to me, considering that anyone can just edit the...

This is a new deprecation warning shown on Node 10 (https://github.com/nodejs/node/issues/15549). `(node:10005) [DEP0079] DeprecationWarning: Custom inspection function on Objects via .inspect() is deprecated` It's shown whenever an object with inspect()...

Expected result: The words matched by `*` are replaced with `x`. Actual result: After typing `:%s/` the magic `\v` is inserted, and typing the rest of the command `/x/g` replaces...

TODO: gas cost, would appreciate some pointers on how to calculate this

Are updates to the minor versions planned, or is the image intentionally on `0.18.0` and not `0.18.2`?

I would like to implement something similar to curl's [low speed limit](https://daniel.haxx.se/blog/2020/05/11/curl-ootw-y-speed-limit/) ([also available through libcurl](https://curl.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html)). My initial intuition was to wrap the `Read` returned from `Response::into_reader`, and keep track...

Hi, I'm trying to install this but I get the following errors: ``` $ go get -u github.com/rhencke/glut # github.com/rhencke/glut ../../rhencke/glut/glut.go:803: cannot use C.GLdouble(radius) (type C.GLdouble) as type C.double in...