Andri Möll

Results 65 issues of Andri Möll

Hey, I'm not 100% sure what's going on here, but perhaps you can offer some troubleshooting tips to get to the bottom of this. Long story short is that I...

0 | type: enhancement

Hey, First, thanks for the high quality driver! Ever since I started playing Rocket League, I've been longing to tweak the sensitivity curve on the controller sticks. The default, linear,...

0 | type: enhancement

Hey, As I understood on Gitter, the description accompanying `:&=` should really mean something akin to "increase the reference count of the given value", yet currently refers to "allocating necessary...

Hey, In the style of my earlier "should be in MonadIO", here's another one: `Data.GI.Base.ManagedPtr` (https://hackage.haskell.org/package/haskell-gi-base-0.23.0/docs/Data-GI-Base-ManagedPtr.html) functions seem to live in `IO`, but could live in `MonadIO` just as well....

Same problem with GI.Secret's `collectionForAliasSync` (http://hackage.haskell.org/package/gi-secret-0.0.11/docs/GI-Secret-Objects-Collection.html#v:collectionForAliasSync) as with https://github.com/haskell-gi/haskell-gi/issues/249 — it could return null, but the bindings don't expect so. It actually throws when I was playing with it: ```haskell...

Hey, Noticed http://hackage.haskell.org/package/gi-secret-0.0.11/docs/GI-Secret-Functions.html#v:passwordLookupSync mentions it returns `Nothing` if a password isn't found, but its type signature declares it always returns valid text. That doesn't seem to align with the libsecret's...

Hey, As you asked, reminding you to look into why `Schema::new` binding generation fails in https://hackage.haskell.org/package/gi-secret-0.0.11/docs/src/GI.Secret.Structs.Schema.html#schemaRef. Thank you in advance for fixing it!

Hey, I'm looking into creating some custom signals for some existing widgets and it seems one needs to use `g_signal_new` (https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new) for registering signals before use. Is it me or...

Hey, Thanks for maintaining Zeep! I was going over https://github.com/mvantellingen/python-zeep/blob/c7d916cbac8817ba4be81751ee590c6fe52b3f8a/src/zeep/wsdl/bindings/soap.py#L228 and saw Zeep fails when the server responds with something other than 200 for a successful response (e.g. 201). That...

Hey! A friend of mine, @jarmo, was helping me test [Node.vim](https://github.com/moll/vim-node) on Windows and it turns out Vimrunner doesn't run there at all. Let's get it working! Have you made...