Robin Palotai
Robin Palotai
I'm not sure about the intention of the Proguard license message displayed, but is sure easy to misunderstand. Facts: - Proguard is GPL, meaning that by default any derivative works...
Creating a document with `DocId` containing slashes works, but fetching it with `getDocument` / `documentExists` doesn't find it. The difference is that creation uses JSON in POST, while the get/exist...
Hello - after generating with Haxe 4.2.3 a Main.c output (using `-hl out/c/Main.c`), having a name clash. For example, haxeui has a function named `bool`, which gets generated into some...
Also add some commented examples of some interesting RTMP config options. Adding HLS serving for example is useful for LG WebOS TV's, which don't support RTMP natively, but do support...
Which prevents using `nixos/nixpkgs-channels` as remote for example. Edit: Well, that example is likely bad, since one could just use `nixpkgs`. But it prevents repos named differently, at least.
Sorry if this is already the case. Using `psc-packages` with success to build my project, but now I'm wrapping it up as a `Nix` expression, and it would help to...
Those libs are getting some traction. I wonder if it is possible to run dejafu against those? Also, would it be able to take into account the different behavior of...
Would be nice to have a section comparing with [TLA+](http://lamport.azurewebsites.net/tla/tla.html), to know what systems/situations can't be modeled with `dejafu` that can with `TLA+`, also the differences in kind of incorrect/correct...
Test: cd subdir, `nix-build` in clean state, then `touch src/apple.o`, where `*.o` is in the `.gitignore` in the project root directory. This doesn't work (rebuild gets triggered): ``` src =...
Hello - first, a most excellent library! Thank you. My usecase would be to render two groups of tags, and let dragging between them. A group would look like a...