Ian Channing

Results 80 comments of Ian Channing

I think you should be consistent with other awesome lists. I don't remember ever seeing a 'return to top' link. For example the [main awesome list](https://github.com/sindresorhus/awesome#readme) is very long, but...

I'm running: * Fedora 29 * GHC v8.4.4 * Stack v1.9.3 I get the following error: ``` [ian@localhost ~]$ stack install ghc-mod Writing implicit global project config file to: /home/ian/.stack/global-project/stack.yaml...

I guess there's only a couple of issues with this: 1. Findabliity. When I was searching for github alternatives, it didn't occur to me to search for generic 'Git' lists....

This has been already requested in #10. There's comments in there about the issues with adding it. Seems that it likely won't get fixed unless someone submits a PR

For the confused English speakers (myself included) here's a cleaned up Google translation of the [initial comment here][12]. I haven't modified the translation at all, just formatted the words/code I...

I too have uninstalled flash and I'm getting errors in both Chrome and Firefox on Windows 8. I get the following error in Firefox: ``` TypeError: soundManager.setVolume(...).play is not a...

Something doesn't appear to be working - the form should do as you suspect and show the 'profile' information once you are logged in. If you look at the [LoginForm.jsx](https://github.com/studiointeract/accounts-ui/blob/master/imports/ui/components/LoginForm.jsx),...

And indeed in the `LoginFom.jsx` `buttons()` function, there is the following code which should add the Sign Out button: ```javascript if (user && formState == STATES.PROFILE) { loginButtons.push({ id: 'signOut',...

I've essentially worked around the problem by using NavBar buttons instead. From what I can tell #117 appears to be a related bug and the PR for that looks promising.

[Figma-Linux Flatpak](https://flathub.org/apps/details/io.github.Figma_Linux.figma_linux) worked for me on Pop!\_OS 21.10 ```sh flatpak install flathub io.github.Figma_Linux.figma_linux -y ```