Mina Galić

Results 153 issues of Mina Galić

Is it possible to implement the derive in such a way, that it uses a type's `new()` should that exist? That would help guarantee a type's invariants.

A lot of VCS backed writing guidelines state: One sentence per line. A proper editor configuration can make any line-length easy enough on the eyes. But for being able to...

new rule

I have in my [vimrc](https://github.com/igalic/.dotfiles/blob/master/vimrc#L185) disabled indentLine for NERD_Tree, but it still breaks NERD_Tree's syntax highlighting: ![vimrc + nerdtree](http://i.imgur.com/2YxI5jJ.png)

This should enable (outside contributors) to easily build their own .deb packages of this repository, or automate that process thru Launchpad's PPA service. This first commit is autogenerated thru `dh_make`.

This is a speculative PR to add Python Type Interface stubs to UCL's python module. The types here are autogenerated by mypy's stubgen.

[The Lounge](https://thelounge.chat/) has a [File Upload](https://github.com/thelounge/thelounge/search?utf8=%E2%9C%93&q=upload&type=) feature, which i think would make for a great fit this project, too!

The lack of source maps makes debugging a little bit difficult. Perhaps we could change that? Does the current build system allow for that?

currently, `.pkgsave` has two use-cases: 1. replace a file on the filesystem if it wasn't in a package before 1. replace a configuration file it has been modified i believe...

currently, riker has [21 releases on crates.io](https://crates.io/crates/riker/versions) and zero corresponding tags: ``` ◆ riker git:(master) ❯❯❯ git pull Already up to date. ◆ riker git:(master) ❯❯❯ git status On branch...

in transforming a project to async, we've hit a bit of a wall: https://github.com/Plume-org/Plume/pull/777 that wall is the database, or the way we currently (have to) use it. i was...