KS
KS
Hello, Would you also add the relavent templates for this app? thanks
please if you are still maintaining this project, could you add emailing? Thanks
well it misses some important social networks such G+ I know G+ is less than 2 years old :) but twitter has been around forever. It doesn't also redirect to...
if you could take a look at this page as an example, it would be clear that pretty much all these site come with a counter of items shared. (http://t37.net/a-social-bookmark-plugin-for-your-ruby-on-rails-applications.html)
Login status: Success [ERROR] Failed to decode response as JSON Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/threads_api/src/http_sessions/aiohttp_session.py", line 36, in post resp = json.loads(text) File "/usr/local/Cellar/[email protected]/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 346, in loads...
Where can I get air quality data from pre 2016 from stations? It is clear that some of these stations have been set up for a long time, but for...
Just running your instructions: `try: # Get airquality data api_response = api_instance.airquality_json_get(date_from, time_from, date_to, time_to, station=station) pprint(api_response) except luftqualitaet.ApiException as e: print("Exception when calling AirqualityApi->airquality_json_get: %s\n" % e)` I get...
# Description of the bug I cannot use googledrive integration despite having created and included env variables: GDRIVE_CLIENT_ID and GDRIVE_CLIENT_SECRET I use the latest docker (updated 6 hours ago) The...
In admin panel job schedule is not accepting jobs with / in them (step values); say a job of scanning at every other hour: 0 */2 * * * The...
Please see https://regex101.com/r/NJB1K4/1 This regex that has | in it should work in scan, but it is not working. I am using the UI for my scan purposes (the logs...