Filip Sodić

Results 77 issues of Filip Sodić

Fixes #544. Does not fix #670.

Fixes #544 and #670 Please don't spend too much time looking at the details (it is still unclear whether we're sticking with this approach). I did polish the code to...

## What do I mean by Flickering UI? Many comments will discuss the flickering update problem. Here's the demo of it. You can find the explanation after the video. https://user-images.githubusercontent.com/22752307/177961469-68e77b92-585f-40de-89d1-3f3d42faf4a8.mp4...

enhancement
discussion

Fixes #544 and #670 @Martinsos @shayneczyzewski This is a pretty long (and difficult to explain) PR. I tried to soften it up with several videos and many examples, but you'll...

We currently use token-based authentication (JWT and the `Authorization` header) and persist it inside `localStorage`. We might want to consider switching: 1. Change token-based authentication to session-based authentication 2. Change...

hm
discussion
security

Wasp currently doesn't differentiate between `ext/*` files used by the client and `ext/*` files used by the server. Instead, it copies all of them to both generated source directories. We...

haskell
dx
compiler

Wasp queries expect to receive all their arguments in a single serializable object. For example: ```javascript const data = someQuery({ // ... }); ``` However, if we send something other...

no-haskell

Users can currently name their Wasp project using an arbitrary Wasp identifier: ``` The project's name must be a valid Wasp identifier: - It can start with a letter or...

enhancement
good first issue
haskell