Alexander Gladysh

Results 50 issues of Alexander Gladysh

I would like to order mapping keys in the dump for human readability. For my use case a flat list is enough. How about something like this? ``` yaml.dump(data, {...

I was looking for an easy way to handle CSV as strings (not files) today, and had to hack together a solution based on `query_csv()`, below. That could be a...

enhancement

It would be nice to have a type declaration for TypeScript. Here is a very rough draft I quickly authored with the help of the Claude 2 AI. It is...

enhancement

I'm trying to `JOIN` two tables, where the `B` table has additional information for some rows in the `A`. I can't get the query to work as I expect. a.csv:...

Words like `package`, `type`, `string` are linked to the Lua manual even when it makes no sense at all.

help-wanted

Would be cool if something like this would work: --- Captures location in source code at given call stack level. -- @see debug.getinfo local capture_source_location = function( level -- @number[opt=1]...

feature-request

I guess, `white-space: nowrap;` is missing somewhere. See screenshot: ![screen shot 2013-08-20 at 9 35 38](https://f.cloud.github.com/assets/38239/991297/757ea78a-095a-11e3-8e06-304b6de8f8e5.png)

mwe-needed

Currently two `@return` tags yield text that can be read as mutltiple return values documentation (i.e. _and_). Functions that can return different things depending on the situation are not that...

help-wanted

We're iteratively documenting our Katamari: https://github.com/lua-nucleo/lua-nucleo/ As you can see, there is a lot of empty pages in the documentation. We'd like to see at least list of names of...

help-wanted

Useful for the case when data is stored in PlayerPrefs.