Vladimir Lopatin

Results 11 issues of Vladimir Lopatin

``` gameWithLives :: Int -> Int -> Int -> SF Controller GameState gameWithLives numLives level pts = dSwitch -- Run normal game until level is completed (gamePlayOrPause numLives level pts...

enhancement
help wanted

Hey guys, is there a way to control the frequency at which mouse motion is being sampled in Yampa or Bear River? It feels like the event stream is too...

question

Hey Wenzel Jakob, I see that the name of the executable includes an empty space character, i.e. `OUTPUT_NAME "Instant Meshes"` Is that really necessary? I understand that the filename looks...

Hey guys, I am trying to set up OpenCL on an Alderlake Intel laptop with Iris graphics, on gentoo gnu/linux, following the available guides. When running `clinfo`, I am getting...

I am getting the following error (multiple instances) when installing [haskanoid](https://github.com/ivanperez-keera/haskanoid) under ghc 8.0.2. The error seems to be related to freenect. I tried a sandbox install too with same...

Hello, YPares I tried your code for tutorial04 - it is exactly what I need to proceed with OpenGL experience, but your code seems to rely on older version of...

Hey, David Could you show some basic examples how do use your library, like requesting and printing historic prices for example? Cheers, Vlad

Hey, David I've added a cabal file and fixed a deprecated type signature. The lib seems to build OK with `cabal new-build` now. Cheers, Vlad

Hey, Alexander I am trying to build the project with stack, and it fails with this: ``` ... [18 of 18] Compiling Graphics.QML ( src/Graphics/QML.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Graphics/QML.o ) /tmp/stack12936/hsqml-0.3.4.0/In file included...

Oh boy, this might be a big one... We all know that GUIs are a lot of work. As far as I know, FRP libraries like Yampa or Dunai are...