nhinze
nhinze
In my AppShell.xaml page I set a FlyoutItem to IsEnabled="False". I also setup a "Disabled" visual state. However, the background color does not change to red. The "Selected" visual sate...
I'm working to update to Leaflet 1.0 and dvf 0.3.1. I used to be on LL 0.7.7 and some version of dvf .2 (at least a year old if not...
Is it possible to disable the toolTip? I can't find it in the documentation.
This is a new feature suggestion. The ability to retrieve the offices by sub-agency. Essentially, adding another sub-tier to the autocomplete for agencies and the /bulk_download/list_agencies/ end point.
The query fails, when I specify columns to download with the: /api/v2/download/awards endpoint. It works fine when I set: "columns": [] Full JSON options: {"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-06-30","end_date":"2019-06-30"}]}} I do not get...
New feature suggestion: the filter object should be able to accept agency, sub_agency and office codes. This would simplify queries, because the agency, sub_agency and offices names are capitalized in...
I would like to only search by keyword on specific columns, especially only on award description. I see that this has been marked as a future enhancement. Do you have...
Any chance rapidfire is compatible with newer versions of active_model_serializers? ``` In snapshot (Gemfile.lock): active_model_serializers (= 0.10.7) In Gemfile: grape-active_model_serializers (~> 1.5.1) was resolved to 1.5.1, which depends on active_model_serializers...
Hi, great little plugin. It would be nice to be able to define a callback function that would receive the current status of the animation (current distance travelled, lat/long, time?)...
The SVG CSS: svg { width: 1.8em; height: 1.8em; fill: #fff; } hides the polylines of LeafletJS. It probably should not be global. I fixed it this way: .sc-icon svg...