Peter Bengtsson

Results 448 comments of Peter Bengtsson

It's low priority, as you hinted at, but I like the idea of addressing it a bit because it sure is confusing as an error. But if you check out...

The reason they `yarn build:client` and `yarn build:ssr` is separated is complicated, but it's reasonable. When you run `yarn dev` and use the `http://localhost:5000` server, it will build according to...

Yeah, it's not great. The page that loads the search results is a "skeleton" page, or a "single-page-app". It's static and it's XHR that replaces the skeleton with the search...

I think it shouldn't say *anything* until we know. I.e. blank white nothingness. ...until the JS has loaded at least. Perhaps we can also include something like ```html Site-search depends...

Perhaps https://www.npmjs.com/package/@mole-inc/bin-wrapper > This is a fork of [kevva/bin-wrapper](https://github.com/kevva/bin-wrapper). ...it says :)

This can be something we execute after the `api/v1/whoami` XHR and we can also deliberately delay it a bit so it doesn't get in the way of the first rendering...

@Ryuno-Ki What is the problem? It's a special block of syntax definitions where individual characters in there are anchor links. E.g. ```html | ``` Is it wrong? Is it ugly?...

@schalkneethling I don't think it's super ugly but yes it certainly looks a bit odd. Can you have a 5min think of if there's a way to control the styling...

Doesn't Expression already listen to some default environment variables? Can you find out?

Hi Claas, As you can probably tell, I'm playing devils advocate. I'm aware of that (strange) design decision :) I just got the inclination to raise my voice in hope...