Off Topic > Off Topic

Programming Megathread

Pages: << < (122/241) > >>

Kingdaro:


--- Quote from: Gytyyhgfffff on April 12, 2016, 09:16:37 PM ---is there some pre-compiled thing of luasql 2.2 out there because i'm absolutely loving tired of wasting time doing stuff workarounds and not progressing at all

--- End quote ---
I could only find 2.0.1, but I didn't really look that much. http://files.luaforge.net/releases/luasql/luasql/LuaSQL2.0.1

Foxscotch:

I have never been more turned on by a programming language before typescript

Foxscotch - Today at 1:15 AM
typescript is getting my richard hard as we speak
tfw u don't have to use v8 flags for ES6 in node.js
mmmmmmmmmmmmmmmm
no more --harmony --harmony_default_parameters

function rofl(x = 12, ...users) {
   return x;
}

compiles to

function rofl(x) {
    if (x === void 0) { x = 12; }
    var users = [];
    for (var _i = 1; _i < arguments.length; _i++) {
        users[_i - 1] = arguments[_i];
    }
    return x;
}

not to mention the sweet frickin bonuses you get for classes and type safety

Ravencroft·:

anyone know how to disable the auto formatting in visual studio? i bought it today and it's been a total pain in the richard the way it formats every single line the way it pleases

Foxscotch:

tools > options
open the text editor section and look around in there. you'll have to do it individually for each language, but it should be there where you disable things like that

p.s. I checked with VS Express 2015
might be different for older versions, idk

Ravencroft·:

That worked, thanks. There were like 20 different boxes i had to check/uncheck tha all had to do with the format. Not sure why anyone would want their typing so restricted like that.

Pages: << < (122/241) > >>

Go to full version