madeline-os

Results 32 comments of madeline-os

Hi, I apologize for the long delay on responding to this ticket. You are right that the amount of space required to evaluate is unreasonable, and difficult to cache. IFD...

This change breaks older obelisk projects, because it changes the name of the backend executable main, from main.hs to Main.hs . I will let you know what we should do.

Getting obelisk to go without internet access should be a FAQ item when this is implemented.

In #429 , the fact that evaluation result is not served from cache causes a massive exaggeration of this problem to occur.

`all.js` is served without hash because it predates the hashing mechanism we use for assets. That said, we can definitely improve the logic by having the page supply the hashed...

I'm hesitant about this feature because of a case where someone accidentally specifies `http` when they meant `https`.

I'm taking a look at this now. Could you run `ob shell -v` on `develop` and confirm to me that the shell it is entering looks approximately like this? ```...

@ohri-anurag why is that a reason to close this PR? Can it not be revised?

@plt-amy The main issue with this PR is that it adds too many unnecessary constraints on `routeLink`. See my branch where i have a WIP that avoids these constraints, but...

I have converted this to a draft while we work out some finer details. There are attributes of `server` and `linuxExe` that are not extensible, such as `version`, and we...