Ryan Linton

Results 24 comments of Ryan Linton

I'm having the same issue. It looks like they fixed it in [wysihtml5](https://github.com/xing/wysihtml5/issues/180). Maybe the source needs to be updated?

https://github.com/infinitered/ignite/pull/1630 would enable this functionality.

@tkhatibi From that stack trace it looks like it's failing on a native level and not within apisauce. Are you able to make a request just using fetch or do...

@hopewise I haven't experienced this before. How are you setting the headers?

@spikebrehm I'm actually still having trouble connecting everything. At this point I have the packager and driver initializing and resolving but the runner app is failing with a `Cannot resolve...

@danielberkompas If possible I'd like firebird to initialize a git repo. I'm not sure that a hook for doing that sort of thing exists though.

If these are user facing strings then I think we should go with some type of internationalization. https://hexdocs.pm/gettext/Gettext.html Seems to be what Phoenix includes by default. More info: https://medium.com/@erichkist/using-gettext-to-internationalize-a-phoenix-application-ceb410407ea5

Totally down with linguist too. I'd prefer to work in plain elixir code. There are some advantages to Gettext though like the `mix gettext.extract --merge` task to automatically sync all...

We do have other projects using Guardian and even a couple that use Addict. I agree that authentication setup is unnecessarily time consuming at the beginning of a project. Would...

@gre I'm actually back to Mac dev myself. I'll take a look as soon as I can or perhaps my colleague @kevinvangelder who is still actively doing Window dev wouldn't...