Ayrton Sparling

Results 220 comments of Ayrton Sparling
trafficstars

I was able to install nightly via v8-canary: `NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/v8-canary nvm install node`.

I agree. I believe this is a feature that should be in nvm, not zsh-nvm. Unfortunately I doesn't seem like a priority to them.

Does Preact currently support relative URLs? If not, is there a suggested solution to adding query parameters to a current history entry?

I believe I was looking at https://github.com/ruimarinho/bitcoin-core/blob/504afda7a018f63ecb23cbb64a2936eb015e5c5d/src/index.js#L53 which btc-rpc-explorer relies on. Looks like we were looking at 2 different bitcoin-core's. Presumably if this option was enabled and you use some...

``` # # [greeter] # debug_mode = Greeter theme debug mode. # detect_theme_errors = Provide an option to load a fallback theme when theme errors are detected. # screensaver_timeout =...

I don't think it's an issue of attempting to access unauthorized files, perhaps files that don't exist. I loaded the antergos theme, opened developer tools, selected the background element which...

> `CONSOLE ERROR Not allowed to load local resource: file:////var/lib/AccountsService/Art/bg10.jpg` I think this is actually happening because the host is `http://localhost:8080` but I imagine it would happen if the theme...

Yes, it does happen if I use the greeter normally. (I did `dm-tool lock`)

`lightdm-webkit2-greeter 2.2.1-1` gives the same result. Restarted lightdm and used it in an actual login, still locked up.

`background-image: url(file:///var/lib/AccountsService/A), url(file:///usr/share/lightdm-webkit/themes/build/7e1eca6dd7f6935f8058845ed05cbff2.jpg);` Since the first one failed (it is neither a image nor a directory and as you stated earlier, not in a directory accessible by lightdm-webkit2-greeter) the second...