Hi again!
Tried again with different setups in and I didn't get any
error messages sometimes but auth/fgui didn't start but it works just
fine manually. Maybe it's a Raspberry Pi thing.
Kind regards from a cold Sweden,
meo
2014-10-20 20:44 GMT+02:00, Mats Olsson :
> Hi!
>
> Sorry for the confus
Hi,
Definitely not a raspberry pi thing.
I use a raspberry pi at home as a terminal and start auth/fgui from my
startup script just as you are retuing to do.
Try replicating my environment:
Attached are my scripts:
startup - what I call riostart
logwin - starts first terminal
Hi,
This is my first post in the list, so it is also my presentation.
>
> Tried again with different setups in and I didn't get any
> error messages sometimes but auth/fgui didn't start but it works just
> fine manually. Maybe it's a Raspberry Pi thing.
I am running plan9 in a raspberry and I
I just pushed an update to bitbucket:
c70f08b updates for Yosemite
It does require Xcode 6.1 to build and link against the new Frameworks for
Yosemite.
Seems to fix the fullscreen drawing issue, though there is a lag when swiping
back in
from some other screen.
-jas
> On Oct 18, 201
but (0:int + x) would not do the same thing? What is special about using SUB
instead
of ADD?
On Oct 17, 2014, at 12:07 PM, Charles Forsyth
mailto:charles.fors...@gmail.com>> wrote:
On 17 October 2014 18:48, Yoann Padioleau mailto:p...@fb.com>>
wrote:
Somehow?
Would be nice to have a comm
On 21 October 2014 18:34, Yoann Padioleau wrote:
> but (0:int + x) would not do the same thing? What is special about using
> SUB instead
> of ADD?
>
you can't subtract pointers from 0 but you can add 0 to a pointer, since +
is commutative