-
### Steps to reproduce
1. Run Starcounter Images app (latest develop)
2. Go to `localhost:8080/Images
3. Try to upload new image
### Expected result
Image is uploaded successfully and websocket…
-
## Summary
[summary]: #summary
As of visual studio version 15.8, support for 64-bit C# interactive has been added. This means that starcounter dll's can be loaded to the interactive, making it a m…
-
It would be very nice to have a `[Path]` field on top of the JSON view-model in the `starcounter-debug-aid`.
When debugging some issues it very often happens to check exactly the same value multipl…
-
### Steps to reproduce
Add two jsoneditors on the same html page and connect them to the same date model.
Change some values in one model and you will see that the other josonditor's model is not …
ghost updated
6 years ago
-
And it was customizable (in `dom-bind-notifier`)
@warpech did you make it on purpose?
-
```
Starcounter.DbException: ScErrFailingEntrypoint (SCERR4259): The user code entrypoint method raised an exception. System.ArgumentException: Handler relative URI: "/useradmin\useradmin/starcounter…
-
Here's a strange one. Adding underscores to database names in `--database` debug command line arguments will generate a totally unexpected runtime error complaining about body assignments to `Response…
-
### Steps to reproduce
1. Clone KitchenSink `develop`
2. Go to the directory `src/KitchenSink` in the Windows consle
3. Start the app by `star --name=Kitchen.Sink bin\Debug\KitchenSink.exe`
4. G…
-
It would be nice to be able to generate some overall view of the whole datamodel. I can imagine two ways:
1. Generate it out of database based on currently loaded apps
2. Generate it out of C# cod…
-
It turns out that `Starcounter.Authorization` will create new `Starcounter.Session` for every request, even if it's a simple REST API request.
This is very inefficient, because every REST API reque…