Tom Brewe
Tom Brewe
This is useful for mobile devices where there might not be a chooser for multiple devices, but the first best is used (chrome, as of writing this commit message). To...
Weak sha-rsa keys are disabled in OpenSSH 8.8 and already some distros like Fedora 33. This can be circumvented by setting [manual overrides in the ssh config](https://remarkablewiki.com/tech/ssh#openssh_88_and_later). However, the plugin...
At the moment only shader code that defines its version as "version 100" is minified. as soon as it is defined as something higher (eg. "version 200" or "version 300...
### Description The `iron-autogrow-textarea` still doesn't react to `element.focus()`. I have seen that there was a merged PR (https://github.com/PolymerElements/paper-input/issues/129) in `paper-input` which was linked in #34 , however this element...
I am using the qr-scanner in a ng-view. When switching back with the arrows keys the view gets destroyed and so the qr-scanner stops scanning as expected. (because your module...
At the moment only glsl `version 100` appears to compile correctly. webgl2 uses glsl with `version 300 es`, which does not compile with glslx. Here is a fragment shader example:...
Add https://nylki.github.io/fit-bezier-3d-visualization to list of demos.
I installed all dependencies and preprocessed a txt (tried to with the provided shakespeare.txt). However `train.lua` throws some error. What could be the cause of this? ``` ➜ torch-rnn git:(master)...
So far it's not possible to listen`on-input` or `on-change` once a color change happens. This would allow following scenario: ``` .html ``` ``` .js app.lightChange = (event) => console.log(event.currentTarget.value) ```...