-
A click w/o drag causes an error due to uninitialized variable newPos.
acthp updated
8 years ago
-
```
uname -a
Linux servername 4.1.6-249 #1 SMP Mon Aug 31 12:34:47 UTC 2015 armv7l GNU/Linux
```
```
cat /etc/debian_version
8.2
```
```
/etc/systemd/system/caddy.service
[Unit]
Description=Caddy we…
-
```
var a = newSeq[proc():int]()
for i in [1,2,3,4]:
var j = i
var fun = proc():int = j
a.add(fun)
for fun in a: echo(fun())
```
Produces in C:
```
1
2
3
4
```
Produces in JS:
```
4
4
4
4
`…
-
Right now it's listed at the bottom. Put it at the top instead
-
Hi guys,
We're only capturing one frame at the moment (bug reported in other thread), but I ran mediainfo on the frame and all looks well aside from the BFF field order. It should be TFF for PAL, rig…
-
Created by @ matthew:matrix.org.
-
## What?
We're running with the assumption that the JS+CSS+HTML bundle is going to be served from Xenia instead of living on its own server. There are a couple of requirements for our UI:
1. Token/se…
riley updated
8 years ago
-
Have a look at XenCenter and XenOrchestra network migration details for same VM:
https://gyazo.com/992e2742a7d772336856b5dd1c60ea0a
https://gyazo.com/b60a0660195c66f4d40b62e5e6e0f6e9
I would like to …
-
`/home/xena/code/hexchat-lua/lua.so: undefined symbol: lua_tointeger`
-
This project is growing and I'm really loving how the community is turning out. One of my favorite things is being able to personally attend to every question, issue, pull request, and contributor to …
mholt updated
8 years ago