nhinze

Results 17 comments of nhinze

Closing Chrome and restarting it fixed it. It seems that having the JS Console open slowly creates this slowdown after reloading the page many times.

However, it appears the Chrome is still much slower at drawing dvf than before. I can see the FlowLine being drawn. Firefox has the same speed as Chrome. Safari on...

The LL 1.0 update is not live yet. I'm still doing a lot of testing. It probably will be a week or 2 before it goes live. Here is a...

I haven't had a chance to test yet. I'm going to get back to it next week. I did test IE11 and Edge. Both work fine. Safari is fine. Need...

I have finally upgraded my app. The loading can be a bit slow in Chrome, but the performance seems ok for now. For my app, I need to keep the...

The online GUI and my code give me the same error. I use httpparty gem on RubyOnRails to access the API.

I did set it to JSON. The following works just fine: {"columns":[],"filters":{"keywords":["transportation"," aviation"],"time_period":[{"start_date":"2018-06-30","end_date":"2019-06-30"}]}} I'm trying to reduce the size of the download.

Still not working. The status is: running running running running running running running failed However, I don't get anything in the error message telling me what's wrong. I'm going to...

The file should be: https://files.usaspending.gov/generated_downloads/all_prime_awards_subawards_20190701135515927430.zip

The options in JSON: {"columns":["obligated_amount","product_or_service_code","product_or_service_code_description","naics_code","naics_description"],"filters":{"keywords":["transportation","aviation"],"time_period":[{"start_date":"2018-07-01","end_date":"2019-07-01"}]}} The response of the call to: 'https://api.usaspending.gov/api/v2/download/awards' {"status":"ready","total_columns":null,"total_rows":null,"seconds_elapsed":null,"url":"https://files.usaspending.gov/generated_downloads/all_prime_awards_subawards_20190701135642182405.zip","total_size":null,"file_name":"all_prime_awards_subawards_20190701135642182405.zip","message":null} https://files.usaspending.gov/generated_downloads/all_prime_awards_subawards_20190701135642182405.zip The call to the API: self.class.post('/download/awards', :body => options.to_json, :headers => { 'Content-Type' => 'application/json' })