Leon Gaban

Results 7 issues of Leon Gaban

Readme needs documentation on how to actually use it

I'm trying to upload an image using Ajax, and having trouble doing so. Your plugin looks like it could fix things, however I am unable to adapt it. http://stackoverflow.com/questions/22180832/how-to-upload-image-via-ajax-in-jquery-to-python

This function does send off something, but nothing is captured in Google Analytics > events ``` @bind addAssetToPortfolio(selected: IAsset, exchanges: IMarketAsset[], isFirstAsset: boolean) { const { setNotification: setNote } =...

Hi, I tried using `base=USD` however I get back the following error: `{"success":false,"error":{"code":105,"type":"base_currency_access_restricted"}}` url: [http://data.fixer.io/api/latest?base=USD&access_key=35a3ad0f2f253d37131b68cd1b5953fc](http://data.fixer.io/api/latest?base=USD&access_key=35a3ad0f2f253d37131b68cd1b5953fc) **My services/api.ts file** import axios from 'axios' import { converters } from '../utils' const fixerAPI...

I just downloaded the latest version 1.5.3, on the latest Macbook Pro (macOS Sonoma 14.2.1) ![Screenshot 2024-02-18 at 11 13 54 AM](https://github.com/psequel/psequel/assets/191636/ded9c4d4-9274-4319-8a6f-0e8e2a5b5bc4) ![Screenshot 2024-02-17 at 9 11 25 PM](https://github.com/psequel/psequel/assets/191636/8b22a14d-4491-4db9-a536-369a4b6d7926) **Video...

`import uiRouterExtras from 'ui-router-extras'; ` > Argument 'module' is not a function, got Object ![screen shot 2017-03-29 at 10 40 42 am](https://cloud.githubusercontent.com/assets/191636/24463427/5a45a7fe-146c-11e7-8023-fdc4e53f3fae.png) http://stackoverflow.com/questions/43098159/ui-router-extras-argument-module-is-not-a-function

http://stackoverflow.com/questions/35461233/why-am-i-getting-this-angular-mock-error-and-mocha-test-is-not-running I cannot get past the same error you debugged in your video. The fix was suppose to be moving the angular-mock script tag underneath the mochai and chai ones....