Skip to content
#

Back end

Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.

Here are 10,956 public repositories matching this topic...

appwrite
stnguyen90
stnguyen90 commented Jul 28, 2022

💭 Description

Even though the upgrade docs state:

You do not need to run migration when upgrading to a minor version. For example, going from 0.13.0 to 0.13.2 would not require running migration.

When following along with the instructions, the "Running the Migration" just says:

We can now start the migration. Navigate to the appwrite directory where your docker-compose.yml is pre

good first issue

推荐刷题网站: https://www.lintcode.com/?utm_source=tf-github-NotFound2022 《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。

  • Updated Jul 28, 2022
  • Java
nhost
rowy
harinij
harinij commented Aug 5, 2022

Is your feature request related to a problem? Please describe.
Currently the duplicate row button does not need a confirmation and ends up creating the duplicate of the row immediately. This feature needs a confirmation message similar to the delete row icon

![Screen Shot 2022-08-05 at 1 14 47 pm](https://user-images.githubusercontent.com/307298/182993981-1f14a9d1-bab5-4199-b8ba-fc63fd6f68

good first issue
olivia
hugolgst
hugolgst commented Apr 17, 2020

Create a weather module which will get the weather for a given city, at a given date (using the language/date package).
The API for that isn't chosen yet.
You can copy the model of the Spotify module for the registration of the tokens, see here
Save the API key into user information if the API requires a token.

Opene

good first issue priority:low status:accepted kind:module-enhancement
encore
sbdchd
sbdchd commented Aug 5, 2022

I saw encoredev/encore#118 which is very similar / the same issue, but the current error message isn't great

❯ encore gen client testaug5-atf2 --lang=typescript

error: could not fetch API metadata: GET /apps/testaug5-atf2/envs/@primary/meta: http 404 Not Found: code=env_not_deployed detail=null

but this worked:

encore gen client testaug5-atf2 --
bug good first issue
tinyhttp
talentlessguy
talentlessguy commented Dec 10, 2020

Now that @tinyhttp/router v1.0.5+ no longer depends on http module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno folder with all editor settings specifically for it.

There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or

enhancement help wanted good first issue medium
Wikipedia
Wikipedia