Jump to content


superaxander's Content

There have been 12 items by superaxander (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#246004 turbokrist - The first ever GPU accelerated Krist miner!

Posted by superaxander on 18 February 2016 - 06:27 AM in General

May I ask why you use a custom string to byte[] function when such a function is already part of the normal string functions. I have no problem doing this:
byte[] byteArray = "Hello, World".getBytes()



#218241 lsa: List Advanced

Posted by superaxander on 22 May 2015 - 06:26 PM in Programs

I would like to suggest you add a -w <maximum width>. I prefer the file names not taking up the entire width of the screen.



#216217 LyqydOS Beta/Development

Posted by superaxander on 03 May 2015 - 05:46 PM in Operating Systems

Oh the error also occurs in the calc program when clicking the expand button.
To fix it replace line 282 with:
    local trueW, trueH=process.compositor.target.getSize()



#216213 LyqydOS Beta/Development

Posted by superaxander on 03 May 2015 - 05:36 PM in Operating Systems

Due to an something(API change?) the minesweeper application by GopherAtl doesn't work anymore. After poking around in the _G(and then process and then process.compositor) and the source for the process file, I found a fix. Replace line 87 with:
local trueW, trueH=process.compositor.target.getSize()



#211032 The Ctrl+V Game

Posted by superaxander on 26 March 2015 - 09:16 AM in Forum Games

_PIPE_ = kfunc.deepcopy(buffer)



#210962 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 25 March 2015 - 05:56 PM in Programs

Also, your installer only installs the two files from the current release. It doesn't download the apis needed for the beta. That is why I had my problem(which was fixed by running edit+ --update beta twice)



#210918 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 25 March 2015 - 06:54 AM in Programs

Thanks for your efforts!



#210871 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 24 March 2015 - 08:18 PM in Programs

Bug report:
Using the beta version. I have advanced menu enabled. When I press ctrl to open the menu and afterwards b to toggle block selection the program crashes.
document:848: attempt to call nil



#210862 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 24 March 2015 - 05:41 PM in Programs

I would however suggest you make it so that when it updates it actually puts the apis in the currently used library folder. For now I'll make the edit myself but I would suggest you changing that in you next release.



#210859 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 24 March 2015 - 05:19 PM in Programs

yes I saw the different search paths. Hmm I installed the beta version and it worked instantly interesting. Thanks for the quick response!



#210857 edit+ - enhanced editor (non-qwerty-ready)

Posted by superaxander on 24 March 2015 - 05:01 PM in Programs

How would I make the program search for it's apis in /usr/lib when it itself is in /usr/bin?



#207498 BetterPaint (Paintutils with text support)

Posted by superaxander on 27 February 2015 - 03:53 PM in APIs and Utilities

This looks really nice. I can't wait to see it used in some programs!