Jakob Helgesson

Results 10 issues of Jakob Helgesson

Add an example to the readme for how to load `finder` in the browser's web tools on most websites.

Adding SCSS variables globally is not something that is described in the docs. Using the traditional Astro ways does not produce a usable result. ```html @import '../path/to/file.scss' ``` ```html ---...

improve documentation
should this be documented?
tsc

**Is your feature request related to a problem? Please describe.** The shimLog feature allows us to overwrite `console.log` to a logger method, there are however many more methods in `console`...

enhancement

Before we send away our message to the external logging function, we join together the array of separate lines with `\n`. This should be made optional

enhancement
Draft

**Is your feature request related to a problem? Please describe.** Optimize development workflow by splitting up the big part of the library into smaller files **Describe the solution you'd like**...

enhancement

If the user attempts to upload a site to edgeserver if signalfs is not running, it will cause the entirety of edgeserver to crash :upside_down_face:

@edgelabs/groot
@edgelabs/api

With the edgerc users can now add a custom fallback path if no other path is defined, but we provide no option for users to actually handle their 404 page...

@edgelabs/groot

We should compile together all our desired API endpoints and auth flow for MVP

documentation

This PR exposes additional utilities and types from the `xstate-store` package. The new exports provide consumers with direct access to the `createStoreTransition` function and key store configuration types. This enhances...

Adds the ability to define an error type for Promise actors, offering more precise type details for error states. A practical use case for this is my [neverthrow actor wrapper](https://gist.github.com/svemat01/3f9a1144a202defae12c90e923e34e74),...