Alexander Bondarenko
Alexander Bondarenko
It would be a nice thing and a good habit to verify that you really got what you requested. Optional fields for file size and (sha256?) hash would let users...
`module 'unittest' from '/usr/lib/python2.7/unittest/__init__.py'` There, i fixed it! (in django_any/test.py) ``` try: from unittest import _strclass except ImportError: _strclass = str ```
Having used django-any in a couple of projects i strongly prefer to fill fields with sane values from model classes instead of weird stuff. Don't know where to put this...
Some areas are too dense with targets to waste time and power hacking empty stations. This option adds a filter for that.
DearImgui callbacks require some pointer passing. Unfortunately they're hidden behind newtypes. https://github.com/haskell-game/dear-imgui.hs/issues/80
> Possible solutions > {Extra dependency} Switch to 'ByteString' from 'bytestring' I get that `Text.length` is O(n), however applying the suggestion will yield incorrect results for characters wider than 1...
Would be great with git integration. Some prior art: * https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight * https://www.npmjs.com/package/vscode-todo-plus
When running `cabal haddock --haddock-for-hackage` it results in a `.tar.gz` file being created. But trying to upload it (chrome, firefox) I'm getting the error: > Unexpected content-type > For this...
- Create a [project](https://github.com/haskell-game/sdl2/projects) - Add boards by upstream version - Plow through the code and compare it to https://www.libsdl.org/tmp/SDL/WhatsNew.txt