Jan Bobisud

Results 22 issues of Jan Bobisud

👋, we've tried rehydration in our application and found 🐛, when some property (eq. `fastboot.isFastBoot`) has changed between server side and client side rendering. This is an attempt to fix...

Hi, I've encounter a never ending test with failed AJAX. When error is thrown (eq. not handled in the task), then [run.join](https://github.com/ember-cli/ember-ajax/blob/master/addon/mixins/ajax-request.ts#L355) throws this error immediately and fails to continue...

Hi, I found a problem with parsing headers in FastBoot. Headers are [split](https://github.com/ember-cli/ember-ajax/blob/master/addon/utils/parse-response-headers.js#L1) with `\u000d\u000a`, but in my case this results in `[ 'server: nginx/1.4.6 (Ubuntu)\ndate: Wed, 14 Sep 2016...

Bug

Hi 👋, when setting up an automatic deployment using Travis CI, I've followed commands from documentation, but this command caused the Travis CI job to fail by asking me for...

- [x] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version - [x] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this repo and believe that this is not a duplicate ### Steps to...

This is an attempt to follow https://github.com/ember-cli/ember-fetch/issues/656#issuecomment-1173152715

The package name is only required to be present in the `fastbootDependencies` to allow requiring both main and submodules from that package. Depends on https://github.com/ember-fastboot/fastboot/pull/200.

![screen shot 2018-08-08 at 17 50 48](https://user-images.githubusercontent.com/112557/43848755-fa7ecab2-9b33-11e8-81ff-19f7bc534a5e.png)

Hello, according to the upcoming major release, would it make sense to drop [custom FastBoot import system](http://ember-fastboot.com/docs/user-guide#using-whitelisted-node-dependencies) and use what JavaScript has by spec? Some benefits could be - following...

question