Dejan Mircevski

Results 36 comments of Dejan Mircevski

Can you please paste the content of models/post.ts? That's where you specify which fields are mandatory and which are optional. The `save()` method will error out if mandatory fields are...

> any pointers to how to make a field required would be good If a field doesn't have a default value, then a value must be provided or `.save()` will...

(Unexpectedly, the second row contains duplicate elements. But if I change select to `.select('name', 'company')`, there is no duplication. This could be a separate bug.)

I see this in 99b98c6c: > This regresses our ability to handle streaming, but fixes the concurrency problems.

> Note that typechecking fails in this case. Does that mean that `chisel apply` fails? If so, then the inferred type is immaterial, as the model definition is rejected. If...

Duplicate of #555? Related to #610.

Are you using hot reload? Which version of `chiseld` is this?

~~I don't see what would be gained by complicating the `endpoints` rules. How exactly is `/endpoints/project/_*` a better place for your files than `/utils/handlers/*`?~~

I guess the answer to my question is that code invoked from `project.ts` is in the same directory as the caller.

I saw early users just invoke `npx create-chiselstrike-app` in a new directory.