Skip to content
#

Framework

A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.

Here are 11,293 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
enhancement good first issue confirmed
holmrenser
holmrenser commented Jan 6, 2022

I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:

Error: Only 64-bit Intel and M1 processors are supported on OS X

From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er

confirmed Impact:few good first issue Project:Apple
nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

symfony
welcoMattic
welcoMattic commented May 13, 2022

Description

See at https://docs.mailpace.com/guide/moving_from_ohmysmtp/

OhMySMTP has been renamed to Mailpace, we should create a new bridge to support to new API url and header names, and deprecate the OhMySMTP one.

Example

No response

Good first issue Help wanted Mailer
vapor
0xTim
0xTim commented Jul 12, 2021

When sending a request body that decodes a Content type. If the request is sent as multipart with the right header set, but the body is empty, a 500 error is returned. This can cause problems with apps that have automatic reporting for internal server errors as it should be reported as a bad request

good first issue
Bibo-Joshi
Bibo-Joshi commented Aug 18, 2021

Hello world.

We receive regularly queries in our help group from people unable to read the support documents we provide. We believe this is mainly because we don't do a good enough job presenting them. This is where you come in: If you are new to the project and think "hey, this can be improved", and its not on the list yet, tell us about this.

One maintainer has compromised the thoughts **w

shima-park
shima-park commented May 30, 2022

Feature-request

配置监听的key发生变更时,按照Source的顺序合并一次,决定最终的value

What problem is the feature used to solve?

有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。
比如所有程序默认日志级别,个别程序做特殊调整。
在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。

Requirements description of the feature

比如有配置Source: A, B,程序启动的时候会WithSource(A, B)
A里有配置level: debug
程序监听key: level
B新增配置level: warn
到此为止都是正常的,监听拿到了level从debug修改warn
而当B把配置lev

good first issue feature
pkaske
pkaske commented Dec 29, 2020

I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h

good first issue type:research solution:holistic stat:awaiting googler
Wikipedia
Wikipedia