Code Monkey home page Code Monkey logo

space-docs's Introduction

deta

this is deta

space-docs's People

Contributors

aarushthukral avatar aavshr avatar abdelhai avatar ayushsehrawat avatar bbelal avatar betahuhn avatar brkp avatar butvinm avatar cristicretu avatar dorukgezici avatar i-ky avatar kqjy avatar lemonyte avatar maximilianheidenreich avatar mikbighne98 avatar mohammedlahboub avatar niusia-ua avatar peter-kehl avatar pomdtr avatar regisin avatar slumberdemon avatar tobiasbp avatar tycholex42 avatar xeust avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

space-docs's Issues

javascript stuff (ignore for a minute)

mustafa@machine space-docs % yarn dev                      
yarn run v1.22.15
$ PUBLIC_TELETYPE_INSTALLED=false astro dev
  ๐Ÿš€  astro  v1.9.2 started in 309ms
  
  โ”ƒ Local    http://127.0.0.1:3000/
  โ”ƒ Network  use --host to expose
  
โœ˜ [ERROR] No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "getSystemTheme"

    script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:11:
      3 โ”‚   import { getSystemTheme, changeTheme } from "../Header/ThemeToggle.svelte";
        โ•ต            ~~~~~~~~~~~~~~

โœ˜ [ERROR] No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "changeTheme"

    script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:27:
      3 โ”‚   import { getSystemTheme, changeTheme } from "../Header/ThemeToggle.svelte";
        โ•ต                            ~~~~~~~~~~~

โœ˜ [ERROR] No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "getSystemTheme"

    script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:11:
      3 โ”‚   import { getSystemTheme, changeTheme } from "../Header/ThemeToggle.svelte";
        โ•ต            ~~~~~~~~~~~~~~

โœ˜ [ERROR] No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "changeTheme"

    script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:27:
      3 โ”‚   import { getSystemTheme, changeTheme } from "../Header/ThemeToggle.svelte";
        โ•ต                            ~~~~~~~~~~~

Build failed with 2 errors:
script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:11: ERROR: No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "getSystemTheme"
script:/Users/mustafa/code/deta/space-docs/src/components/Teletype/Teletype.svelte?id=0:3:27: ERROR: No matching export in "html:/Users/mustafa/code/deta/space-docs/src/components/Header/ThemeToggle.svelte" for import "changeTheme"

After installing on Linux, start a new shell

Hi at Deta.

  1. Local machine: x64 Linux: current Manjaro (stable Arch), pretty standard, bash in standard GNOME Terminal app.
  2. Successfully installed Following https://deta.space/docs/en/build/new-apps#installing-the-space-cli > "Linux" tab (from within bash in GNOME Terminal).
  3. Problem: Can't run space login (or space anything-here) in that very same bash. space was not on $PATH yet. I did NOT have to close & restart whole Terminal, neither to open any new Terminal window. I did work in a new Terminal tab (even within that same Terminal window).

Please update https://deta.space/docs/en/build/new-apps#installing-the-space-cli to reflect that.

(We most likely don't want people to re-apply ~/.bashrc like source ~/.bashrc, as that may mess up aliases...) Thank you in advance.

Switch to Content Collections

Astro v2.0 introduced content collections, a type-safe markdown interface.

Astro v2.1 also added in-built support for image optimization via the src/assets directory.

In addition to improving website performance, content collections can also simplify the development process by providing a more intuitive way to organize and manage content, leading to faster development time and easier maintenance in the long run.

How does your python WSGI/ASGI server work?

In your documentation, you mentioned

For Space, you do not need to use a server like uvicorn, as Space has its own global server.

I am trying to build a backend connecting SuperTokens' core. It works with local uvicorn but not on Space.
Here is the issue I filed on SuperTokens. Can you look into that as well, please?

Summary of what I wrote there:

Which Repo?

Since you don't host your server code here on GitHub, I don't know which repo of yours to report my issue to. It is about how your engine works so I am posting it here in your documentation. Let me know if there is somewhere else more appropriate.

Migration guide has an incorrect example

On the "Create an Environment Variable" section of the "Migrate a Micro" guide there's an incorrect example, saying that env should be in the same identation level as engine, but it should be nested in presets.

I tried to make a branch and push to this repo but got 403 denied. Is there any way that I can contribute?

New User Docs?

Hmmm, are you so new that writing docs are a boring chore? lol, a programmers life is never dull :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.