Valentin Degenne
Valentin Degenne
@sabindev If you check the source code, then you'll see that it's not a bug but an expected behavior. You could reopen this "bug report" as a "feature request" though...
@acheronfail I don't know if you figured this out but here a script that will toggle the opacity of the current window: ```bash #!/usr/bin/bash swaymsg opacity plus 0.01 if [...
@hrdkmishra thanks for the discovery!
I signed it!
@valdrinkoshi What about this type of helper that simulates native `form.elements` ? (https://github.com/PolymerElements/iron-form/pull/273)
note to the first answer of @duglin, I had to add `export` or write in one line : ```bash #!/bin/bash APP_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.2:evaluate -Dexpression=project.version|grep -Ev '(^\[|Download\w+:)') $* ``` or else it...
@benjamind Have you seen this review request? I may request a view from @justinfagnani instead, I resolved the change you requested.
Hey! How have you been? Any update on this? Have you succeed in implementing this? I am looking forward to implement Speech Recognition in one of my webapp and I...
For ```javascript import gamepad from 'gamecontroller.js'; ``` to actually work, you would also need to export a default from the index which is `gameControl`. I updated that. The great news...
I am still looking for this, that would be really helpful. If you don't really have time, could you at least please give me some clue as to where to...