Janne Kurkinen

Results 28 issues of Janne Kurkinen

When can we expect to have Vue 3 support for this library? Preferably with TypeScript type definitions.

By reading your sourcecode `withCredentials` seems to add cookies to request. However, I need to make the GET request with `Authorization` header, but that doesn't seem to be added to...

Hi, When I added this to my navigation controller to be run before view change: ``` $document.scrollTop(top, duration).then(function() { console && console.log('You just scrolled to the top!'); }); ``` I...

I have implemented a complex raw signal data viewing application with D3. There is timeseries data visualized spanning up 15 hours with length and having definition of up to 200...

What is the proper way to extend this package by creating custom consumers?

I'm needing to **add search parameter to the URL of the Request object in successive retry requests**. That parameter is returning in the body of the first request's response. As...

enhancement

I'm having a problem with `prefixUrl` option: ``` const ky = Ky.extend({ prefixUrl: API_BASE_URL, }); ``` Our backend API is returning absolute download paths which already include the base url....

Trying to debug a problem which does not appear with 0.27.0 but after 0.28.x upgrade... As used in conjunction with vuex-oidc (oidc-client) library. When login finished and userLoaded event is...

- vue-composable 1.0.0-beta.12 - vue 2.6.12 - @vue/composition-api 1.0.0-beta.21 ```ts setup: () => { const tableElementRef: Ref = ref(null); const { scrollTop, scrollTopTo } = useOnScroll(tableElementRef); const onClick = async...

- Laravel 5.4.24 - Spark 4.0.11 - Chatter release/0.3 On Chatter pages am getting _TypeError: $ is not a function_ from tinemce.js and chatter.js. This seems to be Laravel Mix...