Skip to content
#

web-services

Here are 162 public repositories matching this topic...

butla
butla commented Feb 5, 2020

Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic

sboltz
sboltz commented Feb 14, 2020

I noticed that the docs for EvaluationStatus indicate that "reported" is an acceptable value, but the code for EvaluationStatus itself will not accept it.

obspy.core.event.Pick(time=time, waveform_id=wid, phase_hint="P", evaluation_status="reported")

returns

`ValueError: Setting attribute "evaluation_status" failed. Value "reported" could not be converted to type "Enum(["preliminary

eblondel
eblondel commented Nov 14, 2016

As suggested by some users, it would be good to support a new parameter parent.labels (TRUE/FALSE) for aas.data.frame applied to SDMX datasets, that would allow to enrich the dataset also with parent code labels. The code should generic enough:

  • to manage parent hierarchies (not only the 1st parent code/label)
  • to manage it for all potential codelists describing the dataset and having

✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.

  • Updated Mar 7, 2020
  • Java

Improve this page

Add a description, image, and links to the web-services topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-services topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.