kretes icon indicating copy to clipboard operation
kretes copied to clipboard

A Programming Environment for TypeScript & Deno

Results 12 kretes issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I couldn't find it in the docs, but does Kretes have one? I like it for prototyping purposes, like Rails and Elixir has. Run it, it auto loads your "namespaces"...

1. It looks everything is running good ... ```console ➜ myWebsite kretes start Kretes 1.0.0-alpha.61 Database OK Snowpack OK TypeScript OK warn - You have enabled the JIT engine which...

## Problem Trying to create a project following the instructions on the home page. ### Error ```js Kretes 1.0.0-alpha.58 new creating a project in 'crm' new installing dependencies events.js:377 throw...

A common issue with deploying the app is ensuring that everything works. Sometimes you end up seeing that something is not working due to misconfiguration/ missing env variables. Some time...

Kretes VSC plugin stops at 50-60% progress during the "Kretes: new project" task and outputs no information. **Plugin version:** v0.0.1 (latest published on VSC market) **Tested on:** ``` Distributor ID:...

![Screen Shot 2020-06-06 at 12 27 19](https://user-images.githubusercontent.com/213803/83943038-14730900-a7f9-11ea-8d4b-546f23d54e08.png) Hi, Zaiste! I am eager to get into Typescript and follow along your latest courses on Youtube. Unfortunately the entry barrier is quite...

## Context Big apps need specs. We should definitely have a built-in way to add specs so that the user doesn't need to set it up on his/her own. ##...

## Context It'd be helpful to describe possible migrations paths. One idea: ```js const express = require('express') const Huncwot = require('huncwot') const app1 = express() const app2 = new Huncwot()...

## Context Huncwot should not only be easy to use, but also provide better performance (out of the box) than express and other solutions. ## Acceptance criteria - [ ]...